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]

HP-UX 10.20 Install Problems


Hi,

I hope I'm mailing this to the correct location, apologies if not.

I have been requested to install the GCC compiler onto one of our 10.20
HP-UX systems.
Unfortunately I seem to have run into some problems:

I have followed the instructions given at the
"http://hpux.connect.org.uk/hppd/hpux/gcc-2.95.2" website.
(binutils 2.9.1, Bison 1.28, flex 2.5.4a and sed 3.0.2 have all been
installed locally)
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

The file was then decompressed and un-tar'd so that the configuring process
could start.
I am using the "http://gcc.gnu.org/install/configure.html" notes for
configuring.

I set-up an "objdir", cd'd into it then ran the "srcdir/configure" command.
The following error message appeared:

/mnt/GCC/gcc-2.95.2/configure --prefix=/usr/local
Configuring for a -hp-hpux10.20 host.
*** Cannot configure here in "/mnt/GCC/build" when "/mnt/GCC/gcc-2.95.2" is
currently configured.

Not a good start, I tried using a different "objdir" directory with the same
results.
Next I tried running "configure" within the gcc source code dir:

./configure
Configuring for a -hp-hpux10.20 host.
Invalid configuration `-hp-hpux10.20': machine `-hp' not recognized
Invalid configuration `-hp-hpux10.20': machine `-hp' not recognized
Unrecognized host system name -hp-hpux10.20.

The configure command doesn't appear to be able to resolve the O.S. version.
I tried using the switch, "--target=hpux10.20", resulting in exactly the
same error.
Next I edited the configure script and actually set the "host_alias"
variable to "hpux10.20"
This time the error message was:

./configure
Invalid configuration `hpux10.20': machine `hpux10.20' not recognized
Invalid configuration `hpux10.20': machine `hpux10.20' not recognized
Unrecognized host system name hpux10.20.

At least it now didn't recognise a valid O.S.?!

On looking at the configure command there are lots of references to HP-UX
V11.00.
I'm now wondering if this source code is compatible with HP-UX 10.20.

Can you please advise?

Alternativley I could just load the Dynamically Linked libraries, but I'd
prefer to work from the source code.

Many thanks

Richard Gilham
IM UNIX On Site Support
Nokia (UK) Ltd

P.S. Other details of use:

HP Model:	9000/785/C360

Software installed:
           # Bundle(s): 
           # 
           700QPK1020 ACE.199912.02 Workstation Quality Pack for HP-UX 10.20
(December 1999) 
           B3782EA B.10.20 HP-UX Media Kit (Reference Only. See Description)

           B6193EA ACE.199912.01 Workstation ACE for HP-UX 10.20 (December
1999) 
           B6196AA_APZ B.10.20.07 HP-UX 700 OpenGL 3D Graphics API Run Time
Environment 
           B6378DA ACE.199912.01 Networking ACE for HP-UX 10.20 (December
1999) 
           B7580AA B.10.20.03 HP-UX 700/800 Visualize Conference Run Time
Environment 
           HPUXEngCR700 B.10.20 English HP-UX CDE Runtime Environment 
           IUX-Recovery A.2.3.205 Ignite-UX tape and network recovery tool
subset 
           J2559C D.05.15 Hewlett-Packard JetAdmin for Unix Utility 
           OnlineDiag B.10.20.16.08 HPUX 10.0 Support Tools Bundle 
           # 
           # Product(s) not contained in a Bundle: 
           # 
           FIRSTSPACE 1.0 FirstSpace VRML Viewer 
           binutils 2.9.1 binutils 
           bison 1.28 bison 
           flex 2.5.4a flex 
           sed 3.02 sed 
           sudo 1.5.6p5 sudo 

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