Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
#11
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
you just need to make sure /usr/nekoware/bin is in your PATH
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
09-28-2018, 01:13 PM
#12
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
(09-28-2018, 01:13 PM)gijoe77 Wrote:  you just need to make sure /usr/nekoware/bin is in your PATH
Okay, sweet.  Thanks again for all the help.  Really appreciate it.

Best,



James :Indy:
zygal
Indy

Trade Count: (0)
Posts: 12
Threads: 1
Joined: Jun 2018
Find Reply
09-28-2018, 03:39 PM
#13
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
(09-28-2018, 01:13 PM)gijoe77 Wrote:  you just need to make sure /usr/nekoware/bin is in your PATH

That did the trick!  Now to fix the missing header issues lol

Thank you everyone!

Best,



James :Indy:
zygal
Indy

Trade Count: (0)
Posts: 12
Threads: 1
Joined: Jun 2018
Find Reply
09-29-2018, 02:44 AM
#14
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
Anyone else have any issues of the include file getopt.h? It says it doesn't exist.

Best,



James :Indy:
zygal
Indy

Trade Count: (0)
Posts: 12
Threads: 1
Joined: Jun 2018
Find Reply
09-29-2018, 01:16 PM
#15
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
what are you trying to compile?
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
09-29-2018, 08:44 PM
#16
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
(09-29-2018, 08:44 PM)gijoe77 Wrote:  what are you trying to compile?

Just some C code.  It's coming from <stdio.h>, in one of the lines of the file it attempts to include that file, which apparently does not exist.

I've tried compiling C++ and there are so many errors the compiler eventually said there's too much wrong and it won't continue. 

The adventure continues Smile

Best,



James :Indy:
zygal
Indy

Trade Count: (0)
Posts: 12
Threads: 1
Joined: Jun 2018
Find Reply
09-30-2018, 12:11 AM
#17
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
There's a bunch of 32-bit 6.5.22 patches on the FTP I would recommend installing as they provide some patches to internal system libraries.

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
09-30-2018, 12:39 AM
#18
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
(09-30-2018, 12:39 AM)Raion Wrote:  There's a bunch of 32-bit 6.5.22 patches on the FTP I would recommend installing as they provide some patches to internal system libraries.

I will do that too, thank you!

Best,



James :Indy:
zygal
Indy

Trade Count: (0)
Posts: 12
Threads: 1
Joined: Jun 2018
Find Reply
09-30-2018, 01:00 AM
#19
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
So I've patched the stuff that's needed patching, re-installed nekoware gcc and binutils, but the headerfile "getopt.h" is still missing.

Does anyone have a working nekoware GCC setup and I am assuming the file must exist somewhere.  I could just try adding it manually.

Best,



James :Indy:
zygal
Indy

Trade Count: (0)
Posts: 12
Threads: 1
Joined: Jun 2018
Find Reply
09-30-2018, 08:01 PM
#20
RE: Issues installing MIPSPro, GCC, and G++ on IRIX 6.5
So getopt.h and getopt_long are Linux specific functions provided by glibc. IRIX doesn't use glibc. It can use the standard getopt using unistd.h

I'm the system admin of this site. Private security technician, licensed locksmith, hack of a c developer and vintage computer enthusiast. 

https://contrib.irixnet.org/raion/ -- contributions and pieces that I'm working on currently. 

https://codeberg.org/SolusRaion -- Code repos I control

Technical problems should be sent my way.
Raion
Chief IRIX Officer

Trade Count: (9)
Posts: 4,240
Threads: 533
Joined: Nov 2017
Location: Eastern Virginia
Website Find Reply
09-30-2018, 09:11 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)