In message <[EMAIL PROTECTED]> Bjarne Wichmann Petersen writes:
: 
: *Finally* got XFree4/DRI working with my G400. But the tradeoff? GL-apps refuses to 
:compile(*).
: 
: Eg. ports/games/gltron reports this:
: 
: configure:618: checking for main in -lGL
: configure:633: gcc -o conftest -O -pipe   conftest.c -lGL  -lX11 -lm 
:-L$ac_default_prefix/lib -L/usr/X11R6/lib 1>&5
: /usr/X11R6/lib/libGL.so: undefined reference to `XextAddDisplay'
: /usr/X11R6/lib/libGL.so: undefined reference to `XextFindDisplay'
: /usr/X11R6/lib/libGL.so: undefined reference to `XextCreateExtension'
: /usr/X11R6/lib/libGL.so: undefined reference to `XextRemoveDisplay'
: /usr/X11R6/lib/libGL.so: undefined reference to `XMissingExtension'

You need -lXext before -lX11

Warner


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to