Re: Compiling Python for .so
Bill Janssen (janssen@parc.xerox.com)
Mon, 9 Jan 1995 13:31:26 PST
I ran across this problem, too, and it seems to me that the solution was
to *not* use gcc, which Python uses by default if it finds it on your
path. When I explicitly set my CC env variable before running
configure, I got the shared library version.
Bill