delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
Message-ID: | <20021123231151.81084.qmail@web13602.mail.yahoo.com> |
Date: | Sat, 23 Nov 2002 15:11:51 -0800 (PST) |
From: | James Shaw <qumqam AT yahoo DOT com> |
Subject: | Re: gcc, opengl, glut, gl & glu |
To: | cygwin AT cygwin DOT com |
MIME-Version: | 1.0 |
> Can you tell me how to compile a C file which use the > following libraries : > GL,GLU,glut > I have tried with : > gcc -o file -Wall -lglut -lGL -lGLU file.c Hi Samuel, No problem. My Makefile has: gcc hellogl.cpp -o hellogl -lglut32 -lglu32 -lopengl32 -mno-cygwin __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |