Hi guys,
This is my first time building LFS 6.4, im in chapter 5.4.1 at the moment
and I wanted to run the benchmark with the time command...
as far as I understood I should make something like:
*CC="gcc -B/usr/bin/" time {../binutils-2.18/configure --prefix=/tools
--disable-nls --disable-werror && make && make install}*
but i keep getting:
*
{../binutils-2.18/configure --prefix=/tools --disable-nls --disable-werror
&& make && make install}
:No such file or directory*
I have tried several combinations but it simply does not work, I confirmed
that ../binutils-2.18 is correct and that the configure file is in there...
if I run time {ls} it runs perfectly it gives me the time of execution...
any ideas what am i doing wrong?...
PS:
I tried other commands... here is what i tried.
time {CC="gcc -B/usr/bin" ../gcc-4.1.2/configure --prefix=/tools
--with-local-prefix=/tools --disable-nls --disable-shared --disable-libssp
--enable-languages=c && make && make install}
bash: {CC=gcc -B/usr/bin: No such file or directory
real 0m0.001s
user 0m0.001s
sys 0m0.000s
time {'CC="gcc -B/usr/bin" ../gcc-4.1.2/configure --prefix=/tools
--with-local-prefix=/tools --disable-nls --disable-shared --disable-libssp
--enable-languages=c && make && make install'}
bash: {CC="gcc -B/usr/bin" ../gcc-4.1.2/configure --prefix=/tools
--with-local-prefix=/tools --disable-nls --disable-shared --disable-libssp
--enable-languages=c && make && make install}: No such file or directory
real 0m0.001s
user 0m0.000s
sys 0m0.001s
time 'CC="gcc -B/usr/bin" ../gcc-4.1.2/configure --prefix=/tools
--with-local-prefix=/tools --disable-nls --disable-shared --disable-libssp
--enable-languages=c && make && make install'
bash: CC="gcc -B/usr/bin" ../gcc-4.1.2/configure --prefix=/tools
--with-local-prefix=/tools --disable-nls --disable-shared --disable-libssp
--enable-languages=c && make && make install: No such file or directory
real 0m0.001s
user 0m0.000s
sys 0m0.000s
--
======================================================================
"The shortest way to do many things is to do only one thing at a time."
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page