Re: Problem with libltdl on Solaris

2009-05-11 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([dlopen])

Re: Problem with libltdl on Solaris

2009-05-11 Thread Will Mason
On Mon, May 11, 2009 at 1:10 AM, Ralf Wildenhues ralf.wildenh...@gmx.dewrote: 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

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 ralf.wildenh...@gmx.dewrote: * 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.

Re: Problem with libltdl on Solaris

2009-05-11 Thread Will Mason
On Mon, May 11, 2009 at 4:33 PM, Ralf Wildenhues ralf.wildenh...@gmx.dewrote: 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 ralf.wildenh...@gmx.de wrote: * Will Mason wrote on Mon, May 11, 2009 at 06:47:58AM CEST:

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: