Results 1 to 2 of 2
hi guys,
i am doing my final year peoject and developing a linux distribution..i am implementing presently the base system using lfs-5.1.1 .
i am done with the phase 1 ...
- 08-17-2004 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 1
linux from scratch 5.1.1 plz help
hi guys,
i am doing my final year peoject and developing a linux distribution..i am implementing presently the base system using lfs-5.1.1 .
i am done with the phase 1 where in i have compiled and installed pass1 of the required packages like binutils,gcc,glibc.
but when i try to compile the dummy.c program
dummy.c
int main()
{}
it gives me error
******************* cannot find -lc collect2;returning exit status 1
can ne1 help me on this.
also i am a comparitively new to linux so ne other sort of help or resources for it will be appreciated.
thanx in advance
- 08-17-2004 #2Just Joined!
- Join Date
- May 2004
- Location
- San Antonio, TX
- Posts
- 49
You might find it faster to get up and running by starting with the CD ISO at:
http://stockwith.co.uk/iso/
Of course you'll still need "the book" to understand how to take the partial system that gives you and make it into a complete standalone system (need to chroot properly, need to populate the dev directory, need to build a kernel, etc), but it gets you quite a ways in short order.
FWIW,
Ewan


Reply With Quote
