[Bug target/61577] [4.9.0] can't compile on hp-ux v3 ia64
josephpattara at gmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Oct 19 11:34:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577
--- Comment #5 from Joseph John <josephpattara at gmail dot com> ---
I am still struggling to compiler any version giver than GCC 4.9.0 on ia64
platform still but as far as this issue is concerned I was able to get pass the
LD abort when I used the below options for configure:
CC="gcc -mlp64" CXX="g++ -mlp64"
With this option I was able to pass the linker abort just after the
libbackend.a creation but I run into a segmentation error which I believe is
the documented issue at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919
More information about the Gcc-bugs
mailing list