delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | =?ISO-8859-1?Q?Ren=E9_Berber?= <r DOT berber AT computer DOT org> |
Subject: | Re: OpenGL issues |
Date: | Thu, 23 Feb 2006 17:23:33 -0600 |
Lines: | 15 |
Message-ID: | <dtlg5m$s5t$1@sea.gmane.org> |
References: | <courier DOT 43FE4194 DOT 00002B86 AT softhome DOT net> |
Mime-Version: | 1.0 |
User-Agent: | Mozilla Thunderbird 1.0.7 (Windows/20050923) |
In-Reply-To: | <courier.43FE4194.00002B86@softhome.net> |
OpenPGP: | url=ldap://keyserver.pgp.com |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |