Antoine Pitrou <pit...@free.fr> added the comment:

The normal build lines for the crypt and nis modules contain additional library 
linkage ("normal", that is before your commit :-)):

gcc -pthread -shared 
build/temp.linux-x86_64-3.2/home/antoine/py3k/__svn__/Modules/cryptmodule.o 
-L/home/antoine/py3k/__svn__/usr/lib -L/usr/local/lib -lcrypt -o 
build/lib.linux-x86_64-3.2/crypt.so

gcc -pthread -shared 
build/temp.linux-x86_64-3.2/home/antoine/py3k/__svn__/Modules/nismodule.o 
-L/home/antoine/py3k/__svn__/usr/lib -L/usr/local/lib -lnsl -o 
build/lib.linux-x86_64-3.2/nis.so

("-lcrypt" in the former, "-lnsl" in the latter)

----------

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

Reply via email to