I believe you need to re-compile your application program with:
"gcc -D_FILE_OFFSET_BITS=64 ...".
This will enable your application to access "2 exponent 63" file size.
(Exponent is 63 because computers start counting from 0 not 1)
By default gcc assumes "2 exponent 31" file size.
Lyle Chapman wrote:
Can anyone help?
I have a really annoying problem with Fedora Core 2. I am trying to create video sequences that will end up larger than 2gb in size, I cannot find anywhere how to solve this.
If someone could point me in the right direction it would be very much appreciated.
THANKS
Lyle Chapman
Pre-Press Supervisor
Torch Publishing Co.
47 Allingham Street, Condell Park 2200, NSW, Australia
612 9795 0000
http://www.torchpublishing.com.au
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
