Added comments about solaris
This commit is contained in:
parent
2228bc0288
commit
c3917322d1
1 changed files with 11 additions and 0 deletions
|
|
@ -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@'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue