You might want to try downloading "binutils" from the GNU web site. It has a
modified version of the linker libraries (ld). I still wasn't able to get past
the "yacc" compile even with 512MB RAM. Let me know how you make out. I ended up
using the binary distribution.

James Bonham wrote:
> 
> 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 ?

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