On 10/04/2017 12:28 PM, Gdsi wrote:
Hi.
I begin LFS-8.1 but a issue is appeared.
In ch. 2.2 after running 'bash version-check.sh' the output was:

user@debian:~$ bash version-check.sh
bash, version 4.3.30(1)-release
/bin/sh -> /bin/dash
ERROR: /bin/sh does not point to bash
version-check.sh: line 35: gcc: command not found

I decided that distinction versus the recommended do not enough for stopping 
work and I went along to ch.5.4 but there was: config.log

Hi Gdsi,

You need to install GCC (The program that compiles source into usable programs).

The following command should install the necessary programs:

|$ sudo apt-get install build-essential


|
And to change your Shell from Dash to Bash, you could use
|
$ ||chsh -s /bin/bash|

Best regards
   Michael
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to