On 5/10/2007, at 6:36 AM, Jonathan Stickel wrote:
I noticed that the library files of octave (2.9.14) are much larger, byand order of magnitude, than those on Linux. For example, liboctinterp.2.9.14.dylib is 160 MB on my Mac, but only 10 MB on my Linux system.
They are probably not being stripped during the install. install -s is need to do stripping with Mac OS X's /usr/bin/install. To confirm this, try running strip -x /path/to/lib on the lib and see if it shrinks. It is fine to do this on installed binaries from fink.
Cheers Phil.
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
