flood wrote:
When I tried that I got this output:

/usr/local/lib/libgtkglext-x11-1.0.so <http://x11-1.0.so>: undefined reference to `XF86VidModeQueryVersion' /usr/local/lib/libgtkglext-x11-1.0.so <http://x11-1.0.so>: undefined reference to `XF86VidModeGetModeLine'
collect2: ld returned 1 exit status



XF86VidModeQueryVersion and XF86VidModeGetModeLine are within libXxf86vm.{a,so} library, so try compiling with option -lXxf86vm

Michalis
_______________________________________________
gtkglext-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkglext-list

Reply via email to