------- Comment #3 from paolo dot carlini at oracle dot com 2008-07-24 12:44 ------- (In reply to comment #2) > Do you imply that it's source is universal? If so, can it be true that the GNU > implementation of some lower level function called by 'rewind' is incorrect?
I meant simply that one thing is the (C, whatever) compiler (this is the Bugzilla for the GNU *compiler* collection), one thing is the C library. rewind is a C library function. Likely you are experiencing a problem with the LFS feature (support for files bigger than 2G on 32bit platforms) of your C library. Please further investigate and then, in case, report about it in proper place. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36913