On 3/9/06, JiMi VO <[EMAIL PROTECTED]> wrote:
>
> lfs:/mnt/lfs/sources/gcc-build$../gcc-3.4.3/configure
> --prefix=/tools
> --libexecdir=/tools/lib --with-local-prefix=/tools --disable-nls
> --enable-shared --enable-languages=c
>
> configure:warning: --libexecdir=/tools/lib: invalid host type
> configure:error: can only configure for one host and one target at a time

I don't understand how this could be happening.  For some reason,
configure thinks that --libexecdir=/tools/lib isn't a valid option, so
it's trying to interpret it as a host type.  Are you copying the
command directly from the book?  It should have the backslash escapes
if it spans multiple lines:

../gcc-3.4.3/configure --prefix=/tools \
    --libexecdir=/tools/lib --with-local-prefix=/tools \
    --disable-nls --enable-shared --enable-languages=c

If you've input the command correctly, then I don't know what's wrong.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to