From c3917322d192a5214e4e5cc18c099a5cc0ea9350 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 23 Jul 2009 18:31:42 +0000 Subject: [PATCH] Added comments about solaris --- Cantera/matlab/setup_matlab.py.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cantera/matlab/setup_matlab.py.in b/Cantera/matlab/setup_matlab.py.in index 5d695d575..51c326558 100644 --- a/Cantera/matlab/setup_matlab.py.in +++ b/Cantera/matlab/setup_matlab.py.in @@ -1,6 +1,17 @@ import sys +###################################################################### +# System Notes: +# +# HKM solaris 64: +# On this system matlab is built with gcc. Therefore, you will have to +# strip the "-lCrun -lCstd -lfsu" library commands from libs. They +# will cause a link error. because they are only applicable to +# sun's native CC compiler. +# +###################################################################### + bindir = '@ct_bindir@' libdir = '-L@buildlib@ @LOCAL_LIB_DIRS@' incdir = '@buildinc@'