| 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: | <000701c2d852$884cfd20$70eaec82@mindcooler> |
| From: | =?iso-8859-1?Q?Mikael_=C5sberg?= <mikas493 AT student DOT liu DOT se> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | MESA |
| Date: | Wed, 19 Feb 2003 21:07:30 +0100 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1123 |
| X-Spam-Status: | No, hits=0.2 required=5.0 |
| tests=FROM_ENDS_IN_NUMS,INVALID_MSGID, | |
| LIU_FROM_MATCHES_LIUSTUDENT,SPAM_PHRASE_02_03,USER_AGENT_OE | |
| version=2.41-liu_1.3 | |
| X-Spam-Level: |
Hello. I just installed Mesa 5.0 onto the latest Cygwin release...the
installation process (./configure, make, make install) went without errors.
However, when I try to build the following simple test program:
#include <GL\glut.h>
int main()
{
glutMainLoop();
return 0;
}
I get the following linking error:
/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cccQYzSg.o(.text+0x1f):test.c:
undefined reference to `_glutMainLoop'
collect2: ld returned 1 exit status
$ gcc -Wall -o test
test.c -L/usr/local/lib/GL -L/usr/local/lib/GLU -L/usr/local/lib/GLUT
/usr/local/lib contains the following files:
libGL.a libGLU.a libOSMesa.a libglut.a
libGL.la libGLU.la libOSMesa.la libglut.la
What am I missing?
If this falls out of the scope of this mailing list (due to MESA not being
an official cygwin package), I apologize.
I've been googling all day, looking for the answer, but I haven't found it
yet. Hope someone here can help me out.
Regards, Mikael
--
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 |