X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <54A098E33E92A04EB0DD9A2E8B546CB05F8F18C9@us-ex-mbx1.terastack.bluearc.com>
References: <54A098E33E92A04EB0DD9A2E8B546CB05F8F18B8@us-ex-mbx1.terastack.bluearc.com> 	 <416096c60911151247x6e21c41cta62d640329c79c85@mail.gmail.com> 	 <54A098E33E92A04EB0DD9A2E8B546CB05F8F18C9@us-ex-mbx1.terastack.bluearc.com>
Date: Sun, 15 Nov 2009 23:27:41 +0000
Message-ID: <416096c60911151527m94ad99csb80d233741b69a3f@mail.gmail.com>
Subject: Re: cygwin_create_path import stops executable from running on 1.5  	since 1.7.0-63
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

2009/11/15 Martin Dorey:
>> Before the reloc changes, you'd already get an error if
>> your program used ctype functions.
>
> Thinking it might be useful to get the error messages into the googlotron=
, I tried to demonstrate this with little programs like this:
>
> $ cat /tmp/ctype.c
> #include <ctype.h>
>
> int main() {
> =C2=A0return tolower(' ');
> }
> $
>
> I didn't have any problems running any of them with 1.5, whose cygwin1.dl=
l exports many plausible-looking names from ctype.h.

"The procedure entry point __ctype_ptr__ could not be located in the
dynamic link library cygwin1.dll."

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

