5 Dec
2012
5 Dec
'12
9:09 a.m.
http://bugs.winehq.org/show_bug.cgi?id=32369 --- Comment #2 from Dmitry Timoshkov <dmitry(a)baikal.ru> 2012-12-05 03:09:18 CST --- (In reply to comment #1)
This appears to be https://bugzilla.redhat.com/show_bug.cgi?id=500487. On my system configure already adds #define _FILE_OFFSET_BITS 64.
Configure (correctly) adds '_FILE_OFFSET_BITS 64' here as well. The problem is that this define redirects fallocate() to fallocate64() which is missing in an older glibc, but configure fails to detect that. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.