X-Spam-Check-By: sourceware.org Message-ID: <45EC25BC.2040904@huarp.harvard.edu> Date: Mon, 05 Mar 2007 09:14:20 -0500 From: Norton Allen User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: GCC doesn't create an executable References: <9292669 DOT post AT talk DOT nabble DOT com> <000901c75e5c$5364b6e0$2e08a8c0 AT CAM DOT ARTIMI DOT COM> In-Reply-To: <000901c75e5c$5364b6e0$2e08a8c0@CAM.ARTIMI.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass (ent.arp.harvard.edu: 10.0.0.114 is authenticated by a trusted mechanism) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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: >> > > >> $ 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 And what do you get from running "cygcheck -c gcc gcc-core gcc-g++"? > Are you sure this failed, or were you perhaps expecting to find an executable called hello.exe? The output I get is called a.exe. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/