Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <005f01c0e364$bf0a6c60$9865fea9@toml0crb84vvnw> From: "Claude Eckel" To: 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 AT 8' undefined reference to 'glBegin AT 4' undefined reference to 'glEnd AT 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