commit | 2d9feeddf355fdc0f7608b178df89ddba33370b4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 24 17:36:21 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 24 17:36:21 1997 +0000 |
tree | 298c374b4ba29dbf022a698d656f3e8e8424d8f2 | |
parent | 465f71d0524bf71c42f3ab76d284675dc9a38a3d [diff] |
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.