> Uday wrote: > h: gcc: not found > *** Error code 1 > make: Fatal error: Command failed for target > `i386/myk_gem.o' > # > > A real noob question - what do I need to do > differently? > > Cheers, JP
umm ... assuming that you have SFWgcc installed
in sh/bash/ksh:
PATH=${PATH}:/usr/ccs/bin:/usr/sfw/bin:/opt/sfw/bin export PATH
in csh:
setenv PATH ${PATH}:/usr/ccs/bin:/usr/sfw/bin:/opt/sfw/bin
then use 'gmake'
This message posted from opensolaris.org
