I choosed to use mysql-4.1.5-gamma due to the UTF-8 support but failing to compile in on Solaris 8 (Sparc)
Earlier I got problem with not finiding gCC and I created a symbolic link to the gcc in the /usr/local/bin and the compilation went on fine till I hit the error below.


mkdir .libs
gCC -O -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti -mcpu=v8 -Wa -xarch=v8plusa -D_FILE_OFFSET_BITS=64 -DHAVE_CURSES_H -I/export/home/e020568/mysql-4.1.5-gamma/include -DHAVE_RWLOCK_T -o .libs/mysql mysql.o readline.o sql_string.o completion_hash.o ../cmd-line-utils/libedit/libedit.a -lcurses ../libmysql/.libs/libmysqlclient.so -lposix4 -lcrypt -lgen -lsocket -lnsl -lm -lz
gCC: mysql.o: No such file or directory
gCC: readline.o: No such file or directory
gCC: sql_string.o: No such file or directory
gCC: completion_hash.o: No such file or directory
gCC: language arch=v8plusa not recognized
gCC: language arch=v8plusa not recognized
*** Error code 1
make: Fatal error: Command failed for target `mysql'
Current working directory /export/home/user/mysql-4.1.5-gamma/client
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/user/mysql-4.1.5-gamma
** Error code 1
make: Fatal error: Command failed for target `all'


The .lib did get created in the /export/home/user/mysql-4.1.5-gamma/client but is empty.
Suggestion appreciated..
Regards
Aman RAheja



-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to