[issue5289] ctypes.util.find_library does not work under Solaris

Ke Wang report at bugs.python.org
Tue Feb 17 11:54:32 CET 2009


Ke Wang <ke.wang at sun.com> added the comment:

I tested the command 'gcc -Wl,-t' on Ubuntu, it works fine.
But on Solaris, it doesn't work as expected.

Finally I find that gcc does not use GNU ld on Solaris, instead, it uses
SUN ld.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5289>
_______________________________________


More information about the Python-bugs-list mailing list