Re: 64 bit LFS compile error

2009-05-26 Thread lrhorer
Nuno Magalhães wrote: > readwrite.c:146: error: ‘off64_t’ undeclared (first use in this function) > > This is self explainatory: there is no such variable in the code, or > it's not being assumed to exist for some reason... Yeah, that's obvious. > Did you try without the -O2? It's for optimizat

Re: 64 bit LFS compile error

2009-05-26 Thread Nuno Magalhães
readwrite.c:146: error: ‘off64_t’ undeclared (first use in this function) This is self explainatory: there is no such variable in the code, or it's not being assumed to exist for some reason... Did you try without the -O2? It's for optimization, but you can make do without... at least for testing