Re: gcc linker not producing executable

2002-04-09 Thread Dennis McNulty
t; Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 7:54 AM Subject: Re: gcc linker not producing executable > Hello Dennis, > > Tuesday, April 09, 2002, 6:52:37 AM, you wrote: > > DM> messages at all. In fact, if I ask to use gcc to link, it will even delete > DM> t

Re: gcc linker not producing executable

2002-04-09 Thread Pavel Tsekov
Hello Dennis, Tuesday, April 09, 2002, 6:52:37 AM, you wrote: DM> messages at all. In fact, if I ask to use gcc to link, it will even delete DM> the -o file if it already exists. I'm forced into using gcc to compile DM> only, then ld to link. DM> Any ideas about what could be causing this? J

gcc linker not producing executable

2002-04-08 Thread Dennis McNulty
I'm running cygwin on a Win98 system, and have gcc.exe and g++.exe (in /bin) both with version 2.95.3-5, and both with mod dates of Jun/17/2001. g++ works just fine, and it can compile and link simple programs with a single command. However, gcc will not produce an executable, neither following