X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: OpenGL issues Date: Thu, 23 Feb 2006 17:23:33 -0600 Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) In-Reply-To: OpenPGP: url=ldap://keyserver.pgp.com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 CSEngineer wrote: > I am having difficulties with running some opengl sample programs on > cygwin. I have installed the opengl package distributed with cygwin. > ##################################################################### > $ gcc -g -o abgr.c -lopengl32 -lglut32 -lglu32 -----------^^^^^^^^^ You are having difficulties because you don't know how to compile a simple = program. Does this look better to you? gcc -g -o abgr abgr.c -lopengl32 -lglut32 -lglu32 --=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/