bug-autoconf
[Top][All Lists]
Advanced

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

Re: Combining GNU C++ and Intel Fortran


From: Noah Misch
Subject: Re: Combining GNU C++ and Intel Fortran
Date: Mon, 20 Jun 2005 20:18:32 -0700
User-agent: Mutt/1.5.5.1i

On Fri, Jun 17, 2005 at 09:04:22AM +0200, Arjen Markus wrote:
>   We had to manually remove various libraries and replace another one because
>   of multithreading. So in the edited makefile we have:

>   FCLIBS =  -L/opt/intel_fc_80/lib -L/usr/lib -lifport -lifcoremt -limf -lm 
> -lirc 
>   instead of the original:
>   FCLIBS =  -L/opt/intel_fc_80/lib -L/usr/lib -lifport -lifcore -limf -lm 
> -lcxa -lirc -lunwind -lirc_s

> As for the last issue: is there a way to override the libraries via
> configure macros?
> (Is the best way redefining FCLIBS?)

Yes; redefine FCLIBS.




reply via email to

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