[Python-bugs-list] BSDI BSD/OS 4.x has dynamic modules (PR#96)

vivek@khera.org vivek@khera.org
Tue, 5 Oct 1999 17:41:58 -0400 (EDT)


Full_Name: Vivek Khera
Version: 1.5.2
OS: BSD/OS 4.0.1
Submission from: kci.kcilink.com (204.117.82.1)


BSDI's BSD/OS 4.x supports dynamic loading of object modules.  To enable it in
Python, simply add lines of the form

 BSD/OS/4*) ....

wherever there is a similar FreeBSD/3*) ... line using the same options.  There
were three lines I added:

        BSD/OS/4*) LDSHARED="gcc -shared";;
        BSD/OS/4*) CCSHARED="-fpic";;
        BSD/OS/4*) LINKFORSHARED="-Xlinker -export-dynamic";;

I don't have autoconfig, so I can't really give you the patch directly to
configure.in.

make test works fine with these.