This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.4.0 build Make command fails


jjrkeenan@comcast.net 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]