Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Largefile support

807575Apr 10 2007 — edited Feb 26 2008
When building 32 bit apps for 64 bit files.

getconf LFS_CFLAGS return
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

When building, I get an error
"ptvalidate.cc", line 1414: Error: O_LARGEFILE is not defined.

This is defined within
#ifdef __USE_LARGEFILE64
# define O_LARGEFILE 0100000
#endif

So I am uncertain how gcc was doing this, but it was.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 25 2008
Added on Apr 10 2007
13 comments
540 views