This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: BUG: open() O_ flags one bit too high


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]