]> granicus.if.org Git - python/commit
Change the option used on Linux to export all symbols
authorGuido van Rossum <guido@python.org>
Mon, 24 Nov 1997 17:36:21 +0000 (17:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Nov 1997 17:36:21 +0000 (17:36 +0000)
commit2d9feeddf355fdc0f7608b178df89ddba33370b4
tree298c374b4ba29dbf022a698d656f3e8e8424d8f2
parent465f71d0524bf71c42f3ab76d284675dc9a38a3d
Change the option used on Linux to export all symbols
from the main program to shared libraries.  On mklinux, the old
'-rdynamic' doesn't work; the new '-Xlinker -export-dynamic' works
both there and on Intel Linux platforms.
configure
configure.in