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/11668] Make error on HPUX with gcc3.3


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi at yahoo dot com  2003-07-26 06:46 -------
Looks like we need to make the documentation clear on this.

If you want use make bootstrap (which is generally preferable), you need to install GNU binutils, 
and tell gcc where they are installed (with the --with-gnu-as --with-as= options.

If you want use to use make and the bundled compiler, you'll need to disable java: --enable-
languages=c,c++,f77,objc

If you use HP's ANSI c compiler, you should be fine doing make with all languages enabled.

Please report whether these work.


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