Hi Daniel, hi Peter,

It's my fault then. I am sorry. Interesting that this issue never surfaced before.

I just added -lgdkglext-x11-1.0 to my list of libraries, in the file make_rules:

LIBS = -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lgtk-x11-2.0 \
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 \
       -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXext -lX11 \
       -lXi -lXmu -lfreetype -lexpat -lm -ldl

I suppose this solves the problem. Thank you very much Peter, for finding this.

Best regards,
Carlos

The most important difference is gdkglext-x11-1.0. So adding
-lgdkglext-x11-1.0 fixes the problem as this is the library which provides these symbols and not gtkglext-x11-1.0 (which is a "layer" above it).

Best regards,
        Peter




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to