From: Vikram Kapoor <[EMAIL PROTECTED]>

vikramk> I think you need to add these flags
vikramk> 
vikramk> _LARGEFILE_SOURCE 
vikramk> _FILE_OFFSET_BITS=64 
vikramk> __USE_LARGEFILE64

You should read /usr/include/features.h.  The macros starting with one
underscore are supposed to be user-defined.  Those starting with two
are (re)defined in features.h.  The macros you want to define are:

_LARGEFILE_SOURCE
_LARGEFILE64_SOURCE
_FILE_OFFSET_BITS=64

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus:             http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to