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 matumot
Recipients akineko, loewis, matumot
Date 2009-02-16.18:28:52
SpamBayes Score 0.00049293035
Marked as misclassified No
Message-id <1234808965.01.0.502823018896.issue4902@psf.upfronthosting.co.za>
In-reply-to
Content
I could solve this with following procedures.

- prepare binutil package under /somewhere/
  (i.e. GNU ld, GNU as is available under /somewhere/bin/)

- prepare your local gcc script below and set path for use.
#!/bin/sh

/your_path_to_gcc/gcc -B/somewhere/bin $*

- use this local gcc for your compile.
History
Date User Action Args
2009-02-16 18:29:25matumotsetrecipients: + matumot, loewis, akineko
2009-02-16 18:29:25matumotsetmessageid: <1234808965.01.0.502823018896.issue4902@psf.upfronthosting.co.za>
2009-02-16 18:28:52matumotlinkissue4902 messages
2009-02-16 18:28:52matumotcreate