Takahiro Matsumoto <matu...@spring8.or.jp> added the comment:

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.

----------
nosy: +matumot

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4902>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to