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 belopolsky
Recipients belopolsky
Date 2008-02-02.18:18:28
SpamBayes Score 0.13586007
Marked as misclassified No
Message-id <1201976378.64.0.881380024504.issue2000@psf.upfronthosting.co.za>
In-reply-to
Content
On Mac OS X, make fails with the following error
..
/usr/bin/ld: Undefined symbols:
_PyOS_mystrnicmp
collect2: ld returned 1 exit status
make: *** [python.exe] Error 1

The attached patch fixes the issue.
History
Date User Action Args
2008-02-02 18:19:38belopolskysetspambayes_score: 0.13586 -> 0.13586007
recipients: + belopolsky
2008-02-02 18:19:38belopolskysetspambayes_score: 0.13586 -> 0.13586
messageid: <1201976378.64.0.881380024504.issue2000@psf.upfronthosting.co.za>
2008-02-02 18:18:29belopolskylinkissue2000 messages
2008-02-02 18:18:28belopolskycreate