Re: compiling with large file support

2003-01-28 Thread Stephen Gran
This one time, at band camp, Pigeon said: > On Tue, Jan 28, 2003 at 09:44:10AM +0100, Florian Sukup wrote: > > > > I managed to compile some small C-programs with large file support using > > > > gcc flags: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE. > > > > > > > > How can I make this default? M

Re: compiling with large file support

2003-01-28 Thread Pigeon
On Tue, Jan 28, 2003 at 09:44:10AM +0100, Florian Sukup wrote: > > > I managed to compile some small C-programs with large file support using > > > gcc flags: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE. > > > > > > How can I make this default? Maybe with environment variables? > > > > Yes. expor

Re: compiling with large file support

2003-01-27 Thread Pigeon
On Mon, Jan 27, 2003 at 10:23:12PM +0100, Florian Sukup wrote: > Hi, > > I managed to compile some small C-programs with large file support using > gcc flags: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE. > > How can I make this default? Maybe with environment variables? Yes. export CFLAGS="-D_FI

compiling with large file support

2003-01-27 Thread Florian Sukup
Hi, I managed to compile some small C-programs with large file support using gcc flags: -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE. How can I make this default? Maybe with environment variables? I would appreciate hints very much, since, it would make my life much easier when I compile package