Chuckk Hubbard wrote:
> Any idea why the installer might want libfltk.so.1.1, or where I can find it?

        ..what Maarten de Boer said earlier in this thread:

>> did you configure with --enable-shared ?

        The libs you have currently are static libs.

        That only works if your apps expect to build referencing
        static libs.

        .so's are shared libraries, .lib's are static libraries.
        
http://www.linux.org/docs/ldp/howto/Program-Library-HOWTO/shared-libraries.html

        You have to build fltk specifically for one or the other.

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to