Install Compiler, GCC, in SCO

I am having difficulty trying to install the GCC compiler in SCO, but can’t get it to work.

I have used an FTP to transfer some files (.tar.gz) to /u/test/installgnu/ and I extracted the files, but that is really the furthest I got.

I had a look at this post: How do I install GCC on a system with no compiler?, but that doesn’t help as SCO is very different to linux (well it is to me).

Here is the list of the files I downloaded from an FTP site: Skunkware/osr5/devtools/gcc/. So looking at those, I downloaded them all, and into the machine. But now I don’t know where to go from here.

I am running SCO OpenServer 5.0.7

Answers:

Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.

Method 1

gcc-98q2-dist.tar.gz contains a GCC installation image, that is, a tarred-up installation of GCC. All you need to do is untar it to the root directory:

cd /
tar xzvf gcc-98q2-dist.tar.gz

But I hope you won’t be using a GCC version from 1998. gcc-2.95.2pl1-dist.tar.gz seems to be a tad newer, but still old (1999). Anyway, if you need a newer version, you can bootstrap it with that compiler.


All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x