On Fri, Nov 28, 2008 at 03:37:28PM +0100, Sebastian Kayser wrote: > >From what i see, the current/ package depends on CSWgcc3rt and its > binaries are linked against libgcc_s.so.1. Does that mean they were > compiled using gcc and that's where the size difference comes from? I > did my builds with Sun Studio cc.
Yup, most likely If you wanted to spend more time on it, you could recompile and tell sun cc to optimize for size more than speed. It tends to "unroll loops" if you highly optimize. And/Or reduce the optimize level to plain "-O", if you are using -fast, and compare that. Synergy is onlyl a virtual "KVM switch" after all. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
