Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
On Jan 22, 2006, at 5:44 AM, Frank Barknecht wrote:
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
It sounds like cyclone is being statically linked with pd.dll.
Cyclone single-externals are huge on Linux as well, e.g.:
$ ll prepend.pd_linux hammer.pd_linux -rwxrwxr-x 1 root root 351265 Aug 27 14:33 hammer.pd_linux -rwxrwxr-x 1 root root 140672 Aug 27 14:33 prepend.pd_linux
Maybe they need to be stripped too. This is what Pd-extended uses for
GNU/Linux:STRIP = strip --strip-unneeded -R .note -R .comment
Maybe we should add a little strip hack to Pd-extended that will strip
everything once its installed.
Well, while my prepend.pd_linux wasn't stripped, this doesn't help much:
(snd)-$ strip --strip-unneeded -R .note -R .comment /usr/lib/pd/extra/prepend.pd_linux (snd)-$ ll /usr/lib/pd/extra/prepend.pd_linux -rwxrwxr-x 1 root root 115272 Jan 22 17:29 /usr/lib/pd/extra/prepend.pd_linux
I think, Cyclone links some additional stuff into itself. All Cyclone-externals seem to be much bigger than necessary compared to other externals that provide similar functionality:
(snd)-$ ll /usr/lib/pd/extra/iter.pd_linux /usr/lib/pd/extra/drip.pd_linux -rwxrwxr-x 1 root root 6516 Aug 27 14:42 /usr/lib/pd/extra/drip.pd_linux -rwxrwxr-x 1 root root 114836 Jan 22 17:31 /usr/lib/pd/extra/iter.pd_linux
"iter" is Cyclone's version of Zexy's "drip".
Frank Barknecht _ ______footils.org_ __goto10.org__