X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: =?ISO-8859-1?Q?Ren=E9_Berber?= <r.berber@computer.org>
Subject:  Re: Binding OpenGL and gcc
Date:  Tue, 02 Jun 2009 02:20:11 -0500
Lines: 32
Message-ID: <h02jrg$r13$1@ger.gmane.org>
References:  <7f18338e0906012349t551d6200sce796fb0d28c9de@mail.gmail.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1
Content-Transfer-Encoding:  quoted-printable
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0
In-Reply-To: <7f18338e0906012349t551d6200sce796fb0d28c9de@mail.gmail.com>
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

Christina McQuirk wrote:

> How cAsE sEnSiTiVe are the .dll names?  All these files are there (I
> checked each one), but sometimes not ALLCAPS or all-lower as output
> below
>=20
> [YOUR-7E1386FF39:~] >> cygcheck ./run.exe
> .\run.exe
>  C:\cygwin\bin\cygwin1.dll
>    C:\WINDOWS\system32\ADVAPI32.DLL
>      C:\WINDOWS\system32\KERNEL32.dll
>        C:\WINDOWS\system32\ntdll.dll
>      C:\WINDOWS\system32\RPCRT4.dll
>  C:\WINDOWS\system32\glut32.dll
>    C:\WINDOWS\system32\OPENGL32.dll
>      C:\WINDOWS\system32\msvcrt.dll
>      C:\WINDOWS\system32\GDI32.dll
>        C:\WINDOWS\system32\USER32.dll
>      C:\WINDOWS\system32\GLU32.dll
>      C:\WINDOWS\system32\DDRAW.dll
>        C:\WINDOWS\system32\DCIMAN32.dll

No case sensitivity at all in Windows.  If a library is not found,
cygcheck (and ldd) tells you.

Only problem I see is the use of cygwin1.dll and msvcrt.dll at the same
time, they both implement the same thing (more or less).

Try running your program and look at the exit code: './run; echo $?';
then do 'net helpmsg <code>', where the code is what the echo printed.
--=20
Ren=E9 Berber


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

