barnson / miniz

Automatically exported from code.google.com/p/miniz
1 stars 1 forks source link

PATCH: Undefined symbols for 64-bit variants of stdio functions on Mac OS X #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Projects using the latest trunk version of miniz.c on Mac OS X fail to build 
because of undefined symbols for `_fopen64`, `_fseeko64`, `_ftello64`, 
`_freopen64`. 

The attached patch (based on 
http://stackoverflow.com/questions/4003479/how-to-enable-large-file-support-unde
r-darwin) fixes the problem. 

Original issue reported on code.google.com by jlstrec...@gmail.com on 28 Oct 2013 at 4:46

Attachments: