jjrkeenan@xxxxxxxxxxx wrote:
> The configure command - at least to this inexperienced eye - seemed
to work, but make fails with output shown below:
>
> $ make
> /bin/sh: line 5: test: too many arguments
> /bin/sh: /cygdrive/c/Documents: No such file or directory
> make[1]: Entering directory `/cygdrive/c/Documents and
Settings/jkeenan/Desktop gcc-obj'
The error output would seem to pretty clearly indicate the problem:
something in the build is not happy using a path that contains spaces
(ie. "Documents and Settings").
You might be able to figure out where that path is being used and insert
quotes around the path and/or backslashes to escape the spaces, but it
might be simpler to just build in a path with no spaces (ie.
C:\build\gcc\here).
--
Tony Wetmore
Raytheon Solipsys