When using the BUILD/compile-pentium and BUILD/compile-pentium-pgcc I get
the following errors..

/bin/sh ../libtool --mode=link gcc  -O3 -DDBUG_OFF -Wimplicit
-Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -W
-Wchar-subscripts -Wformat -Wimplicit-function-dec -Wimplicit-int
-Wparentheses -Wsign-compare -Wwrite-strings -Wunused -mcpu=pentiumpro -O3
-fno-omit-frame-pointer  -rdynamic -o test3  test3.o -all-static
libnisam.a ../mysys/libmysys.a                        ../dbug/libdbug.a
../strings/libmystrings.a -lpthread -lz -lcrypt -lnsl -lm  -lpthread
collect2: ld returned 1 exit status
gmake[2]: *** [pack_isam] Error 1
gmake[2]: *** Waiting for unfinished jobs....
collect2: ld returned 1 exit status
gmake[2]: *** [test1] Error 1
gcc -O3 -DDBUG_OFF -Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch
-Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat
-Wimplicit-function-dec -Wimplicit-int -Wparentheses -Wsign-compare
-Wwrite-strings -Wunused -mcpu=pentiumpro -O3 -fno-omit-frame-pointer
-rdynamic -o test3 test3.o -static libnisam.a ../mysys/libmysys.a
../dbug/libdbug.a ../strings/libmystrings.a -lpthread -lz -lcrypt -lnsl
-lm -lpthread
collect2: ld returned 1 exit status
gmake[2]: *** [test2] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/baustin/mysql'
gmake: *** [all-recursive-am] Error 2

no modifications were made to the BUILD files.

Note:  I am using the hacked glibc/LinuxThreads library. Don't know if
that is the cause though.  It looks like the isam stuff instead.

any input would be appreciated.

thanks,

Brian


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