Re: building 1.2, solaris, missing -mt flag?

guido@CNRI.Reston.VA.US
Thu, 20 Apr 95 16:30:01 -0400

>I'm trying to build 1.2 with threads on a solaris box and can't
>quite get the -mt flag (or -D_REENTRANT) for the SparcWorks compiler
>into the makefiles. What obvious and simple thing am I missing?

Additional options for the C compiler are best added to the OPT definition.
If you edit the toplevel Makefile it will be passed on to the lower level
Makefiles. You can also pass it to the make command at the top level,
e.g.

make OPT="-O -mt"

(presuming you want to keep the -O flag as well).

--Guido van Rossum <guido@CNRI.Reston.VA.US>
URL: http://www.cwi.nl/~guido/