From d6ebf7b7998df8ab8447e2ecf73e38a44a0caa63 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 23 Jul 2009 23:24:22 +0000 Subject: [PATCH] Added a compiler option that gets utilized for solaris --- Cantera/fortran/f77demos/Makefile.in | 2 +- Cantera/fortran/f77demos/f77demos.mak.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cantera/fortran/f77demos/Makefile.in b/Cantera/fortran/f77demos/Makefile.in index 51b9bed56..d231b6b38 100644 --- a/Cantera/fortran/f77demos/Makefile.in +++ b/Cantera/fortran/f77demos/Makefile.in @@ -19,7 +19,7 @@ FORT = @F77@ FORT_FLAGS = @FFLAGS@ # Fortran libraries -FORT_LIBS = @FLIBS@ +FORT_LIBS = @LCXX_FLIBS@ @FLIBS@ # the C++ compiler CXX = @CXX@ diff --git a/Cantera/fortran/f77demos/f77demos.mak.in b/Cantera/fortran/f77demos/f77demos.mak.in index 15469db03..40248afae 100644 --- a/Cantera/fortran/f77demos/f77demos.mak.in +++ b/Cantera/fortran/f77demos/f77demos.mak.in @@ -19,10 +19,10 @@ LINK_OPTIONS = FORT = @F77@ # Fortran compile flags -FORT_FLAGS = @FFLAGS@ +FORT_FLAGS = @FFLAGS@ # Fortran libraries -FORT_LIBS = @FLIBS@ +FORT_LIBS = @LCXX_FLIBS@ @FLIBS@ # the C++ compiler CXX = @CXX@