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: Arjen Markus
Subject: Re: Combining GNU C++ and Intel Fortran
Date: Wed, 22 Jun 2005 08:29:19 +0200

Noah Misch wrote:
> 
> 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.

Hm, when I wrote the original email, I realised this was a possible
solution. 
What I am uncertain about is whether redefining such a macro will be
respected,
that is: does it matter at what point in the .ac file we redefine it?

Regards,

Arjen





reply via email to

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