>> 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.
grepping for ftello64 and fseeko64 in /usr/include and /Developer/usr/include shows no results, so all these *64 functions seem to be missing on Darwin. 'man fopen' doesn't reveal anything about 64bit offset either. Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
