On May 8, 2008, at 11:42 AM, Keary O'Dell wrote:
> It's missing from later versions, where did it go?
We don't use libtool any more. You always could, and still can, link
to the shared module. (libmysqlpp.so) Libtool just adds a layer of
abstraction through the .la file.
If you just use -lmysqlpp in your link command, it should find the
correct .so file without any help.
> Or can I generate it myself somehow?
Perhaps, but I wouldn't bother.
| Thread |
|---|
| • libmysqlpp.la | Keary O'Dell | 8 May 2008 |
| • Re: libmysqlpp.la | Warren Young | 8 May 2008 |