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 pinskia at gcc dot gnu dot org  2003-12-19 13:07 -------
You have to use either a K&R C compiler or an ANSI C compiler with 3.3.2.  3.4 will only compile 
with a ANSI C compiler though.  Also config.guess is not mantained by GCC. If you really want to 
compile for hppa2.0w, do this instead ${srdir}/configure --target=hppa2.0w-hpux11.11 --host= 
hppa2.0w-hpux11.11 --build=hppa2.0w-hpux11.11.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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]