BUG Python 2.0 FreeBSD compile problem

Robin Becker robin at jessikat.fsnet.co.uk
Thu Jan 11 11:49:40 EST 2001


In article <muk76.5496$Qb7.762946 at newsb.telia.net>, Fredrik Lundh
<fredrik at effbot.org> writes
>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
>
>
I can verify that that patch applied separately builds OK. I'm not
building the CVS version as we'll be using the result for production
eventually.
-- 
Robin Becker



More information about the Python-list mailing list