I switched under ubuntu from fltk 1.1 to 1.3. Now, my source throws a lot errors when linking:
undefined reference to `gl_font(int, int)' undefined reference to `Fl_Input::Fl_Input(int, int, int, int, char const*)'`Fl_Browser::add(char const*, void*) .. multiple times and a lot more. It seems the library is not found or not properly linked. I compile with: g++ main.cpp -o main -p -Wall -g -DLINUX `sdl-config --cflags` -I. `sdl-config --libs` -lSDL -lGL -lSDL_image -lglut -lGLU -L/usr/lib/mysql -lmysqlclient -lxerces-c -lssh -lpthread -lm /usr/local/lib/libfltk.a /usr/local/lib/libfltk_forms.a /usr/local/lib/libfltk_gl.a /usr/local/lib/libfltk_images.a `fltk-config --ldflags --cxxflags --use-gl` alotfiles.o Any Idea where I should search? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

