Click to See Complete Forum and Search --> : Where's my CC?
rachaelz
04-06-2001, 01:26 PM
Hello All,
I'm new to Solaris 7. I'm looking for my C compiler and don't see it anywhere. If Sol 7 doesn't come with one (odd) where can I get a Sol version to pkgadd?
Much Thanks,
Rachael
rppp01
04-06-2001, 03:02 PM
Solaris 7 does not come with a compiler (that I can remember). Of course its been about 5 months since I have had solaris 7 in front of me (back on 2.6 <sigh> ). Anyways, you can find gcc on http://sunfreeware.com along with other good stuff.
rachaelz
04-06-2001, 04:17 PM
Thanks much, I'll check it out.
rachaelz
04-06-2001, 04:41 PM
Hi again. I have gcc installed now; works fine. I'm trying to make qmail and get the following:
bash-2.03# make setup check
./compile qmail-local.c
./compile: cc: not found
make: *** [qmail-local.o] Error 1
I assume its looking for cc and can't find it. How would I point "make" to my gcc in /usr/local/bin?
Thanks Much,
Rachael
xulfralos
04-06-2001, 05:25 PM
That has been asked here before, try doing a search in this forum...
Ask a you shall recieve:
http://docs.sun.com:80/ab2/coll.47.8/SYSADV2/@Ab2PageView/idmatch(TSFILEACCESS-28392)?Ab2Lang=C&Ab2Enc=iso-8859-1#TSFILEACCESS-28392
Your online Sun manuals:
http://docs.sun.com/
:D
TC