This is the mail archive of the gcc-bugs@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: g77-3.0.2: runtime failure on hpux-11.0.

[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


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