Norbert Sendetzky wrote: > As you can see the call to libtool include the "-L /usr/lib/mysql", but the > gcc call doesn't. My Makefile.am for this lib is
It is incorrect to put a space between -L and the path. Fix that and it should work fine. Brian
Norbert Sendetzky wrote: > As you can see the call to libtool include the "-L /usr/lib/mysql", but the > gcc call doesn't. My Makefile.am for this lib is
It is incorrect to put a space between -L and the path. Fix that and it should work fine. Brian