This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/3736] HPUX 11i not supported
- From: "Ulrich dot Windl at rz dot uni-regensburg dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Mar 2004 08:14:52 -0000
- Subject: [Bug c/3736] HPUX 11i not supported
- References: <20010719110600.3736.fkim@atg.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From Ulrich dot Windl at rz dot uni-regensburg dot de 2004-03-12 08:14 -------
After suffering for about two years from this bug I eventually found the simple
explanation and solution: Gcc uses it's won version of <sys/types.h> that lacks
the definition for `bsize_t'. The simple solution seems to be this: Just move
gcc's version of <sys/types.h> out of the way:
cd /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/include/sys; mv types.h
ULItypes.h
(assuming noone will inlude <sys/ULItypes.h>; you just could remove the file,
but who knows... maybe you want it back for some reason...)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3736