Re: Problem with libltdl on Solaris

2009-05-11 Thread Will Mason
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

Re: Problem with libltdl on Solaris

2009-05-11 Thread Ralf Wildenhues
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

Re: Problem with libltdl on Solaris

2009-05-11 Thread Will Mason
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

Re: Problem with libltdl on Solaris

2009-05-10 Thread Ralf Wildenhues
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

Problem with libltdl on Solaris

2009-05-10 Thread Will Mason
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