HP-UX 10.2 deprecated?
Greg Weeks
weeks at vitus.scs.agilent.com
Wed Mar 6 13:14:29 EST 2002
More information about the Python-list mailing list
Wed Mar 6 13:14:29 EST 2002
- Previous message (by thread): HP-UX 10.2 deprecated?
- Next message (by thread): HP-UX 10.2 deprecated?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Piotrowski (mxp at dynalabs.de) wrote: : When the ANSI C compiler is installed, cc always calls this compiler, : but without -Aa or -Ae it operates in K&R mode on 10.20. To ensure : that -Ae is always used, you can ... say : : CC='cc -Ae' ./configure With this, "make" does indeed create an executable. But "make test" fails both times on test_threads, dying at the end with: test_thread *** Termination signal 14 Stop. Oddly enough, signal 14 (ALRM) is ignored the first time "test_thead" is listed. Greg
- Previous message (by thread): HP-UX 10.2 deprecated?
- Next message (by thread): HP-UX 10.2 deprecated?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list