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
