[New-bugs-announce] [issue2000] Undefined symbols: _PyOS_mystrnicmp on Mac OS X

Alexander Belopolsky report at bugs.python.org
Sat Feb 2 19:19:38 CET 2008


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 <report at bugs.python.org>
<http://bugs.python.org/issue2000>
__________________________________


More information about the New-bugs-announce mailing list