Hi Michal, On Tue, Jan 03, 2006 at 08:08:30PM +0100, Michal Nowak wrote:
Hi dillo developers,
I just compiled the CVS version of dillo (0.86-pre) with the FLTK based downloads.dpi. I see it's statically linked against FLTK, but it's now 450 KiB (here). I think it's quite big.
When the whole dillo will be FLTK based, will it be staticaly linked too? Or dynamically, like now with the GTK+ 1.2?
Thank you all for great work you do.
Don't Panic! strip downloads.dpi and it'll get near 310KB. Now, that's a _statically linked_ binary. This is something like linking statically the whole GTK1 library to dillo. Statical and shared FLTK2 can be done. For instance, in the future, it can be built an all shared FLTK2 dillo and dl dpi. Or both static. The advantage of static at this point is you don't need to include the library as a dependency in a package. -- Cheers Jorge.-