Dear sir,
  I used mysql-4.0.1 running on Solaris-2.5.1 and
compile with Gcc-2.95.3. (package from www.sunfreeware.com)
  I used command below.

CC=gcc CFLAGS="-O3" \
CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
./configure --prefix=/usr/local/mysql --with-low-memory --enable-assembler \
--with-charset=tis620

  And then when I used command "make", it has error messages below.

ft_dump.o: In function `main':
ft_dump.o(.text+0x26c): undefined reference to `snprintf'
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `ft_dump'
Current working directory /misc/mysql/mysql-4.0.1-alpha/myisam
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /misc/mysql/mysql-4.0.1-alpha
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'

  Please let me know how to solve this problem.

               thank you very much.
                    regards,
                    Somsak.


---------------------------------------------------------------------
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