Greg Ercolano wrote:
> 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.

   BTW, I don't know much about csoundvst, but if it's looking for
   .so fltk libs, it may have flags to let you compile it /statically/
   against fltk (using the libs you have now).

   Often compiling libs into an app statically are 'preferred'
   if you want to be able to easily copy around the binaries
   without having to also copy around the .so files.
   This makes for bigger binaries, but avoids 'dll hell'.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to