The Makefile contains the line OPTFLAGS = -O2 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
It must be added by
-D_LARGEFILE64_SOURCE
I dont know, if "_FILE_OFFSET_BITS=64" is really neccessary, but
_LARGEFILE64_SOURCE is important on 32-Bit-Systems.
Regards
Manfred
--
Web: http://www.comparat.de + http://www.bkupserver.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

