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 rpetrov
Recipients rpetrov
Date 2013-03-05.22:22:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362522162.88.0.5476696865.issue17362@psf.upfronthosting.co.za>
In-reply-to
Content
GNU binutils properly document that flag --enable-new-dtags is only available on ELF systems.
I would like to propose a simple hack to avoid activation if ELF is not listed in supported emulations.

Comments in unixccompiler.py are not precise : "# GNU ld needs an extra option to get a RUNPATH ..", i.e. ELF is missing. 

Also GNULD is not correct name for flag. What about to change to GNUELFLD ?

You could test on cygwin for instance.
History
Date User Action Args
2013-03-05 22:22:42rpetrovsetrecipients: + rpetrov
2013-03-05 22:22:42rpetrovsetmessageid: <1362522162.88.0.5476696865.issue17362@psf.upfronthosting.co.za>
2013-03-05 22:22:42rpetrovlinkissue17362 messages
2013-03-05 22:22:42rpetrovcreate