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.
