/usr/bin/ld: /Users/proj/libmysqlclient.a(my_compress.o) illegal reference to symbol: _compress defined in indirectly referenced dynamic library /usr/lib/libz.1.1.3.dylib
I tried downloading the code for MySQL and compiling with static libraries instead, but I get an error indicating that libm.a is not located in the usual directories (/lib or /usr/lib). The configure option I use is:
./configure --with-client-ldflags=-all-static
The version of MySQL is 3.26, though I haven't tried a later version. Willing to try anything at this point. Feel like I've been google-ing for ever.
Any ideas on how to deal with the initial problem are most appreciated!
MatrixCubedhttp://MatrixCubed.cjb.net [edited by - MatrixCubed on September 20, 2003 6:08:13 AM]