This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gcapell
Recipients
Date 2001-07-30.10:15:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
providing runtime_library_dirs	=["/foo"],
setup.py build does:

gcc -shared -R/foo ...

whereas it requires

gcc -shared -Wl,-R/foo

to get the option through to the linker.

My configuration:

python2.1.1, gcc 2.9.6, binutils 2.10.91.0.2,
redhat 7.1, intel


Please let me know if I'm just doing something stupid.

Thanks heaps for the distutils stuff, it makes playing
with extensions way easier.
History
Date User Action Args
2007-08-23 13:55:30adminlinkissue445902 messages
2007-08-23 13:55:30admincreate