Rainer Orth wrote: > Austin English writes: > >> I haven't tried doing so yet, been backed up on other projects. I had >> read that before, and didn't notice the symlink bit. My previous build >> script was: >> >> #!/bin/bash >> CFLAGS="-I/usr/sfw/include -I/usr/X11/include -g" >> CPPFLAGS="-I/usr/sfw/include" >> CC="/usr/gnu/bin/cc" >> LDFLAGS="-L/usr/sfw/lib -R/usr/sfw/lib -L/usr/X11/lib -R/usr/X11/lib" >> LD="/usr/gnu/bin/ld" >> export CFLAGS >> export LDFLAGS >> export CPPFLAGS >> export CC >> export LD >> ./configure >> make depend >> make >> >> Adding: >> AS="/usr/gnu/bin/as" >> export AS > > This cannot work at all, since /usr/gnu/bin/as doesn't exist (at least on > SX:CE, I cannot speak for Indiana).
It's not there by default on OpenSolaris 2008.x, but you can get it by installing SUNWbinutils. -- Shawn Walker
