bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

static FORTRAN compilation set-up in libtool.m4


From: Juergen Reuter
Subject: static FORTRAN compilation set-up in libtool.m4
Date: Wed, 1 Sep 2010 21:31:12 +0200
User-agent: KMail/1.9.5

Hi
concerning the flags for the static FORTRAN compilation we would 
like to ask whether it would be possible to include also a setup for the NAG
compiler. As we are using that compiler (versions 5.2, partially 5.1) on 32bit  
and 64bit Linux, we have added the corresponding part 

     nagfor*)
        # NAG Fortran compiler
        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
        ;;

in libtool.m4 at line 4041 (version 2.2.10). It would be great to include this
in the svn and future versions of libtool, as libtool is part of our program. 
If this is included we can automatically our program with the versions from 
your server and do not have to rely on manual changes.
Thanks a lot!
Cheers,
        Juergen

-- 
------------------------------------------
Juergen Reuter
*** *** ***
Albert-Ludwigs-Universitaet Freiburg
Physikalisches Institut
Hermann-Herder-Str. 3
D-79104 Freiburg, Germany
Tel.: +49 761 203-8407
*** *** *** 
University of Edinburgh
School of Physics and Astronomy
James Clerk Maxwell Building
Kings' Buildings
Mayfield Road
Edinburgh EH9 3JZ
Scotland 
*** *** ***
Skype: jr_reuter
-------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]