This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: HP-UX 10.20 Install Problems


On Oct 10, 2000, Richard.Gilham@nokia.com wrote:

> I have been requested to install the GCC compiler onto one of our 10.20
> HP-UX systems.

Do you have a working C compiler already?  You need one to compile
anything, even GCC.  If not, you'll have to go for a pre-compiled GCC
binary, and use it to build your own.  You may have to set the CC
environment variable to the name of this compiler, if it is not `cc',
so that config.guess can figure out the complete system triplet.
hpux10.20 isn't a valid triplet; hppa1.1-hp-hpux10.20 (for example)
is.

> I then downloaded the HP-UX Source Code (gzipped) using FTP, on looking at
> the file it's description was:

> 	gcc-2.95.2-ss-11.00.tar.gz

I wouldn't recommend your using this package modified for 11.00.  GCC
2.95.2 is supposed to work on HP-UX 10.20 out of the box.  Please grab
the sources from http://gcc.gnu.org and start over, or ask for help
from whoever provided you with these modified sources.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]