Help me please !

installing MySQL 3.23.36 on Ultra SPARC/Solaris 2.7

GNU make 3.79.1, binutils, and libtool latest version, gcc 2.95.2

environment variables:
CC=gcc
CFLAGS=-O6
CXX=gcc
CXXFLAGS=-O6 -felide -constructors -fno-exceptions -fno-rtti

at the command line:
./configure --prefix=<myprefix> --with-low-memory --enable-assembler    # configure 
completed OK

make

After entering make, it ran for awhile and then I got the following error:

. . .

gcc -O6 -DDBUG_OFF -O6 -DHAVE_CURSES_H 
-I/vendors/wwsoft/software/opensource/mysql/src/3.23.36/include -DHAVE_RWLOCK_T -o 
resolveip resolveip.o ../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a 
-ldl -lz -lcrypt -lgen -lsocket -lnsl -lm -lpthread -lthread
Undefined                       first referenced
 symbol                             in file
__h_errno                           resolveip.o
ld: fatal: Symbol referencing errors. No output written to resolveip
collect2: ld returned 1 exit status
make[2]: *** [resolveip] Error 1
make[2]: Leaving directory 
`/vendors/wwsoft/software/opensource/mysql/src/3.23.36/extra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/vendors/wwsoft/software/opensource/mysql/src/3.23.36'
make: *** [all-recursive-am] Error 2

. . .

Is there anything I can do ?

Reply via email to