Re: GCC 4.4.0 build Make command fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux