8 Oct
2004
8 Oct
'04
7:34 a.m.
Hi Gitte, On Thu, 2004-10-07 at 20:02, Gitte Wange wrote:
Gitte Wange wrote: ...
And now I think we are getting close to the problem. Data.fs IS around 2GB (2147483592 bytes to be exact). I will try to find out how FreeBSD likes that big files.
I compiled python-2.3.3 for my FreeBSD-5.2.1 myself - any flags I should use for python to have LFS or is it "just there"?
At least there is a howto or just use ./configure --help as it was suggested. A quick check for LFS is:
f=open("/tmp/foo","w") f.tell() 0L
When you see the L after Zero, chances are LFS is working :-) Regards Tino