| Author |
Message |
info@kerescontorni.com *nix forums beginner
Joined: 16 Jan 2006
Posts: 16
|
Posted: Mon Jan 16, 2006 9:55 pm Post subject:
Irix, Mipspro and gcc
|
|
|
Is it possible to compile the gcc suite without Mipspro??? I have
installed the "Development Foundation" on my O2 but haven't found
/usr/include/stdio.h and all header!!! From Internet I read there isn't
a c compiler in the "Development Foundation" ...
Bye, Keres. |
|
| Back to top |
|
 |
Walter Roberson *nix forums Guru
Joined: 19 Feb 2005
Posts: 1300
|
Posted: Tue Jan 17, 2006 12:08 am Post subject:
Re: Irix, Mipspro and gcc
|
|
|
In article <1137448530.446858.162640@g44g2000cwa.googlegroups.com>,
<info@kerescontorni.com> wrote:
| Quote: | Is it possible to compile the gcc suite without Mipspro??? I have
installed the "Development Foundation" on my O2 but haven't found
/usr/include/stdio.h and all header!!! From Internet I read there isn't
a c compiler in the "Development Foundation" ...
|
Make sure you install irix_dev.sw.headers from the IDL CD. |
|
| Back to top |
|
 |
info@kerescontorni.com *nix forums beginner
Joined: 16 Jan 2006
Posts: 16
|
Posted: Wed Jan 18, 2006 8:16 am Post subject:
Re: Irix, Mipspro and gcc
|
|
|
Ok, I have installed the Development Libraries. I have found all
headers into /usr/include.
I write a simple "Hello word!" C programm nand in prompt command:
# cc prova.c
CC program tell me to buy a license or "buy" an evaluation license.
| Quote: | From the sgi site i have not found Mips C compiler evaluation license
and I haven't "Entitlement ID" because my SGI O2 is buy used... |
Have yuo some hit for me?
Keres. |
|
| Back to top |
|
 |
Joerg Behrens *nix forums Guru Wannabe
Joined: 29 Apr 2005
Posts: 106
|
Posted: Thu Jan 19, 2006 7:26 am Post subject:
Re: Irix, Mipspro and gcc
|
|
|
info@kerescontorni.com schrieb:
| Quote: | Ok, I have installed the Development Libraries. I have found all
headers into /usr/include.
I write a simple "Hello word!" C programm nand in prompt command:
# cc prova.c
CC program tell me to buy a license or "buy" an evaluation license.
From the sgi site i have not found Mips C compiler evaluation license
and I haven't "Entitlement ID" because my SGI O2 is buy used...
Have yuo some hit for me?
|
1. use gcc instead cc because this is a licensed product
2. ignore the license warnings.. when i remember correct it works on
simple things without one.
3. send a mail to sales.sgi.com and ask how much the softare costs
4. join the developer+ programm to get a license
5. use google to find one in c.s.s.*
regards
Joerg |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|