Mail Archives: cygwin/2006/07/11/06:17:29
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/
- Raw text -