LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   directory structure (https://www.linuxquestions.org/questions/linux-from-scratch-13/directory-structure-172572/)

alaios 04-20-2004 02:14 PM

directory structure
 
Hi i am at the beginning of structure 6
In my partition (dedicated for lfs)
I have creates the following directories
binutils-2.14 sources tools

The binutils directory contains the source code of the bin-utils.....
I want to start compiling it... so i created a folder
binutils-build as the manual suggests... then i enter the binutils-build directory....
I ran the configure scipt form this directory using the following command
../binutils-2.14/configure --parameters...
It completes the execution succesfully...
But the make returns error because no relative paths are allowed.........
What is the errot?

Andrew Benton 04-20-2004 04:26 PM

I think you should have untarred binutils-2.14 inside the sources folder. The user lfs shouldn't have write permissions in the folder /mnt/lfs. Untar binutils inside the sources folder, cd into binutils-2.14 and then start executing the commands on the page.

alaios 04-20-2004 04:47 PM

xmmm.
 
Thx for the answering....but i am sure that you are not right about what you are saying......
Thx

Andrew Benton 04-20-2004 05:11 PM

Well, good luck.

alaios 04-20-2004 06:16 PM

thx
 
anyway...thx for your time... I wiltry to test it of course...anything else that it will be useful?


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