Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: JRSON@NetZero.Net (John R Hanson)
To: "Victor Szel" <info@szelvesz.hu>, cygwin@sourceware.cygnus.com
Subject: Re: BUG: open() O_ flags one bit too high
Date: Mon, 06 Sep 1999 05:39:28 GMT
Reply-To: JRSON@NetZero.Net
Message-ID: <37d41830.95140531@smtp.netzero.net>
References: <00f201bef785$7ac2cb50$0a0ac8c8@VECWS1> <37d344b8.40996984@smtp.netzero.net> <013701bef7a0$92bd7370$0a0ac8c8@VECWS1>
In-Reply-To: <013701bef7a0$92bd7370$0a0ac8c8@VECWS1>
X-Mailer: Forte Agent 1.5/32.452
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Note-from-DJ: This may be spam

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

