Hi, I'm quite new to libtool though I have read the tree GNU manuals:
automake, autoconf and libtool.
I want to solve the typical problem of loading dinamically one of the
sql servers drivers from my own shared library.
I know I have to create a common interface for the drivers.
What I am not su
El Miércoles, 9 de Septiembre de 2009ES 19:56:22 Kurt Roeckx escribió:
> This is a typical behaviour of mixing libtool 1.5 and 2.2 parts.
> You probably have some aclocal.m4 file or simular somewhere still
> containing 1.5 macro's.
This is true in many cases, as I have seen from many other people.