X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org X-MXL-Hash: 4b00866b2dba65ca-727061c0e2b1e2ba3fee054a0c46bfcd3d3efeab From: Martin Dorey To: "cygwin AT cygwin DOT com" Date: Sun, 15 Nov 2009 14:53:24 -0800 Subject: RE: cygwin_create_path import stops executable from running on 1.5 since 1.7.0-63 Message-ID: <54A098E33E92A04EB0DD9A2E8B546CB05F8F18C9@us-ex-mbx1.terastack.bluearc.com> References: <54A098E33E92A04EB0DD9A2E8B546CB05F8F18B8 AT us-ex-mbx1 DOT terastack DOT bluearc DOT com> <416096c60911151247x6e21c41cta62d640329c79c85 AT mail DOT gmail DOT com> In-Reply-To: <416096c60911151247x6e21c41cta62d640329c79c85@mail.gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MAIL-FROM: X-AnalysisOut: [v=1.0 c=1 a=fYLI32jQTAQA:10 a=sIqM7rbIUs2FIam8obyq6w==:17 ] X-AnalysisOut: [a=ivNj2IN6TcWSXX4tGbwA:9 a=JeCbaRi9Y1zv1xFl3hB6cESFIuUA:4] X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > 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 int main() { return tolower(' '); } $ I didn't have any problems running any of them with 1.5, whose cygwin1.dll = exports many plausible-looking names from ctype.h. -- 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