I've read somewhere that the order of libraries being linked can be relevant.
If I've added libX11.so via Project > Build Options > Linker Settings > Link Libraries so that the Build Log then shows:
g++ -o bin/Release/one obj/Release/main.o /usr/lib/libfltk.a /usr/lib/libX11.so
How could i put the libX11 lib before the fltk lib?
I've read somewhere that the order of libraries being linked can be relevant.
If I've added libX11.so via Project > Build Options > Linker Settings > Link Libraries so that the Build Log then shows:
g++ -o bin/Release/one obj/Release/main.o /usr/lib/libfltk.a /usr/lib/libX11.so
How could i put the libX11 lib before the fltk lib?
Did you remove the
`fltk-config --ldstaticflags`
On the commandline you should should get something like this:
jens@debian-inspiron:~$ fltk-config --ldstaticflags
/usr/lib/libfltk.a -lXft -lfontconfig -lXinerama -lm -lX11
The wizard-projects works fine for me (with installed dev-package of course).
We come away from the scope of this forum, so I lock this topic now, sorry.