--- trunk/OOPSE-3.0/make/Makefile.in 2006/01/12 20:19:18 2557 +++ trunk/OOPSE-3.0/make/Makefile.in 2006/02/02 02:57:01 2580 @@ -116,10 +116,12 @@ LinkOptions = \ ModuleCase = @F90_MODULE_NAMES@ ModSuffix = @MOD@ LinkOptions = \ - @FCLIBS@ + @FCLIBS@ \ + @CXXFLAGS@ ParallelLinkOptions = \ - @FCLIBS@ + @FCLIBS@ \ + @CXXFLAGS@ #---------------------------------------------------------------------------