This removes printing support from FLTK to drop the shared lib size. Index: Makefile =================================================================== --- a/src/Makefile (revision 10432) +++ b/src/Makefile (working copy) @@ -61,10 +61,8 @@ Fl_Pack.cxx \ Fl_Paged_Device.cxx \ Fl_Pixmap.cxx \ - Fl_PostScript.cxx \ Fl_Positioner.cxx \ Fl_Preferences.cxx \ - Fl_Printer.cxx \ Fl_Progress.cxx \ Fl_Repeat_Button.cxx \ Fl_Return_Button.cxx \ @@ -159,8 +157,7 @@ fl_symbols.cxx \ fl_vertex.cxx \ screen_xywh.cxx \ - fl_utf8.cxx \ - ps_image.cxx + fl_utf8.cxx OBJCPPFILES = \ Fl_cocoa.mm \