Bugs item #1552304, was opened at 2006-09-04 19:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1552304&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to