RSS/Atom feed Twitter
Site is read-only, email is disabled

binary: 55392K

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

8 of 8 messages available
Toggle history

Please log in to manage your subscriptions.

binary: 55392K Aewyn 06 Sep 09:07
  binary: 55392K Malcolm Tredinnick 06 Sep 09:44
   binary: 55392K Sven Neumann 06 Sep 10:46
   binary: 55392K Aewyn 06 Sep 14:21
    binary: 55392K Sven Neumann 06 Sep 17:10
  binary: 55392K Owen 06 Sep 10:13
binary: 55392K William Skaggs 06 Sep 20:33
  binary: 55392K Aewyn 06 Sep 22:20
Aewyn
2004-09-06 09:07:21 UTC (over 19 years ago)

binary: 55392K

Hello,

I need some help: my 2.1.4 gimp has an 55392K size binary.

Of course I ./configure --enable-shared then --disable-static with the same result.

Thanks, Aewyn

Malcolm Tredinnick
2004-09-06 09:44:31 UTC (over 19 years ago)

binary: 55392K

On Mon, 2004-09-06 at 09:07 +0200, Aewyn wrote:

Hello,

I need some help: my 2.1.4 gimp has an 55392K size binary.

Of course I ./configure --enable-shared then --disable-static with the same result.

Debugging symbols (built in by default) are a large part of that. Running strip on the resulting binary reduces it to about 3M (from memory). You could also investigate the 'make install-strip' option (instead of 'make install') so that the binaries are stripped of debugging symbols.

Of course, for a 2.1 release, this is a little counter-productive, since you will then not be able to file useful backtraces if things go horribly wrong, etc. But if disk space is tight, that is one option.

Cheers, Malcolm

Owen
2004-09-06 10:13:22 UTC (over 19 years ago)

binary: 55392K

On Mon, 6 Sep 2004 09:07:21 +0200 Aewyn wrote:

I need some help: my 2.1.4 gimp has an 55392K size binary.

make install --strip

Sven Neumann
2004-09-06 10:46:04 UTC (over 19 years ago)

binary: 55392K

Hi,

Malcolm Tredinnick writes:

On Mon, 2004-09-06 at 09:07 +0200, Aewyn wrote:

Hello,

I need some help: my 2.1.4 gimp has an 55392K size binary.

Of course I ./configure --enable-shared then --disable-static with the same result.

Debugging symbols (built in by default) are a large part of that. Running strip on the resulting binary reduces it to about 3M (from memory). You could also investigate the 'make install-strip' option (instead of 'make install') so that the binaries are stripped of debugging symbols.

Of course, for a 2.1 release, this is a little counter-productive, since you will then not be able to file useful backtraces if things go horribly wrong, etc. But if disk space is tight, that is one option.

Another option is to upgrade to gcc version 3.4 which produces considerably smaller binaries. My gimp-2.1 binary is 11MB unstripped. It used to be 55MB when I was using gcc version 3.3.

Sven

Aewyn
2004-09-06 14:21:00 UTC (over 19 years ago)

binary: 55392K

Hello,

Thank you for all answers :) striped works, and gcc-3.4 too.

But: running gimp, I got messages: gimp-2.1:375: warning: can't find numbered character 160 uncountable.

I'm new at gimp buliding, I always use gimp shipped with debian sid, so please take a little tolerance to me :)

Thanks, Aewyn

On Monday 06 September 2004 09:44, Malcolm Tredinnick wrote:

On Mon, 2004-09-06 at 09:07 +0200, Aewyn wrote:

Hello,

I need some help: my 2.1.4 gimp has an 55392K size binary.

Of course I ./configure --enable-shared then
--disable-static with the same
result.

Debugging symbols (built in by
default) are a large part of that.
Running strip on the resulting binary reduces it to about 3M (from memory). You could also investigate the 'make install-strip' option (instead of
'make install') so that the binaries are stripped of debugging symbols.

Of course, for a 2.1 release, this is a little counter-productive, since
you will then not be able to file
useful backtraces if things go
horribly wrong, etc. But if disk
space is tight, that is one option.

Cheers, Malcolm

Sven Neumann
2004-09-06 17:10:30 UTC (over 19 years ago)

binary: 55392K

Hi,

Aewyn writes:

But: running gimp, I got messages: gimp-2.1:375: warning: can't find numbered character 160 uncountable.

I have never ever seen this message with any application. No idea what could be causing this.

Sven

William Skaggs
2004-09-06 20:33:07 UTC (over 19 years ago)

binary: 55392K

Sven Neumann wrote:

Aewyn writes:

But: running gimp, I got messages: gimp-2.1:375: warning: can't find numbered character 160 uncountable.

I have never ever seen this message with any application. No idea what could be causing this.

It's a font problem, somewhere a font is being used that does not handle character #160.

Best, -- Bill


______________ ______________ ______________ ______________ Sent via the KillerWebMail system at primate.ucdavis.edu

Aewyn
2004-09-06 22:20:48 UTC (over 19 years ago)

binary: 55392K

Thank you, now I have solved the problem:

I ran gimp this way: gimp-2.1 2>/dev/null

and next time, tadam, gimp runs pretty.

It seems, gimp needs run to cure itself. :) (the problem caused by some missing conf file, I think)

Thanks, Aewyn.

On Monday 06 September 2004 20:33, William Skaggs wrote:

Sven Neumann wrote:

Aewyn writes:

But: running gimp, I got messages: gimp-2.1:375: warning: can't find numbered character 160 uncountable.

I have never ever seen this message with any application. No idea what could be causing this.

It's a font problem, somewhere a font is being used that does not handle character #160.

Best, -- Bill