Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-Id: <4.3.2.7.0.20030219100117.022a4720@irispavp.igb.umontreal.ca>
X-Sender: bleau2@irispavp.igb.umontreal.ca
Date: Wed, 19 Feb 2003 10:21:51 -0500
To: cygwin@cygwin.com
From: Andre Bleau <bleau@igb.umontreal.ca>
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@igb.umontreal.ca
X-MDaemon-Deliver-To: cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h1JFLAO13293

Reply-to: cygwin@cygwin.com

Mikael Ĺsberg <mikas493 at student dot liu dot se> 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@cygwin.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/

