[Python-bugs-list] [Bug #128973] OpenBSD Problems with _funlockfile in fileobject.c
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 15 Jan 2001 21:12:43 -0800
Bug #128973, was updated on 2001-Jan-15 21:12
Here is a current snapshot of the bug.
Project: Python
Category: Python Interpreter Core
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: jpettit
Assigned to : nobody
Summary: OpenBSD Problems with _funlockfile in fileobject.c
Details: When I compile the current CVS version of Python on OpenBSD 2.8, I
get the following linker error:
ld: _funlockfile: non-function jmpslot
collect2: ld returned 1 exit status
*** Error code 1
This function was first added to Python in version 2.97 of "fileobject.c".
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=128973&group_id=5470