Date: Sat, 05 Jun 1999 13:29:04 -0500 From: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co> To: ports@FreeBSD.org Subject: Question about linking GLUT. Message-ID: <37596C70.17D5FEEB@bachue.usc.unal.edu.co>
next in thread | raw e-mail | index | archive | help
Hi, Since we will soon have accelerated OpenGL, I am porting GLUI: http://www.cs.unc.edu/~rademach/glui however I have problems building the examples: ________________________ Linking example1 cc -I/usr/X11R6/include example1.o -lXmu -lXext -lX11 -lm -L/usr/X11R6/lib -lglut -lGL -lGLU -Llib -lglui -o bin/example1 /usr/X11R6/lib/libglut.so: undefined reference to `XGetExtensionVersion' /usr/X11R6/lib/libglut.so: undefined reference to `XFreeDeviceList' /usr/X11R6/lib/libglut.so: undefined reference to `XQueryDeviceState' /usr/X11R6/lib/libglut.so: undefined reference to `XListInputDevices' /usr/X11R6/lib/libglut.so: undefined reference to `XFreeDeviceState' /usr/X11R6/lib/libglut.so: undefined reference to `XOpenDevice' /usr/X11R6/lib/libglut.so: undefined reference to `XSelectExtensionEvent' *** Error code 1 ________________________ Any ideas on what is missing ? TIA, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37596C70.17D5FEEB>