X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <9292669 DOT post AT talk DOT nabble DOT com> Subject: RE: GCC doesn't create an executable Date: Sun, 4 Mar 2007 12:55:03 -0000 Message-ID: <000901c75e5c$5364b6e0$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <9292669.post@talk.nabble.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 > Thread model: posix > gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) > /usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe -quiet -v -D__CYGWIN32__ > -D__CYGW > IN__ -Dunix -D__unix__ -D__unix -idirafter > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../ > ../../../include/w32api -idirafter > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../.. > /i686-pc-cygwin/lib/../../include/w32api hello.cpp -quiet -dumpbase > hello.cpp -m > tune=pentiumpro -auxbase hello -version -o > /cygdrive/c/DOCUME~1/BILLRI~1/LOCALS~ > 1/Temp/ccjMjB4s.s 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"? What (if anything) do you see from running "/usr/lib/gcc/i686-pc-cygwin/3.4.4/cc1plus.exe -v