h_solaris.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Jun 2016 17:14:29 +0100
branchjv
changeset 1447 0b149293564f
parent 609 f0f51d4a0066
child 1488 34e8f8f66d83
permissions -rw-r--r--
Issue #98: Added -P / --package-path command line option ...to modify package path from command line. Just like java's -cp / --classpath

"*
 * Encoding: iso8859-1
 *
 * $Header$
 *
 * MIMEType: application/x-smalltalk-source
 *
 * ST/X startup configuration file - for sun solaris OS.
 *
 * DONT add site specific things here - use your own h_xxx.rc file instead
 * where xxx stands for your hostname(s)
 *"

"/
"/ right now, you should have gcc (or egcs) installed
"/ we do not support the expensive sun C-compiler.
"/

Smalltalk wasStartedFromImage ifFalse:[
    Compiler ccCompilationOptions:'-O -fPIC'
].
!