On 2013-04-29 13:14, Dr. Volker Zell wrote:
aspell compilation gives the following error during linking. Any ideas ?
_fileno is an MSVC-ism; use fileno instead. This used to work (despite the compiler warning) because cygwin.def exports underscored variants for many POSIX functions unnecessarily, and these were removed from the 64bit variant.
Yaakov