I'm tring to use CodeWarrior 9 to build a Mach-O target application on Mac OS X that 
uses the embedded mysql server library (libmysqld.a). I'm using the library that comes 
from standard Mac OS X binary distribution (the .dmg package). I can add libmysqld.a 
to the CodeWarrior project but whenlinking, there're lots of undefined symbols 
referenced fromlibmysqld.a. I assume it also needs the equivalent of -lz and -lm to be 
added to CodeWarrior (that's what mysql_config --embedded shows). Does anyone know 
howthese dependencies should be added? Has anyone done itsuccessfully before? Or know 
whether it is even theorecticallypossible? I tried adding libz.dylib and libm.dylib 

from /usr/lib but doesn't resolve all the undefined symbols.

This actually doesn't just apply to embedded library, anyCodeWarrior app that wants to 
link with the mysql client libswill also face the same problem. Any help appreciated, 
Thanks,Des



---------------------------------
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

Reply via email to