Difference between just having cygwin1.dll and running under cygw in

2004-03-11 Thread Liang, James
s the same thing as the objcopy makefile, but the result of my compilation is something that only works under cygwin. I'd appreciate any ideas or pointers to information. > -Original Message- > From: Larry Hall [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 10, 2004 9:

RE: using shared libraries w/o cygwin

2004-03-10 Thread Liang, James
[EMAIL PROTECTED] > Sent: Tuesday, March 09, 2004 7:59 PM > To: Liang, James; '[EMAIL PROTECTED]' > Subject: Re: using shared libraries w/o cygwin > > > At 07:35 PM 3/9/2004, you wrote: > >Hi. I've got a port of objcopy that I'd like to run on > W

using shared libraries w/o cygwin

2004-03-09 Thread Liang, James
Hi. I've got a port of objcopy that I'd like to run on Windows systems. I'd rather not have to install cygwin on the machine that I'm going to be running this tool on. The problem I'm having is that whenever I run my program on a file, it appears to have a STACK_VIOLATION on a call to malloc. I

objdump creates huge file

2003-02-27 Thread Liang, James
Hi.. I'm trying to compiled my code into a small binary image. I used ld --strip-all to link together a PE executable of 22K, but when I used objcopy to convert it to a raw binary, I got an image that was over twice that size.(54K) What is causing it to be so big? How can I make it smaller? J