Hello Bill,
* Bill Northcott wrote on Sun, Nov 16, 2008 at 07:07:38AM CET:
>
> As others wrote you need a convenience library.
>
> However, as the code you are compiling will be part of a shared library,
> you need to use appropriate compiler flags. -fPIC is defaulted on the
> Apple compilers b
>
> Is (B) also linked with libtool? If so, is the *.la file installed?
> That's where libtool gets the metadata required to know when to link to
> additional libraries.
>
Yes, and yes. I'm using libtool through autoconf/automake for both the
library "B" and the application "A". Everything work
Hello Alon,
* Alon Bar-Lev wrote on Thu, Nov 13, 2008 at 10:45:23AM CET:
> On Wednesday 12 November 2008, Ralf Wildenhues wrote:
> > verify that this command fails:
> > make check-local TESTSUITEFLAGS='-v -d -x -k AC_WITH_LTDL'
> >
> > and post the output, then find out where exactly the failur