X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <491302AC.3010600@etsmtl.ca> Date: Thu, 06 Nov 2008 09:43:56 -0500 From: Michael McGuffin User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: problem with cygwin and GLUT on Vista Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 I ran "cygcheck ./main.exe" on my executable, and saw that it was trying to link with C:\Windows\system32\glut32.dll which I think I installed a while back from Nate Robins web site ( http://www.xmission.com/~nate/glut.html ) and which has nothing to do with the glut that comes with cygwin. So I temporarily renamed the glut32.dll under system32 to "disable" it, and ran "cygcheck ./main.exe" again, and found that now it was finding C:\cygwin\bin\glut32.dll . Now my program works fine, and so do my other OpenGL+GLUT programs. I don't recall this interference between glut dll files being a problem on MS Windows XP. Anyway, thank you very, very much for the help! It solved a problem I've had for a long time. -- 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/