BUG: open() O_ flags one bit too high

John R Hanson JRSON@NetZero.Net
Thu Sep 30 23:42:00 GMT 1999


You cannot use ANYTHING compiled for
mingw32 when linking cygwin apps.

libmoldname contains pointers to functions
in crtdll, use objdump -p to see what dll's
and functions you are linking to.

On Sun, 5 Sep 1999 15:14:22 +0200, you wrote:

>John,
>
>
>> Cygwin uses win32 calls, not crtdll or msvcrt(XX)
>> calls, so the only way you can tell which flags
>> do what is to USE THE SOURCE LUKE ;-)
>> if you have had problems with open, you may
>> be using the wrong headers, DO NOT use vc++
>> or mingw32 headers when building cygwin apps.
>
>The headers are OK, I've checked them: #include <fcntl.h>,
>and this points to the Cygwin fcntl.h.
>
>But:
>
>We are linking Harbour with the MOLDNAME library, could
>this be the problem ?
>
>Victor Szel
>
>

________________________________________________________
NetZero - We believe in a FREE Internet.  Shouldn't you?
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list