[Bug 113791] Re: ftello64 not working with large files

2007-05-11 Thread didier
Hi, >I think it should be either defined and working, or undefined at all. >What is your opinion? >Thanks, Me? I have no opinion :) maybe it's and undefined behaviour in the standard. Of course I don't know your requirements but IMO you should have a second look at -D_FILE_OFFSET_BITS == 64, the

Re: [Bug 113791] Re: ftello64 not working with large files

2007-05-11 Thread didier
I think in -- ftello64 not working with large files https://bugs.launchpad.net/bugs/113791 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/

[Bug 113791] Re: ftello64 not working with large files

2007-05-11 Thread Luca Citi
And why are the 64 bit version exposed if ftello64 is not working? I think it should be either defined and working, or undefined at all. What is your opinion? Thanks, Luca -- ftello64 not working with large files https://bugs.launchpad.net/bugs/113791 You received this bug notification because yo

[Bug 113791] Re: ftello64 not working with large files

2007-05-11 Thread Luca Citi
Wow! Perfect! It works! Thank you. I didn't find any reference about ftello64, fgetpos64, ... saying to turn _LARGEFILE64_SOURCE on. Now (thank to your hint) I found http://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html Just another question. References to ftello64 declare it

[Bug 113791] Re: ftello64 not working with large files

2007-05-10 Thread didier
Hi, and if you insert on the first line: #define _LARGEFILE64_SOURCE ? (I don't have a 64 bits system available) ** Changed in: glibc (Ubuntu) Assignee: (unassigned) => didier Status: Unconfirmed => Needs Info -- ftello64 not working with large files https://bugs.launchpad.net/bugs