This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g77-3.0.2: runtime failure on hpux-11.0.
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: g77-3.0.2: runtime failure on hpux-11.0.
- From: Markus Werle <numerical dot simulation at web dot de>
- Date: Wed, 14 Nov 2001 09:09:47 +0100
- Cc: gcc-bugs at gcc dot gnu dot org, law at redhat dot com
- References: <3BF0E563.E2209E4C@web.de> <3BF1C471.3D6AF46B@moene.indiv.nluug.nl>
[Get raw message]
Toon Moene wrote:
> Jeff,
>
> This obviously is an attempt to build a 64-bit compiler on hpux-11.0.
> Could you confirm or deny that this is actually possible ?
I confirm that it was possible to build a 64-bit gcc with --disable-shared
including the C, C++ and f77 part of the collection.
It is not possible to build it with --enable-shared, due to linker crashes.
The C/C++ stuff seems to be quite stable (still some linker problems
and the missing shared libs support due to GNU-ld crashes in build stage
is annoying)
> If it is, a patch to f/target.h is in order.
Patch it, please. The 64 bit libs created by f90 do not fit
well into gcc-compiled stuff (missing symbols e.g. __unwind_start etc).
So a g77-64 would help a lot.
Many thanks for a fix in advance.
Markus