I tried to install fltk 2.0 from .tar.gz file since the stupid ubuntu can still 
only install version 1.1 of libfltk. since I need the table functions of fltk, 
I thought I should give it a try. Result after ./configure/make/make install 
when I try to compile my source again:

error: FL/gl.h: No such file or directory
.. and a lot more.

Ok, I realised the libfltk files which belong normally in /usr/lib can be found 
in /usr/local/lib. I fixed this. I also adjusted my Makefile to use libfltk2.a 
and not libfltk.a.

when I do "find / -iname gl.h | grep FL" I can see that the include files were 
not copied.
But why are the include-files not copied to /usr/include/fltk ?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to