[ python-Bugs-1552304 ] UnixCCompiler runtime_library_dir uses -R instead of -Wl, -R

SourceForge.net noreply at sourceforge.net
Tue Sep 5 04:26:49 CEST 2006


Bugs item #1552304, was opened at 2006-09-04 19:47
Message generated for change (Comment added) made by tfkyle
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1552304&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Distutils
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: TFKyle (tfkyle)
Assigned to: Nobody/Anonymous (nobody)
Summary: UnixCCompiler runtime_library_dir uses -R instead of -Wl,-R

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: TFKyle (tfkyle)
Date: 2006-09-04 20:26

Message:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1552304&group_id=5470


More information about the Python-bugs-list mailing list