LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   make: *** [configure-libiberty] Error 1 in 5.4. Binutils-2.15.91.0.2 - Pass 1 (https://www.linuxquestions.org/questions/linux-from-scratch-13/make-%2A%2A%2A-%5Bconfigure-libiberty%5D-error-1-in-5-4-binutils-2-15-91-0-2-pass-1-a-338822/)

Flash_G 06-30-2005 02:59 PM

make: *** [configure-libiberty] Error 1 in 5.4. Binutils-2.15.91.0.2 - Pass 1
 
When I execute
Code:

make configure-host
in binutils-build I receive this error:
Code:

make configure-host
Configuring in libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /mnt/lfs/sources/binutils-2.15.91.0.2/missing makeinfo
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make: *** [configure-libiberty] Error 1
lfs@hydra:/mnt/lfs/sources/binutils-build$

I have started from "scratch" a few times with the LFS build because I made some mistakes down the road but this time I receiving the above mentioned error at Binutils-2.15.91.0.2 - Pass 1. Does someone have an idea about what I am doing wrong.

kjordan 06-30-2005 03:16 PM

What are you using for your host environment?

Flash_G 06-30-2005 03:39 PM

My host is running Debian if that is what you want to know.

freegianghu 06-30-2005 08:51 PM

Re: make: *** [configure-libiberty] Error 1 in 5.4. Binutils-2.15.91.0.2 - Pass 1
 
Quote:

Originally posted by Flash_G
When I execute
Code:

make configure-host
in binutils-build I receive this error:
Code:

make configure-host
Configuring in libiberty
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... /mnt/lfs/sources/binutils-2.15.91.0.2/missing makeinfo
configure: WARNING:
*** Makeinfo is missing. Info documentation will not be built.
checking for perl... perl
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make: *** [configure-libiberty] Error 1
lfs@hydra:/mnt/lfs/sources/binutils-build$

I have started from "scratch" a few times with the LFS build because I made some mistakes down the road but this time I receiving the above mentioned error at Binutils-2.15.91.0.2 - Pass 1. Does someone have an idea about what I am doing wrong.



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