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]

Bloated exe files


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

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

--
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]