[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fwd: Re: [avr-libc-dev] compile error: /bin/sh: /home/patrick/Cross
From: |
Joerg Wunsch |
Subject: |
Re: [Fwd: Re: [avr-libc-dev] compile error: /bin/sh: /home/patrick/Cross: No such file or directory] |
Date: |
Wed, 7 Sep 2005 23:17:26 +0200 |
User-agent: |
Mutt/1.4.2.1i |
As Patrick Blanchard wrote:
> I get the same error! Could it be the name of the folders?:
>
> ...
> address@hidden Cross development tools]# ls
Yeah, sure!
> ../configure: line 846: test: too many arguments
That line looks like:
if test -f ${topsrcdir}/gcc/version.c ; then
Obviously, this misses a couple of double quotes.
My guess is that's rather an autoconf/automake problem than GCC's
fault.
Bottom line: don't uses spaces in directory names...
--
cheers, J"org .-.-. --... ...-- -.. . DL8DTL
http://www.sax.de/~joerg/ NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)