HP-UX 10.2 deprecated?

Greg Weeks weeks at vitus.scs.agilent.com
Wed Mar 6 13:14:29 EST 2002


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



More information about the Python-list mailing list