dynamically linking one of mysq, postgresql or sqlite3

2009-09-10 Thread santilin
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

Re: Trouble upgrading to 2.2.6a

2009-09-10 Thread Alberto Luaces
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.