LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help me! (https://www.linuxquestions.org/questions/linux-newbie-8/help-me-4175470381/)

rob2x_chua 07-21-2013 08:11 AM

Help me!
 
why is this like this?
../binutils-2.21.1/configure \
> --target=$LFS_TGT --prefix=/tools \
> --disable-nls --disable-werror
bash: ../binutils-2.21.1/configure: No such file or directory
this after mkdir ../binutils-build

druuna 07-21-2013 08:23 AM

Hi and welcome to LQ!

Is this part of an LFS build?

You probably created the binutils-build directory from the wrong location. Re-read this part (second Important box, points 2 and 3).

For this specific case:
Code:

cd  $LFS/sources
tar xf binutils-2.23.1.tar.bz2
cd binutils-2.23.1
mkdir -v ../binutils-build
cd ../binutils-build
../binutils-2.23.1/configure ........

PS: Next time use a more descriptive thread title. Most people that post need help.

kooru 07-22-2013 02:42 AM

Hi and welcome to LQ!
Next time you should use a title more specific so that more persons can help you.

gdejonge 07-22-2013 10:09 PM

I also like to point out, that the distributions forum has a sub-forum dedicated to LFS.

Cheers


All times are GMT -5. The time now is 08:25 PM.