X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: Binding OpenGL and gcc Date: Tue, 02 Jun 2009 02:20:11 -0500 Lines: 32 Message-ID: References: <7f18338e0906012349t551d6200sce796fb0d28c9de AT mail DOT gmail DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 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 ', 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/