RE: GCC doesn't create an executable

2007-03-10 Thread Bogus Bill
Dave Korn wrote: > >> http://www.nabble.com/file/7076/cygcheck.out cygcheck.out > " Warning: There are multiple cygwin1.dlls on your path " > > That's a guaranteed disaster zone right there. Looks like you've been > nabbled by some http://cygwin.com/acronyms#3PP. Get rid of these files: >

RE: GCC doesn't create an executable

2007-03-10 Thread Dave Korn
On 10 March 2007 21:20, Bogus Bill wrote: >> Also, do you have any of Norton/MacAffee/Symantec antivirus, Logitech >> webcam software, Kerio, Agnitum or ZoneAlarm Personal Firewall, LanDesk, >> or Windows Defender installed? >> > > No, none of those. STOPzilla could in theory cause problems

RE: GCC doesn't create an executable

2007-03-10 Thread Bogus Bill
Dave Korn wrote: > > That's very odd, it should at least have spit out some text. How about > something simpler: does "/usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe > --help" > produce any output at all? > None. > Hmm, it's unusual that you haven't got the top-level 'gcc' package > ins

Re: GCC doesn't create an executable

2007-03-10 Thread Bogus Bill
Norton Allen wrote: > >>> I have the same problem. I tried to compile the requisite "Hello, >>> world!" >>> program, but gcc didn't give any messages, nor generate any output. > > Are you sure this failed, or were you perhaps expecting to find an > executable called hello.exe? The output I g

RE: GCC doesn't create an executable

2007-03-05 Thread Dave Korn
On 04 March 2007 22:42, Bogus Bill wrote: >> Looks like the driver works, but the invocation of cc1plus is failing. >> That all looked ok. What do you see from "cygcheck >> /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe"? > $ cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe > C:/Cygwin

Re: GCC doesn't create an executable

2007-03-05 Thread Norton Allen
Dave Korn wrote: On 04 March 2007 03:59, Bogus Bill wrote: Subject line edited, this is NOT an announcement. I have the same problem. I tried to compile the requisite "Hello, world!" program, but gcc didn't give any messages, nor generate any output. Here are the specifics:

RE: GCC doesn't create an executable

2007-03-04 Thread Bogus Bill
> Looks like the driver works, but the invocation of cc1plus is failing. > >> $ cygcheck /usr/bin/gcc > > That all looked ok. What do you see from "cygcheck > /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe"? > $ cygcheck /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe C:/Cygwin/lib/gcc/i

RE: GCC doesn't create an executable

2007-03-04 Thread Dave Korn
On 04 March 2007 03:59, Bogus Bill wrote: Subject line edited, this is NOT an announcement. > I have the same problem. I tried to compile the requisite "Hello, world!" > program, but gcc didn't give any messages, nor generate any output. Here > are the specifics: > $ g++ -v hello.cpp > Thr