From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Carlo Wood Cc: egcs@cygnus.com (egcs@cygnus.com) Subject: Re: bcopy -> memcpy/memmove transition proposal Date: Sun, 20 Sep 1998 13:55:00 -0000 Message-id: <4865.906314351@hurl.cygnus.com> References: <199809201419.QAA06773@jolan.ppro> X-SW-Source: 1998-09/msg01168.html In message < 199809201419.QAA06773@jolan.ppro >you write: > | Some popular systems do not provide ANSI compilers by default with > | their systems. HPUX for example. Solaris may also be in the same > | boat. > > >From my ircu package ;) > > The package needs an ANSI compiler. Some compilers need an extra option > to compile ANSI C. In those cases you can add these options also here. > For example, on a HPUX-8.x you would use (if you don't have gcc): > "cc -Aa -D_HPUX_SOURCE". > > I agree that this from quite an old source, a few years ago, but I can't > believe that HPUX can afford NOT to have an ANSI compiler, so I guess > this will still work. hpux9, hpux10 and hpux11 do *NOT* come with an ANSI compiler. If you have code which uses ansi prototypes or ansi function definitions and you have not purchased the ansi compiler you will not be able to build that code on hpux9, hpux10, or hpux11 systesm. I don't really remember if hpux8's compiler allowed ansi or not. Too long ago. jeff