Vern Sun wrote: > I get the following error message while linking to libglade-2.0: > [~]$ gcc -o glade_hello hello.c `pkg-config gtk+-directfb-2.0 libglade-2.0 > --cflags --libs` > /usr/bin/../lib/libgdk-x11-2.0.so.0: undefined reference to > `cairo_xlib_surface_create_for_bitmap' > /usr/bin/../lib/libgdk-x11-2.0.so.0: undefined reference to > `cairo_xlib_surface_create' > /usr/bin/../lib/libgdk-x11-2.0.so.0: undefined reference to > `cairo_xlib_surface_set_size' > collect2: ld returned 1 exit status > > Any idea about to solve this? > > Thanks >
You'll need to recompile libglade against gtk+-directfb and and cairo-directfb packages, the process should be painless (i already did it once). regards Attilio _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
