(cc grass5)
[we are discussing why the 5.0.0 tarball is such big:
97547012 grass5.0.0_powerpc-apple-darwin6.1_bin.tar.gz
]
On Thu, Oct 24, 2002 at 03:34:52AM -0700, Jeshua Lacock wrote:
On Thursday, October 24, 2002, at 03:08 AM, Markus Neteler wrote:
> On Thu, Oct 24, 2002 at 02:59:12AM -0700, Jeshua Lacock wrote:
>>
>> Hi Markus,
>>
>> I was wondering if you were going to post the binaries - I have been
>> getting requests.
>
> well, the problem is the size. Did you run
> make strip
> after compilation?Hello!
I did not know about that step. It seems to do the job but -
The distribution file is the same size. Any ideas?
Can you also check if you compiled with debugging symbols switched on?
grep COMPILE_FLAGS src/CMD/head/head.<darwin_something>
There should not be "-g" for a binary release. How to build binaries
is described in
documents/release_rules.txt
Markus