Hi Peter,
Sry, no, does not work.
Error is:
Making all in src
/bin/sh ../libtool --tag=F77 --mode=link nagfor -g -o libcirce1.la -rpath
/Users/reuter/Physik/progs/whizard/nag_trunk/dist/lib/circe1 circe1.lo
libtool: link: nagfor -Wl,-dynamiclib -Wl,-undefined
-Wl,dynamic_lookup -o .libs/li
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 O'Gor
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).
R
Hello,
* Jürgen Reuter wrote on Tue, Mar 01, 2011 at 12:24:39PM CET:
> as discussed with Peter I send to you a diff (compared to the
> 2.4 official version of libtool) to support the NAG Fortran compiler
> on Darwin 64bit machines.
> --- libtool.m4 2010-10-01 20:57:54.0 +0200
> +++ ../.
On 1 Mar 2011, at 16:11, Peter O'Gorman wrote:
> On 03/01/2011 05:24 AM, Jürgen Reuter wrote:
>> Dear libtool team (cc to Peter)
>> as discussed with Peter I send to you a diff (compared to the
>> 2.4 official version of libtool) to support the NAG Fortran compiler
>> on Darwin 64bit machines.
>
On 03/01/2011 05:24 AM, Jürgen Reuter wrote:
Dear libtool team (cc to Peter)
as discussed with Peter I send to you a diff (compared to the
2.4 official version of libtool) to support the NAG Fortran compiler
on Darwin 64bit machines.
Thanks for your work on this.
case $cc_basename in
-