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 pitrou
Recipients barry, pitrou
Date 2010-09-03.19:58:18
SpamBayes Score 0.002440246
Marked as misclassified No
Message-id <1283543899.8.0.897163733718.issue9762@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-09-03 19:58:19pitrousetrecipients: + pitrou, barry
2010-09-03 19:58:19pitrousetmessageid: <1283543899.8.0.897163733718.issue9762@psf.upfronthosting.co.za>
2010-09-03 19:58:18pitroulinkissue9762 messages
2010-09-03 19:58:18pitroucreate