public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* why such large exe files ?
@ 1999-09-21 15:59 Joseph Rosenzweig
  1999-09-21 16:43 ` Suhaib M. Siddiqi
  1999-09-30 23:42 ` Joseph Rosenzweig
  0 siblings, 2 replies; 6+ messages in thread
From: Joseph Rosenzweig @ 1999-09-21 15:59 UTC (permalink / raw)
  To: cygwin

I upgraded to version 20.1 and egcs 2.95
and now when I compile my programs
using the same options as before
the exe files are over 300 KB.
Before with version 20 the same
programs were only maybe
20 KB. I think maybe there is some
default option in the compiler or
linker that is different. I would
rather have smaller exe files what
can I do?

Thanks for any info



____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: why such large exe files ?
  1999-09-21 15:59 why such large exe files ? Joseph Rosenzweig
@ 1999-09-21 16:43 ` Suhaib M. Siddiqi
  1999-09-30 23:42   ` Suhaib M. Siddiqi
  1999-09-30 23:42 ` Joseph Rosenzweig
  1 sibling, 1 reply; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-09-21 16:43 UTC (permalink / raw)
  To: Joseph Rosenzweig, cygwin

Strip your exe
strip *.exe

If your makefile have gcc -g flag you get debug version of
your executables, which you can strip.

> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Joseph
> Rosenzweig
> Sent: Tuesday, September 21, 1999 6:58 PM
> To: cygwin@sourceware.cygnus.com
> Subject: why such large exe files ?
> 
> 
> I upgraded to version 20.1 and egcs 2.95
> and now when I compile my programs
> using the same options as before
> the exe files are over 300 KB.
> Before with version 20 the same
> programs were only maybe
> 20 KB. I think maybe there is some
> default option in the compiler or
> linker that is different. I would
> rather have smaller exe files what
> can I do?
> 
> Thanks for any info
> 
> 
> 
> ____________________________________________________________________
> Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: why such large exe files ?
  1999-09-21 16:43 ` Suhaib M. Siddiqi
@ 1999-09-30 23:42   ` Suhaib M. Siddiqi
  0 siblings, 0 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-09-30 23:42 UTC (permalink / raw)
  To: Joseph Rosenzweig, cygwin

Strip your exe
strip *.exe

If your makefile have gcc -g flag you get debug version of
your executables, which you can strip.

> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [ mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Joseph
> Rosenzweig
> Sent: Tuesday, September 21, 1999 6:58 PM
> To: cygwin@sourceware.cygnus.com
> Subject: why such large exe files ?
> 
> 
> I upgraded to version 20.1 and egcs 2.95
> and now when I compile my programs
> using the same options as before
> the exe files are over 300 KB.
> Before with version 20 the same
> programs were only maybe
> 20 KB. I think maybe there is some
> default option in the compiler or
> linker that is different. I would
> rather have smaller exe files what
> can I do?
> 
> Thanks for any info
> 
> 
> 
> ____________________________________________________________________
> Get your own FREE, personal Netscape WebMail account today at 
http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* why such large exe files ?
  1999-09-21 15:59 why such large exe files ? Joseph Rosenzweig
  1999-09-21 16:43 ` Suhaib M. Siddiqi
@ 1999-09-30 23:42 ` Joseph Rosenzweig
  1 sibling, 0 replies; 6+ messages in thread
From: Joseph Rosenzweig @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin

I upgraded to version 20.1 and egcs 2.95
and now when I compile my programs
using the same options as before
the exe files are over 300 KB.
Before with version 20 the same
programs were only maybe
20 KB. I think maybe there is some
default option in the compiler or
linker that is different. I would
rather have smaller exe files what
can I do?

Thanks for any info



____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com .

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: why such large exe files ?
  1999-09-21 17:43 Earnie Boyd
@ 1999-09-30 23:42 ` Earnie Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Earnie Boyd @ 1999-09-30 23:42 UTC (permalink / raw)
  To: Joseph Rosenzweig, cygwin

--- Joseph Rosenzweig <sleepysamjaya@netscape.net> wrote:
> I upgraded to version 20.1 and egcs 2.95
> and now when I compile my programs
> using the same options as before
> the exe files are over 300 KB.
> Before with version 20 the same
> programs were only maybe
> 20 KB. I think maybe there is some
> default option in the compiler or
> linker that is different. I would
> rather have smaller exe files what
> can I do?
> 
> Thanks for any info
> 

This isn't a real problem.  The libraries have debug info in them and get built
into your program.  Strip my.exe will reduce the size of the binary.
===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: why such large exe files ?
@ 1999-09-21 17:43 Earnie Boyd
  1999-09-30 23:42 ` Earnie Boyd
  0 siblings, 1 reply; 6+ messages in thread
From: Earnie Boyd @ 1999-09-21 17:43 UTC (permalink / raw)
  To: Joseph Rosenzweig, cygwin

--- Joseph Rosenzweig <sleepysamjaya@netscape.net> wrote:
> I upgraded to version 20.1 and egcs 2.95
> and now when I compile my programs
> using the same options as before
> the exe files are over 300 KB.
> Before with version 20 the same
> programs were only maybe
> 20 KB. I think maybe there is some
> default option in the compiler or
> linker that is different. I would
> rather have smaller exe files what
> can I do?
> 
> Thanks for any info
> 

This isn't a real problem.  The libraries have debug info in them and get built
into your program.  Strip my.exe will reduce the size of the binary.
===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-09-30 23:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-21 15:59 why such large exe files ? Joseph Rosenzweig
1999-09-21 16:43 ` Suhaib M. Siddiqi
1999-09-30 23:42   ` Suhaib M. Siddiqi
1999-09-30 23:42 ` Joseph Rosenzweig
1999-09-21 17:43 Earnie Boyd
1999-09-30 23:42 ` Earnie Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).