On Wed, Jul 17, 2002 at 01:46:30PM -0500, Quinn, Richard C. wrote: > Scott Sanders <[EMAIL PROTECTED]> wrote: > > Try setting the variable > > > > CC=gcc;export CC > > > > CC was already set to gcc and /usr/local/bin is listed first in $PATH
It sounds like your gcc may have been compiled to use the native SUNW assembler and linker, in which case the (I assume) GNU ld and as in /usr/local/bin won't cut it -- the assembly syntax is different. Make sure the packages listed in http://www.science.uva.nl/pub/solaris/solaris2.html#q6.2 are installed and try it with /usr/ccs/bin ahead of /usr/local/bin in your $PATH. -- Mike Delaney <[EMAIL PROTECTED]> "...Microsoft follows standards. In much the same manner that fish follow migrating caribou." "Now I have this image in my mind of a fish embracing and extending a caribou." -- Paul Tomblin and Christian Bauernfeind in the SDM
