Mail Archives: cygwin/1997/01/16/17:43:04
> > Now, figure on programs like grep.exe (91,648 bytes) having to include
> > that library in their .EXE...grep is now 3 megs, instead of 91k.
>
> No. That is totally wrong. Go compile grep or a similar program with
watcom
> or visual C++. You will find that they do not have to be that big. It is
> because when you link the program, you only link the bits you need.
Maybe if you could get it ported to Visual C++, however when talking about
cygwin.dll, as mentioned in Jim Balter's reply to the same thread, if you
compile this on Visual C++ it would be using DOS's file system and syscalls
etc.. yet under cygwin.dll for file access it would need all the extra code
which cygwin.dll adds to mimic the Unix subsystems. This would no doubt be
a rather large amount, and if just making something like grep by itself
mostly be unnecessary, assuming you just want want grep on win32.
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -