BUG Python 2.0 FreeBSD compile problem

Fredrik Lundh fredrik at effbot.org
Thu Jan 11 10:41:06 EST 2001


Robin Becker wrote:
> When building Python 2.0 with FreeBSD xxx.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE
> I get undefined references to _TELL64 at load time unless I change line 61 of
> Objects/fileobject.c from
>
> #elif defined(__NetBSD__) || defined(__OpenBSD__)
>
> to
>
> #elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)

http://sourceforge.net/bugs/?func=detailbug&bug_id=128119&group_id=5470

(still says "Resolution: None", but I'm pretty sure a fixed
was checked into CVS a couple of days ago...  if you can
verify that the CVS version builds cleanly, let us know!)

Cheers /F





More information about the Python-list mailing list