to find out which software is installed on your System:
1) try to execute or "ask" your shell: which gcc
2) lookup the /var/sadm/install/contents file: grep gcc /var/sadm/install/contents
or check the packages with pkginfo | more
3) try to find (if you know the name of the executable) the executable on the machine:
find / -name gcc
>>The website that mikeclark gives is the best site for
>>downloading the gcc compiler as well as any dependencies
>>that you might need like make and flex.
... or even Perl
Regards
-- Franz
Sorry I'm not a native spaeker, I'm from Munich, Germany - "Home of the Whopper", oh no, "Home of the Oktoberfest" ;-)