Ignacio Nodal wrote:
> 
> When I compile the examples via "make install" I get no compile errors, but
> if I try to make it using "gcc glpixmap.c -o glpixmap
> `gtk-config --cflags --libs` -lMesaGLU -lMesaGL", it breaks with the
> following errors:

  Add the gtkglarea libs to your linker flags. Also, libMesaGL is
obsolete and should be replaced with libGL.

Leonardo

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to