New submission from Alexander Belopolsky:

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.

----------
components: Build
files: make-patch.diff
messages: 62006
nosy: belopolsky
severity: normal
status: open
title: Undefined symbols: _PyOS_mystrnicmp on Mac OS X
type: compile error
versions: Python 2.6
Added file: http://bugs.python.org/file9349/make-patch.diff

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2000>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to