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: problem with compiling gcc-3.2.2


djekels@citistreetonline.com wrote:
I am trying to build gcc on an Itanium box running HP-UX 11.23.

I suggest you file a bug report into our bugzilla database. See http://gcc.gnu.org/bugs.html for info on reporting bugs.

The error is a multilibbing error while building the target libraries. In the gmake output I see:

checking whether the C compiler (/home/djekels/gcc-3.3.2/gcc/xgcc -B/home/djekels/gcc-3.3.2/gcc/ -B/usr/local/ia64-hp-hpux11.23/bin/ -B/usr/local/ia64-hp-hpux11.23/lib/ -isystem /usr/local/ia64-hp-hpux11.23/include -milp32 -O2 -mlp64 ) works... no

Note that it has both -milp32 and -mlp64 on the command line. These are incompatible multilibs. I have seen discussion of this problem before, but I don't know what the solution is. It is some sort of target library configure problem, perhaps because a parallel build ends up with two processes trying to write the same file. There is a configure option --enable-serial-configure that may solve the problem. You may have to force a reconfigure for this to work, or you may have to start a new build tree.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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