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]

[Bug bootstrap/13443] config.guess error on HP-UX 11.11 using HP ANSI C++


------- Additional Comments From carsten dot traebing at de dot ina dot com  2004-01-21 07:06 -------
> Peculiar. See, it isn't including -Ae when building libiberty (which is why 
build is failing). Can you 
> take a look at CFLAGS, in the various Makefiles and make sure it is getting 
set to -Ae? Thanks.

The problem is caused by the "main" Makefile ./Makefile. CC is set to
"/opt/aCC/bin/aCC" instead of "/opt/aCC/bin/aCC -Ae" which is set in all
the other Makefiles. Thus it overwrites the local CC.

Now it works well up to the stage1 compilation of genmodes.o, where it stops 
without any error message. But this behaviour is the same as with calling cc,
it seems to be an problem of this snapshot.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13443


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