LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I need Hepl about Compilation in LFS (Linux From Scratch)...!!! (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-hepl-about-compilation-in-lfs-linux-from-scratch-659177/)

luckybtn 07-30-2008 01:10 AM

I need Hepl about Compilation in LFS (Linux From Scratch)...!!!
 
Hi,
my name is Lucky, i am new to LFS, right now i have booted the system from LFS Live CD, and i have Done the First 4 Chapters of LFS 6.3 online Book Correctly, but

on the 5th Chapter im trying to Compile the Binutils-2.17, i have created the directory out of my source folder as mentioned in the Book...

mkdir -v ../binutils-build
cd ../binutils-build

and now i am running the Following as the "lfs" user not "root"

CC="gcc -B/usr/bin/" ../binutils-2.17/configure \
--prefix=/tools --disable-nls --disable-werror

it give me the permission Denied error, following by ./config

now please tell me what i
have to do at this step???

Thanx in Advance!!!

waiting for your reply

from
Usman
email: ajaonchat@yahoo.co

jf.argentino 07-30-2008 05:30 AM

If you have make the mkdir under root, lfs user wont be able to write in it... change the permission on the directory with chmod.
But, if you are new to linux world, don't start with LFS! Try something like UBUNTU and / or FEDORA, understand the linux architecture and how to administrate it before trying to make a linux by yourself!


All times are GMT -5. The time now is 01:03 AM.