From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russ Allbery To: gcc Subject: Re: Support Date: Mon, 31 Jan 2000 22:31:00 -0000 Message-id: References: X-SW-Source: 2000-01/msg00941.html Alexandre Oliva 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 int main(void) { printf("Hello world!\n"); } amyimage:~> gcc -o hello hello.c amyimage:~> ./hello Hello world! -- Russ Allbery (rra@stanford.edu)