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]

Re: Support


Alexandre Oliva <oliva@lsd.ic.unicamp.br> writes:

> Nope.  No gcc release prior to 2.96 or 2.97 or 3.0 or however the next
> release ends up being called supports HP/UX 11.

Could someone clarify (or point me at the clarification) of just what this
means?  I'm surprised by this, given that it compiles cleanly out of the
tarball and compiles Perl with no test suite failures.

amyimage:~> gcc -v
Reading specs from /usr/pubsw/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.1/specs
gcc version 2.95.1 19990816 (release)
amyimage:~> uname -a
HP-UX amyimage B.11.00 A 9000/780 2005717121 two-user license
amyimage:~> cat > hello.c
#include <stdio.h>
int main(void) { printf("Hello world!\n"); }
amyimage:~> gcc -o hello hello.c
amyimage:~> ./hello 
Hello world!

-- 
Russ Allbery (rra@stanford.edu)         <URL:http://www.eyrie.org/~eagle/>

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