Re: problem with libtool 1.9f on AIX linking f95...

2006-01-03 Thread Ed Hartnett
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Now that you've moved to CVS libtool anyway: shouldn't you be able to > remove the --tag=F77 cruft, and use LT_LANG(Fortran) and > configure FC=xlf90 Howdy Ralf! > > and everything should work fine? > (Except for the FCFLAGS_$SRCEXT which you'll st

Re: Preloading without .la

2006-01-03 Thread Pierre Ossman
Pierre Ossman wrote: * Use the dynamic prefix for the name embedded in the preload module. I.e. do a 'sed s/$(STATIC_EXT)\$/$(SHLIB_EXT)/' on the name as it is being embedded. Not sure what the obstacles are here. Perhaps some problem with breaking existing hacks. And this would be

Re: problem with libtool 1.9f on AIX linking f95...

2006-01-03 Thread Ralf Wildenhues
Hi Ed, * Ed Hartnett wrote on Sat, Dec 24, 2005 at 04:45:21PM CET: > > On an AIX platform, I am seeing the following error: > > Target "check" is up to date. > Making check in f90 > /bin/sh ../libtool --tag=F77--mode=compile xlf90 -I../libsrc4 -I. > -I/home/ed/local/zasu/include -g -

Preloading without .la

2006-01-03 Thread Pierre Ossman
I've been trying to use ltdl preloading without having any .la files, something that doesn't currently seem to be supported. I'm willing to implement a fix, provided a way out is presented. The problem is that preloaded modules are given their static lib name, "foo.a". When loading the module,