Hello -
I'm not sure if this is an autoconf or libtool problem, but libtool is
giving me the error so I'm starting with this list.
I have a project that uses plugins (Libtool modules) for changing the
destination of the output. I have everything working fine using one
top-level configure.in fil
I have located the problem. There aren't any shared libraries for
MySQL on my system so the MySQL library must be linked to the
executable. Is this supposed to happen or should libtool include the
static library inside the libtool module?
Thanks,
Tod Milam
[EMAIL PROTECTED]
--- "To
er.
I suppose I have to require them to either have shared libraries or to
link the library in with thier application.
Thanks,
Tod Milam
[EMAIL PROTECTED]
--- "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote:
> On Wednesday 11 July 2001 3:51 pm, Tod W. Milam wrote:
> > I ha