Re: forwarded message from Julian Ladisch

Re: forwarded message from Julian Ladisch

am 08.10.2002 10:18:14 von Alexander Barkov

Hi!

Those symlinks are created by "make" in the root directory.
This is a fault on your side. Try to unpack tar.gz and
run configure again. To be sure, I checked with your flags
and configure options. Everything worked fine on my box.

Regards.


> Subject:
> libmysql/ctype-*.c missing
> From:
> Julian Ladisch
> Date:
> Mon, 7 Oct 2002 03:11:02 +0200 (CEST)
> To:
>
>
>
>>Description:
>
> When compiling with complex charsets, building fails because files
> libmysql/ctype-*.c are missing.
>
>
>>How-To-Repeat:
>
> Configure with any complex charset and build.
>
>
>>Fix:
>
> Create symlinks from strings/ctype-*.c to libmysql/ctype-*.c.
>
>
>>Originator: Julian Ladisch
>>MySQL support: licence
>>Synopsis: libmysql/ctype-*.c missing
>>Severity: non-critical
>>Priority: low
>>Category: mysql
>>Class: sw-bug
>>Release: mysql-4.0.4-beta (Source distribution)
>>Environment:
>
> System: Linux 2.4.10-4GB #1 i686
> Compilation info: CC='gcc' CFLAGS='-O3' CXX='gcc' CXXFLAGS='-O3 -felide-constructors -fno-exceptions -fno-rtti' LDFLAGS=''
> Configure command: ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --with-extra-charsets=ujis CFLAGS=-O3 'CXXFLAGS=-O3 -felide-constructors -fno-exceptions -fno-rtti' CXX=gcc
>
>
> ------------------------------------------------------------ ---------
> Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
> To request this thread, e-mail bugs-thread12642@lists.mysql.com
> To unsubscribe, e-mail
>
>
>
> ------------------------------------------------------------ ------------
>
>


--
For technical support contracts, visit https://order.mysql.com/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Alexander Barkov
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer
/_/ /_/\_, /___/\___\_\___/ Izhevsk, Russia
<___/ www.mysql.com +7-902-856-80-21


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread12671@lists.mysql.com
To unsubscribe, e-mail

Re: libmysql/ctype-*.c missing

am 10.10.2002 00:43:27 von Julian Ladisch

Hi,

Alexander Barkov wrote:

> Those symlinks are created by "make" in the root directory.
> This is a fault on your side. Try to unpack tar.gz and
> run configure again.

This is what I did:

>How-to-repeat:

tar xvfz mysql-4.0.4-beta.tar.gz
cd mysql-4.0.4-beta
CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions \
-fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler \
--with-mysqld-ldflags=-all-static
make
CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions \
-fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler \
--with-mysqld-ldflags=-all-static --with-extra-charsets=ujis
make

>Description:

The first make succeeds, the second stops with
make[2]: *** No rule to make target `ctype-ujis.c', needed by `ctype-ujis.lo'. Stop.
make[2]: Leaving directory `/usr/src/packages/SOURCES/mysql-4.0.4-beta/libmysql'

>Fix:

$(CHARSET_SRCS): link_sources

Julian


------------------------------------------------------------ ---------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail bugs-thread12687@lists.mysql.com
To unsubscribe, e-mail