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

Re: condor_compile and libtool

2009-05-10 Thread Ralf Wildenhues
Hi Adam, * Adam Mercer wrote on Sun, May 10, 2009 at 11:09:01PM CEST: > > Does anyone have any experience with libtool based projects and > condor_compile (for the Condor workflow management system > )? Never heard of it. > I would like to update the libtool in o

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

Re: libtool problem on system with 32 and 64 bit libraries

2009-05-10 Thread Bob Friesenhahn
On Sun, 10 May 2009, Markus Elfring wrote: Can the file system hierarchy standard help here? http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard The same sort of folks who were involved in developing this standard could help with an architecture rules specification format. GNU does n

condor_compile and libtool

2009-05-10 Thread Adam Mercer
Hi Does anyone have any experience with libtool based projects and condor_compile (for the Condor workflow management system )? I would like to update the libtool in one of our projects to the latest 2.2.6a release but I am running into strange problems when compil