Subject: error in linking with glut.(undefined _glutSawpBuffers)
To: None <port-arm32@netbsd.org>
From: Richard PLOIX <richard.ploix@fr.adp.com>
List: port-arm32
Date: 05/31/2000 10:17:08
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.