Added comments about solaris

This commit is contained in:
Harry Moffat 2009-07-23 18:31:42 +00:00
parent 2228bc0288
commit c3917322d1

View file

@ -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@'