I'm compiling AOLserver 3.3+ad13 on Solaris, and in this case I need
to specify the full path to my compiler, "/opt/SUNWspro/bin/cc".

For most of AOLserver, this is easily accomplished by properly setting
the CC variable in "aolserver/include/Makefile.global".  In fact, the
above path to the Sun cc compiler is already there in the stock
Makefile.global for use with "gmake nativeme=1",

However, the stuff in aolserver/tcl8.3.2/ does NOT obey the CC set in
Makefile.global.  Intead, it insists on calling the compiler as just
plain "cc", which on this machine is a different compiler that I don't
want to use.  How do I properly fix this so it uses the compiler
specified in CC in Makefile.global?

--
Andrew Piskorski <[EMAIL PROTECTED]>
http://www.piskorski.com

Reply via email to