Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Intel Solaris 8 c compiler
Name: peter Date: April 2, 2001 at 14:53:32 Pacific
Comment:
when I type the command cc, I got this message: /usr/ucb/cc: language optional software package not installed. When I check the script for cc, I found that /usr/ccs/bin/ucbcc is not installed. Please someone help me how I install it? Where to get the package? I already install the package gcc-2.95.3 from www.sunfreeware.com and it is installed in /usr/local/bin directory.
Name: oliver Date: April 3, 2001 at 06:59:09 Pacific
Reply:
# mv /usr/ucb/cc /usr/ucb/cc.dist # ln -s /usr/local/bin/gcc /usr/ucb/cc Or change your makefile to use gcc instead of cc. Solaris doesn't come with a c compiler. It is a licensed product
0
Response Number 2
Name: vinodh Date: May 31, 2001 at 21:52:17 Pacific
Reply:
I downloaded the gcc-2.95.3 for c .But i am not able to install.Please tell me the complete procedure to install and to run the compiler.
With warmest Regards Vinodh
0
Response Number 3
Name: Raja Mallik Date: July 10, 2001 at 02:53:18 Pacific
Reply:
I am trying to install gcc-3.0 on Solaris 8(intel)..
I have some problem with setting environment for CC=??? what's that ?
Can any one tell me correctly whats should be all default path..?
thanks.. & more thaks after your sugesstion works..
Summary: Im installing a internet server on a intel solaris 8 machine, wich has 2 nics, (i will use this machine as a router from my lan to the internet) 1 nic is conected to a dsl modem with the ip 63.243.14...
Summary: Hi guys, I set up Intel Solaris 8 but the gcc compiler doesn't work. I have downloaded the gcc compiler from Unix freeware and use pkgadd and it seems to be Ok but ... I now need to set the PATH. I l...
Summary: Do you know of any applications that could provide command line logging for Unix based systems? On Solaris 8 to be precise.. Thanks, Stuart ...