X-Spam-Check-By: sourceware.org From: "Dave Korn" <dave DOT korn AT artimi DOT com> To: <cygwin AT cygwin DOT com> Subject: RE: Problem with gcc Date: Tue, 11 Jul 2006 11:17:20 +0100 Message-ID: <033801c6a4d3$31784c60$a501a8c0@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: <200607111002.k6BA2PCg015639@enterprise2.newlogic.at> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> 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 11 July 2006 11:02, Guenther Sohler wrote: > Hallo Dave, Hi Guenther, > I already tried so, but I was not able to see the problem from the output. > > it is: > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/cc1.exe -quiet -v -D__GNUC__=3 > -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=3 -D__CYGWIN32__ -D__CYGWIN__ -Dunix > -D__unix__ - D__unix -idirafter > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../include/w3api -idirafter > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/ > lib/../../include/w32api a.c -quiet -dumpbase a.c -auxbase a -version -o > /cygdrive/c/DOCUME~1/GSOHLE~1.NEW/LOCALS~1/Temp/ccRYVfwP.s All looks sensible. Did the .s file get created? We can't be sure whether /that/ command failed, or whether the next step failed before it even printed out the command-line invocation (like perhaps because it couldn't find as). > Documentation says, that -### does the same like -v but doesnt execute. > -### displays even one more line, but obviously it does not create any > output. That makes sense; you're using -c, so it just generates the source file and assembles it. > So it seems, the last command noted does not work correctly, but no idea why My first guess is that either gcc or binutils didn't install properly; you could fix that by re-running setup.exe, making sure both gcc and binutils are selected for 'reinstall', and try again. If that isn't it, we'd need to check your overall installation. Run "cygcheck -svr >cygcheck.out" in a bash shell, and send the resulting file - as an *attachment*, please! - to the list. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/