This is the mail archive of the gcc@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]

gcc on HP-UX



I know you've probably heard this a thousand times but gcc doesn't work on
hpux.  I'm sure we both wish it did.  The problems I've having are related
to "types.h".  It appears that gcc replaces the standards
/usr/include/sys/types.h with its own.  Everything compiles fine when I
symlink the original to the location of yours.  But if I use yours I get:

In file included from sshunixfdstream.c:139:
/usr/include/sys/socket.h:439: parse error before "sendfile"
/usr/include/sys/socket.h:439: parse error before "bsize_t"
/usr/include/sys/socket.h:441: parse error before "sendpath"
/usr/include/sys/socket.h:441: parse error before "bsize_t"
*** Error exit code 1

I think your page here should have SOMETHING about this.  At least a disclaimer stating its not your fault.

Rsvp,

-Ed.
----------------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received this in error, please contact the sender and delete the material from any
computer.


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