Building against Stripped DLLs

2009-05-30 Thread Christina McQuirk
Hi, I am working on a OpenGL project in gcc, cygwin. I keep getting the error -lglu32 not found when I run make. I did a search through google/cygwin archives and found that I need to be using UNIX static library files something like .a or .dll.a instead of the.dll files I currently have. (As a

Binding OpenGL and gcc

2009-06-01 Thread Christina McQuirk
Hi, I posted earlier about having problems linking opengle and dlls, but now that is fixed (Thanx for your help!).  However, now my code runs without error, but no display window opens.  I have transfered my code to a lab-mate's computer and it runs and opens a display window, but mine does not.

Re: Binding OpenGL and gcc

2009-06-01 Thread Christina McQuirk
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 [YOUR-7E1386FF39:~] >> cygcheck ./run.exe .\run.exe  C:\cygwin\bin\cygwin1.dll    C:\WINDOWS\system32\ADVAPI32.DLL      C:\WINDOWS\system32\KERNEL32.dll  

Re: Binding OpenGL and gcc

2009-06-02 Thread Christina McQuirk
So I found this: [YOUR-7E1386FF39:~] >> cygcheck -p ./run.exe Found 6 matches for ./run.exe. X-startup-scripts/X-startup-scripts-1.0.10-4    Obsolete package run/run-1.1.10-1        start console programs with hidden console run/run-1.1.6-1 start console programs with hidden console run/run-1.1.7-

Re: Binding OpenGL and gcc

2009-06-02 Thread Christina McQuirk
[YOUR-7E1386FF39:~] >> ./run; echo $? 57 [YOUR-7E1386FF39:~] >> net helpmsg 57 ネットワーク アダプタのハードウェア エラーが発生しました。 (In Japan, researching on Japanese computer but translates to: A network adapter hardware error occurred) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r