Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to gcc on 5.5.1? (PLEASE URGENT)

Status
Not open for further replies.

theotyflos

Programmer
Oct 15, 2000
132
GR
Hi all,

I come from Sco. First time i see solaris in my life, I have to compile a programm; i think gcc is not installed properly.

When i give:
# gcc -c sub.c

i get:
gcc: installation problem, cannot exec `cpp': No such file or directory

Anyone can help?

Theophilos.

-----------

There are only 10 kinds of people: Those who understand binary and those who don't.
 
Additional info:

I found cc in /usr/ucb but i think it is not installed either:

# cc -c sub.c
/usr/ucb/cc: language optional software package not installed


Theophilos.

-----------

There are only 10 kinds of people: Those who understand binary and those who don't.
 
Any response from:

which gcc

If so, it's possible to create a link from gcc to cc and use it as if cc was installed. Any help?
 
Additionally, try a keyword search in this forum for the words gcc link - a few previous answers should appear, some of which are probably relevant. Cheers.
 
Thank you very much for the replies but it doesn't matter now. The people there have decided to follow another solution so I don't have to do the compilation.

Theophilos.

-----------

There are only 10 kinds of people: Those who understand binary and those who don't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top