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]
Other format: [Raw text]

Re: GCC for HPUX 11i


> Could you please release a version of GCC 3.2.3 built for HPUX 11i? The version of GCC on HPUX works on HPUX 11.0 but has issues with not being able to parse
> correctly the socket.h under /usr/include/sys directory due to incompatibilities between HPUX 11 and HPUX 11.11.
> 
> You can find more information here
> 
> http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x98fee822e739d711abdc0090277a778c,00.html

I looked at the discussion.  This most likely is a problem with perl
and the headers which are included.

There isn't any difference between GCC for HPUX 11.00 and 11.11 as far
as the processing of header files goes.  I wouldn't try a binary version
built on HP-UX 11.00 on HP-UX 11.11 as in general you don't have
forward compatibility of binaries.

It's possible to build the C compiler in GCC 3.3 with the bundled HP
compiler and assembler.  This compiler can then be used to build
binutils, etc.  Thus, you don't need to find a binary distribution
for 11.11.  There are further instructions in the installation
documentation.  It's wise to build gmake before building GCC.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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