From: Boston (bboston@engws8.ic.sunysb.edu)
Date: 02/22/92


From: bboston@engws8.ic.sunysb.edu (Boston)
Subject: Re: Call me stupid (problems with installing Gcc)
Date: 23 Feb 1992 04:57:50 GMT

In article <1992Feb23.033155.2483@mnemosyne.cs.du.edu> jtwiss@isis.cs.du.edu (Justin Twiss) writes:
>
>Call me stupid (please, no mails addressed to stupid :-) ) but I'm having
>a
>few problems installing the Gcc binaries under Linux... I can tar
>them across, and have them sittig in my work directory, and can
>use Gcc-Ar to unarchive the library';s etc, but just wondering WHERE DO THEY
>GO?
>
>Ie, is there a directory structure that is required? If not, can anyone
>suggest something because I don';;t like having everything in one
>directory, it looks messy :-)

Well, I too have all files in one dir /usr/gcc so I have a shell script in
/usr/bin that looks like this:
/usr/gcc/gcc -B/usr/gcc/gcc- -I/usr/gcc/include -L/usr/gcc $*
That works okay, but I also have some symbolic links for the programs such
as gcc-ar they are linked to:
gcc-ar
ar
gar
all in /usr/bin (THough the exe itself is in /usr/gcc)