On Mon, May 11, 2009 at 4:33 PM, Ralf Wildenhues wrote:
> Hi Will,
>
> * Will Mason wrote on Mon, May 11, 2009 at 05:07:36PM CEST:
> > On Mon, May 11, 2009 at 1:10 AM, Ralf Wildenhues >wrote:
> > > * Will Mason wrote on Mon, May 11, 2009 at 06:47:58AM CEST:
> > > > I've been using a project with
Hi Will,
* Will Mason wrote on Mon, May 11, 2009 at 05:07:36PM CEST:
> On Mon, May 11, 2009 at 1:10 AM, Ralf Wildenhues
> wrote:
> > * Will Mason wrote on Mon, May 11, 2009 at 06:47:58AM CEST:
> > > I've been using a project with autoconf, automake and libtool for some
> > > time.
> > > Today I
On Mon, May 11, 2009 at 1:10 AM, Ralf Wildenhues wrote:
> Hello Will,
>
> * Will Mason wrote on Mon, May 11, 2009 at 06:47:58AM CEST:
> > I've been using a project with autoconf, automake and libtool for some
> time.
> > Today I added libltdl to my code. I ran libtoolize --ltdl --copy. My
> > conf
Hello Will,
* Will Mason wrote on Mon, May 11, 2009 at 06:47:58AM CEST:
> I've been using a project with autoconf, automake and libtool for some time.
> Today I added libltdl to my code. I ran libtoolize --ltdl --copy. My
> configure.ac has this:
>
> LT_CONFIG_LTDL_DIR([libltdl])
> LT_INIT([dlope
Hello,
I've been using a project with autoconf, automake and libtool for some time.
Today I added libltdl to my code. I ran libtoolize --ltdl --copy. My
configure.ac has this:
LT_CONFIG_LTDL_DIR([libltdl])
LT_INIT([dlopen])
LT_LANG([C++])
LTDL_INIT([recursive])
And my Makefile.am has this:
SUBDI