Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-Id: <4.3.2.7.0.20030219100117.022a4720@irispavp.igb.umontreal.ca> X-Sender: bleau2 AT irispavp DOT igb DOT umontreal DOT ca Date: Wed, 19 Feb 2003 10:21:51 -0500 To: cygwin AT cygwin DOT com From: Andre Bleau Subject: Re: Ghost process Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed X-MDRemoteIP: 10.52.50.2 X-Return-Path: bleau AT igb DOT umontreal DOT ca X-MDaemon-Deliver-To: cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h1JFLAO13293 Reply-to: cygwin AT cygwin DOT com Mikael Ĺsberg wrote: >I compile this program using gcc: >gcc -g -Wall -o simple1_1 simple1_1.c -lopengl32 -lglu32 -lglut32 The proper order is: -lglut32 -lglu32 -lopengl32 But that doesn't explain your problem. I just compiled and ran your simple1_1 test program under W2K SP3: simple1_1.exe disappears from the process list as soon as I press the "little x-button in the upper right corner". What version of Windows are you using? What version of gcc are you using? (output of gcc -v, please) Does the problem goes away if you build with: gcc -g -Wall -mno-cygwin -o simple1_1 simple1_1.c -lglut32 -lglu32 -lopengl32 ? You're the first one to report such a ghost process related to GLUT/OpenGL. André Bleau, Cygwin's OpenGL package maintainer. email: bleau at igb dot umontreal dot ca (Fight SPAM: encode your email-address) Please address all questions and problem reports about Cygwin's OpenGL package to cygwin AT cygwin DOT com . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/