64 bit LFS compile error

2009-05-26 Thread Leslie Rhorer
I downloaded an application (mfs-tools) which I am trying to compile on my Debian "Lenny" system, but the make is failing with the following errors: gcc -DHAVE_CONFIG_H -I. -I../include -I../include-g -O2 -MT readwrite.o -MD -MP -MF .deps/readwrite.Tpo -c -o readwrite.o readwrite.c readwrite.c

Re: 64 bit LFS compile error

2009-05-28 Thread Goswin von Brederlow
"Leslie Rhorer" writes: > I downloaded an application (mfs-tools) which I am trying to compile on my > Debian "Lenny" system, but the make is failing with the following errors: > > gcc -DHAVE_CONFIG_H -I. -I../include -I../include-g -O2 -MT > readwrite.o -MD -MP -MF .deps/readwrite.Tpo -c -o

RE: 64 bit LFS compile error

2009-05-28 Thread Leslie Rhorer
> > I downloaded an application (mfs-tools) which I am trying to compile on > my > > Debian "Lenny" system, but the make is failing with the following > errors: > > > > gcc -DHAVE_CONFIG_H -I. -I../include -I../include-g -O2 -MT > > readwrite.o -MD -MP -MF .deps/readwrite.Tpo -c -o readwrite.o

Re: 64 bit LFS compile error

2009-05-29 Thread Kurt Roeckx
On Thu, May 28, 2009 at 06:18:56PM -0500, Leslie Rhorer wrote: > > > I downloaded an application (mfs-tools) which I am trying to compile on > > my > > > Debian "Lenny" system, but the make is failing with the following > > errors: > > > > > > gcc -DHAVE_CONFIG_H -I. -I../include -I../include-g

RE: 64 bit LFS compile error

2009-05-29 Thread Leslie Rhorer
> > > On amd64 off_t and all the others are naturally 64bit. And for 32bit > > > code you should rather enable LFS so off_t is 64bit instead of using > > > off64_t (adding -D_FILE_OFFSET_BITS=64). > > > > I'm sorry, but I don't quite follow your meaning. Are you saying I > should > > replace all r

RE: 64 bit LFS compile error

2009-05-29 Thread Leslie Rhorer
> -Original Message- > From: Leslie Rhorer [mailto:lrho...@satx.rr.com] > Sent: Friday, May 29, 2009 9:32 PM > To: debian-amd64@lists.debian.org > Subject: RE: 64 bit LFS compile error > > > > > On amd64 off_t and all the others are naturally 64bit. And for