Re: Mac OS X .dylib not working

2011-03-05 Thread Peter O'Gorman
On 03/04/2011 01:00 PM, Peter O'Gorman wrote: On 03/04/2011 12:47 PM, Ralf Wildenhues wrote: +if test $shlibpath_var = PATH; then This looks wrong; shouldn't it be != here? Otherwise, ... Looking at the original test, the above is correct there - it wants to avoid messing with PATH on

Re: Patches for libtool support on NAG Fortran compiler for Darwin OS

2011-03-05 Thread Peter O'Gorman
Hi Jürgen, Does the attached patch work for you? I think it -Wl, quotes everything necessary. Note that I hardcode -Wl, rather than ${wl} because some of the options are supposed to be gcc options rather than ld ones (though ld recently accepts them too, so it's not a big deal either way).

Re: Patches for libtool support on NAG Fortran compiler for Darwin OS

2011-03-05 Thread Jürgen Reuter
Hi Peter, I will test your patch, thanks. Just a quick answer: nagfor -V results in: NAG Fortran Compiler Release 5.2(747) Product NPMI652NA for Apple Intel Mac OSX 64-bit Copyright 1990-2010 The Numerical Algorithms Group Ltd., Oxford, U.K. Cheers, JR On 5 Mar 2011, at 17:24, Peter