This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bloated exe files


Did you use the 'strip' program to strip the executable?

cheers,
-Matt Smith


> I have a program I wrote in Linux a while back and
> attempted to see if it would compile under cygwin
> it did with minor modifications :) but the exe
> file was 4 MB in size.
> I am running cygwin 1.1.4
> Win2k Workstation
> 
> the compile statement is:
> g++ -o spliceit spliceit.c
> 
> I include:
> #include <iostream.h>
> #include <fstream.h>
> #include <stdlib.h>
> #include <sys/stat.h>
> #include <unistd.h>
> #include <stdio.h>
> #include <string.h>
> 
> I can include the source codeit is about 4k if 
> that would help..? 
> 
> any help would be greatly appreciated.
> -jeremy



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]