On Fri, 23 Apr 2010, Szak�ts Viktor wrote: Hi,
> fopen64() is not present on OS X. After above > warning (which is not pacified), it results in > link time failure with this symbol missing. It was pacified and still is in GCC builds on all platforms. Anyhow please check feature set macros in MacOSX and how to enable 64bit file offset support in standard stdio commands like fopen(). If only fopen64() was missing and functions like ftello64() and fseeko64() exists then probably it does not need fopen64() and your recent modification only disabled long file support in Darwin MINIZIP builds. In such case only #define fopen64 fopen should be added for this platform. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour