Re: Shared libraries on AIX

2009-05-10 Thread Steve Edwards
On Sat, 9 May 2009 20:01:18 +0200 Ralf Wildenhues ralf.wildenh...@gmx.de wrote: Hi Steve, * Steve Edwards wrote on Sat, May 09, 2009 at 02:11:11PM CEST: [ -brtl ] Should libtool be adding this flag, or is this something I should be manually adding via AM_LDFLAGS? Every other aspect of

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 http://www.cs.wisc.edu/condor/)? 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

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

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: