Hi, Just tried to compile 4.0.1, and it blew up. Perhaps a header file is missing? Perhaps configure didn't pick up that I don't have this function.
From an Apple mail list: First off it is not a bsd program because it uses lseek64. You can just use lseek on *bsd and Darwin(Mac OS X) when it comes to file bigger than 2^32. The reason you can just use lseek is because off_t is a 64bit wide value. Thanks, Andrew Pinski Any suggestions? ./common/platform/unix/SysFile.cpp: In member function 'bool SysFile::open(const char*, int, int, int)': ./common/platform/unix/SysFile.cpp:114: error: '::open64' has not been declared ./common/platform/unix/SysFile.cpp:133: error: 'lseek64' was not declared in this scope ./common/platform/unix/SysFile.cpp: In member function 'bool SysFile::write(const char*, size_t, size_t&)': ./common/platform/unix/SysFile.cpp:445: error: 'lseek64' was not declared in this scope ./common/platform/unix/SysFile.cpp:503: error: 'lseek64' was not declared in this scope ./common/platform/unix/SysFile.cpp: In member function 'bool SysFile::setPosition(int64_t, int64_t&)': ./common/platform/unix/SysFile.cpp:848: error: 'lseek64' was not declared in this scope ./common/platform/unix/SysFile.cpp: In member function 'bool SysFile::seek(int64_t, int, int64_t&)': ./common/platform/unix/SysFile.cpp:894: error: 'lseek64' was not declared in this scope ./common/platform/unix/SysFile.cpp: In member function 'bool SysFile::getPosition(int64_t&)': ./common/platform/unix/SysFile.cpp:931: error: 'lseek64' was not declared in this scope make: *** [librexx_la-SysFile.lo] Error 1 Bruce. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel