Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <005f01c0e364$bf0a6c60$9865fea9@toml0crb84vvnw>
From: "Claude Eckel" <pinky.gahr@web.de>
To: <cygwin@cygwin.com>
Subject: Errors compiling OpenGL application
Date: Wed, 23 May 2001 10:45:35 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700

I compiled a library called 'PLIB' using cygwin. Everything worked fine.
Then I tried to compile a game using this lib and I got about 6 sides of
errors like this:
undefined reference to 'glVertexi@8'
undefined reference to 'glBegin@4'
undefined reference to 'glEnd@0'

If you want to see the command I used:

c++
MIP1.00.cpp -o./MIP.exe -I/usr/include/plib/ -lglut32 -lopengl32 -lGLU32 -lp
libssg -lplibsg -lplibpu -lplibfnt -lplibul

What should I do / include?



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

