PLEASE HELP!

if I do a

./configure --prefix=/usr/local/mysql-4.0.0 --with-charset=german1 --with-in
nodb --with-tcp-port=3307 --with-unix-socket-path=/tmp/mysql4.sock

and after this a

make

I get an error:

./conf_to_src ..  german1 > \
              ./ctype_extra_sources.c
make[2]: *** [ctype_extra_sources.c] Error 132
make[2]: Leaving directory `/usr/src/mysql-4.0.0-alpha/libmysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mysql-4.0.0-alpha'
make: *** [all-recursive-am] Error 2


If I restart make after this the error-message is:

gcc -DDEFAULT_CHARSET_HOME=\"/usr/local/mysql-4.0.0\" -DDATADIR=\"/usr/local
/mysql-4.0.0/var\" -DSHAREDIR=\"/usr/local/mysql-4.0.0/share/mysql\" -DUNDEF
_THREADS_HACK -DDONT_USE_RAID -I./../include -I../include -I./.. -I.. -I.. -
O3 -DDBUG_OFF -O6 -mcpu=pentiumpro -march=pentiumpro -DCPU=pentiumpro -c
ctype.c  -fPIC -DPIC -o .libs/ctype.lo
In file included from ctype.c:27:
ctype_autoconf.c:9: `ctype_german1' undeclared here (not in a function)
ctype_autoconf.c:9: initializer element is not constant
ctype_autoconf.c:9: (near initialization for `compiled_charsets[0].ctype')
ctype_autoconf.c:10: `to_lower_german1' undeclared here (not in a function)
ctype_autoconf.c:10: initializer element is not constant
ctype_autoconf.c:10: (near initialization for
`compiled_charsets[0].to_lower')
ctype_autoconf.c:11: `to_upper_german1' undeclared here (not in a function)
ctype_autoconf.c:11: initializer element is not constant
ctype_autoconf.c:11: (near initialization for
`compiled_charsets[0].to_upper')
ctype_autoconf.c:12: `sort_order_german1' undeclared here (not in a
function)
ctype_autoconf.c:12: initializer element is not constant
ctype_autoconf.c:12: (near initialization for
`compiled_charsets[0].sort_order')
make[2]: *** [ctype.lo] Error 1
make[2]: Leaving directory `/usr/src/mysql-4.0.0-alpha/libmysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mysql-4.0.0-alpha'
make: *** [all-recursive-am] Error 2


Where is the problem??

TIA

--
----------------------------------------------------------------
 Stephan Skusa                 mailto:[EMAIL PROTECTED]
   Lippe-Net Online-Service              http://www.lippe-net.de
   Herforder Strasse 309          tel.: +49 (0)521 - 977 998 - 0
   33609 Bielefeld - Germany      fax:  +49 (0)521 - 977 998 - 9
 Trees hit cars only in self-defence.
----------------------------------------------------------------


---------------------------------------------------------------------
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 <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to