![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting variable | briskbaby | Shell Programming and Scripting | 1 | 09-14-2006 01:10 PM |
| Variable setting help please | penfold | Shell Programming and Scripting | 16 | 03-25-2006 06:25 PM |
| setting PS1 variable | papachi | UNIX for Dummies Questions & Answers | 4 | 05-23-2005 12:08 PM |
| Setting a variable | photh | UNIX for Dummies Questions & Answers | 2 | 01-08-2003 07:03 AM |
| setting CC variable | mdbanas | High Level Programming | 1 | 08-22-2002 06:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am trying to install GCC-3.1.1 on an SGI Indigo2. I already have MIPSpro 7.2.1 installed. However, when I try to configure GCC-3.1.1, I get the message "cc ERROR: cc -o conftest -g failed, You must set the environment variable CC to a working compiler."
What is the name of the MIPSpro c++ 7.2.1 file that I must set CC to? (I must admit I am rather new to Irix) Thank you. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You have to set the CC environmental variable to the full path name of the compiler.
So, IF your compiler is 'foo-compiler' and is located in /usr/sbin, then your must set the environmental to /usr/bin/foo-compiler. |
||||
| Google The UNIX and Linux Forums |