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 c/3736] HPUX 11i not supported


------- 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


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