<html>Thanks Joe, mea culpa.<br><div><font color="#0000ff" face="Verdana" size="2"></font> </div>
<blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><font face="Tahoma" size="2">-----Original Message-----<br><b>From:</b> Joe Ciccone [mailto:jciccone@gmail.com]<br><b>Sent:</b> Wednesday, March 4, 2009 08:25 PM<br><b>To:</b> 'CLFS Support'<br><b>Subject:</b> Re: [Clfs-support] Problem configuring Binutils-2.17<br><br></font>richard@stuppi.com wrote:
> I'm having a problem setting up the configuration for Binutils-2.17 as
> per the instructions in CLFS 1.0.0.
>
> CLFS_HOST="i386-cross-linux-gnu"
> CLFS_TARGET="i686-pc-linux-gnu
>
> The command is:
> ../binutils-2.17/configure --prefix=/cross-tools  \
> --host=${CLFS_HOST} --target=${CLFS_TARGET}
> --with-lib-path=/tools/lib \ --disable-nls --enable-shared
> --disable-multilib
>
> The message is:
> configure: warning: --host=i386-cross-linux-gnu: invalid host type
> configure:error: can only configure for one host and one target at a time
>
> Thanks in advance,
>
> Richard
>
You need a newline after the \. The \ indicates that the command is to
be continued onto the following line. If you're typing it out you can
omit the \ or just hit enter after the \.

_______________________________________________
Clfs-support mailing list
Clfs-support@lists.cross-lfs.org
http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
</blockquote></html>