I followed the other thread on running configure and make and made sure I was running gcc3.3 and even reinstalled the developer tools. While updating the developer tools got me further, I'm still having problems. I've tried it on two machine and am getting two different errors. Both machines are running MySQL 4.1, but also have older versions of MySQL installed that are not "active". It appears both error are related to MySQL. Any suggestions or ideas would be extremely helpful.

Powerbook G4, 10.3.7
/bin/sh ./libtool --mode=link gcc -fomit-frame-pointer -g -O2 -W -Wall -Wpointer-arith -Wstrict-prototypes -o libdbmail.la -rpath /usr/local/lib config.lo debug.lo list.lo dbmd5.lo md5.lo db.lo misc.lo mime.lo pidfile.lo server.lo serverchild.lo pool.lo header.lo pipe.lo forward.lo dsn.lo mysql/libmysqldbmail.la sort/libsortdbmail.la auth/libauthdbmail.la -L/usr/local/mysql/lib -lmysqlclient -lm ../zlib/libz.la
libtool: link: cannot find the library `../zlib/libz.la'
make[2]: *** [libdbmail.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


Old Desktop G4 350Mhz 10.3.7
gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libdbmail.0.0.0.dylib .libs/config.o .libs/debug.o .libs/list.o .libs/dbmd5.o .libs/md5.o .libs/db.o .libs/misc.o .libs/mime.o .libs/pidfile.o .libs/server.o .libs/serverchild.o .libs/pool.o .libs/header.o .libs/pipe.o .libs/forward.o .libs/dsn.o mysql/.libs/libmysqldbmail.dylib sort/.libs/libsortdbmail.dylib auth/.libs/libauthdbmail.dylib -L/usr/local/mysql/lib -lmysqlclient -lm -lz -install_name /usr/local/lib/libdbmail.0.dylib -compatibility_version 1 -current_version 1.0
/usr/bin/libtool: internal link edit command failed
ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /usr/local/mysql/lib/libmysqlclient.a(charset.o) definition of common _all_charsets (size 1024) /usr/local/mysql/lib/libmysqlclient.a(my_error.o) definition of common _errbuff (size 512)

--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search & Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577

Reply via email to