Subject: error in linking with glut.(undefined _glutSawpBuffers)
To: None <netbsd-help@netbsd.org>
From: Richard PLOIX <richard.ploix@fr.adp.com>
List: netbsd-help
Date: 05/31/2000 15:22:36
>Date: Wed, 31 May 2000 10:17:08 +0200
>To: port-arm32
>From: Richard PLOIX <richard.ploix@gsi.fr>
>Subject: error in linking with glut.(undefined _glutSawpBuffers)
>
>hello,
>I use a makefile like this:
>------------------------
>.include <bsd.prog.mk>
>PROG=cube
>NOMAN=noman
>COPTS+=-I/usr/X11R6/include
>LDFLAGS+=-L/usr/X11R6/lib
>LDADD+=-lX11
>LDADD+=-lGL
>LDADD+=-lGLU
>LDADD+=-lglut
>---------------------------
>the result is:
>cannot find "_glutSwapBuffers". (undefined)
>I have the GL lib, GLU lib, X11 lib, ant the glut lib.
>I don't understand.
>should you help me.
>thank's. R.
>