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.

classification
Title: UnixCCompiler runtime_library_dir uses -R instead of -Wl,-R
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: tfkyle
Priority: normal Keywords:

Created on 2006-09-05 01:47 by tfkyle, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29755 - (view) Author: TFKyle (tfkyle) Date: 2006-09-05 01:47
in some cases where gcc is named oddly
(i686-pc-linux-gnu-g++/i686-pc-linux-gnu-gcc in this
case, gentoo names them like this)
UnixCCompiler.runtime_library_dir_option will return -R
instead of -Wl,-R, there seems to be a check in there
already for gcc/g++ though it only checks against the
first 3 characters. perhaps a better approach would be
to check "gcc" in compiler or "g++" in compiler or
something similar
msg29756 - (view) Author: TFKyle (tfkyle) Date: 2006-09-05 02:26
Logged In: YES 
user_id=1065959

dup of
http://sourceforge.net/tracker/index.php?func=detail&aid=1254718&group_id=5470&atid=305470
, sorry I should've looked harder before submitting
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43939
2006-09-05 01:47:14tfkylecreate