source='sort.c' object='sort.o' libtool=no \
depfile='.deps/sort.Po' tmpdepfile='.deps/sort.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -O3 -DDBUG_OFF -c `test -f sort.c || echo './'`sort.c
/bin/sh ../libtool --mode=link gcc -O3 -DDBUG_OFF -o isamchk isamchk.o sort.o libnisam.a ../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lz -lm
mkdir .libs
gcc -O3 -DDBUG_OFF -o isamchk isamchk.o sort.o libnisam.a ../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lz -lm
ld: warning multiple definitions of symbol _qsort
../mysys/libmysys.a(mf_qsort.o) definition of _qsort in section (__TEXT,__text)
/usr/lib/libm.dylib(qsort.So) definition of _qsort
ld: Undefined symbols:
operator delete(void*)
operator new(unsigned long)
make[2]: *** [isamchk] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Anyone else encountered this problem yet? This occurs both in Mac OS X 10.3 client and server. I don't know what changed to make it stop compiling, but it worked just fine in the last dev seed of Panther...

If anyone can help figure this out, let me know what to do.

TIA

- Gabriel


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



Reply via email to