problem with compiling gcc-3.2.2

Jim Wilson wilson@specifixinc.com
Tue Nov 4 00:03:00 GMT 2003


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



More information about the Gcc-bugs mailing list