LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 04-22-2002, 09:05 AM   #1
jbhoo
LQ Newbie
 
Registered: Apr 2002
Distribution: mandrake 8.2 LFS soon!
Posts: 17

Rep: Reputation: 0
Unhappy Need Help with Linux From Scratch!!


I, am at the point where i am trying to compile and install the bash shell and I get this error
cannot find -lcurses collect 2: Id returned 1 exit status
make:*** [bash] Error 1

my host system is mandrake 8.2 and I have the two file libncurses.a $ libcurses.a I followed the directions for static linking them and it reads thea the files are present. I'sent this lcurses file suppose to be in one of the bash packages that I unzipped? I allso tried to copy the last few lines of the command line terminal readout so i could paste in this message I could copy it but when i opened a text editor it wouldent paste is there a way to do this? for future problems
 
Old 04-22-2002, 03:11 PM   #2
titaniafq
LQ Newbie
 
Registered: Apr 2002
Distribution: Gentoo / Mandrake
Posts: 1

Rep: Reputation: 0
Try Gentoo

Have you tried Gentoo Linux? Its a 16MB (or 150MB) ISO download that builds a GNU/Linux system from scratch and (IHMO) is easier that Linux from Scratch. Don't try it unless you have a fast internet connection because it downloads source from the net.

My machine at work is d/l XFree 4.2 and KDE3 - thats an all night compile!!!
 
Old 04-22-2002, 03:54 PM   #3
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
There is a seperate LFS forum here where recently a guy posted with the exact same problem. I posted back with... well, a dumb idea, but then lfslinux, which is Gerald Beekmans, the head developer of LFS, lead him through getting it running. Evidently the Mandrake team did something screwy with the last release.

Here's that other thread.

Although double-posting is kinda verboten here, if that thread doesn't help, you might be better off posting there as Mr. Beekmans usually sticks to perusing his own forum.

Luck,

Finegan

Also, I agree Gentoo is much easier than LFS... but the point to LFS is to learn something. I tried Gentoo one night, fiddled with it, and then re-installed Slackware back over it. Metaphorically, Gentoo, RedHat, Slackware are just other toys; LFS is a sack full of Legos.
 
Old 04-22-2002, 04:00 PM   #4
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Smile

Quote:
Originally posted by finegan
Metaphorically, Gentoo, RedHat, Slackware are just other toys; LFS is a sack full of Legos.
I'd say that ready-made distributions, metaphorically, are more like pre-built lego castles.

LFS is cool, but alot of work. For me, RPM's are just too tempting. I don't want to compile anything unless I have to.

I have built my own busybox boot disks "from scratch." http://www.busybox.net/

I made an el torito "bootable cd" once where the root filesystem was built with rpms, but the el-torito boot image was a busybox floppy. I used a ramdisk for the root filesystem, and created symlinks pointing to directories on the cd.

I had fun doing it, and learned alot in the process.

Last edited by zmedico; 04-22-2002 at 04:51 PM.
 
Old 04-22-2002, 04:02 PM   #5
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084Reputation: 4084
Moved...

--jeremy
 
Old 04-22-2002, 04:03 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Quote:
Originally posted by zmedico


I'd say that ready-made distributions are, metaphorically, more like pre-built lego castles.
Good point, and in the case of RedHat and Mandrake, Lego Castles with those annoying pieces that you can't use with anything else and are specific to building just that one type of castle.

Cheers,

Finegan
 
Old 04-22-2002, 06:08 PM   #7
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by finegan
in the case of RedHat and Mandrake, Lego Castles with those annoying pieces that you can't use with anything else and are specific to building just that one type of castle.
Are there many things you can't work around (possibly using techniques similar to Linux From Scratch)? What is to stop you from modifying a ready-made distribution? With RPM, you can easily add and remove software packages to suit your needs.

Last edited by zmedico; 04-22-2002 at 06:12 PM.
 
Old 04-22-2002, 06:45 PM   #8
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Quote:
Originally posted by zmedico


Are there many things you can't work around (possibly using techniques similar to Linux From Scratch)? What is to stop you from modifying a ready-made distribution? With RPM, you can easily add and remove software packages to suit your needs.
Yeah no argument at all... although I much prefer Slackware and package-tool, but really they both pale in the face of apt-get. The downshot to Redhat is that RedHat assumes you will always use RPMs, so if you compile something from scratch the RPM database is inacurate and then everything just gets annoying. Anyway, no holy wars, that wasn't the point. The only point I was trying to make was that you will learn more in the three days you spend throwing toghether LFS than in a month or two of fiddling with a ready made distro. Just like you did with the busybox thing. The Lego analogy has turned inelegant. The point of it really was that I was trying to post something marginally snide about the Gentoo comment. There's a lot of posts where someone asks something about Distro A and gets a response about Distro B, actually this was my third in a row... I should have just answered the question and not P.S.'ed anything.

Cheers,

Finegan
 
Old 04-23-2002, 06:43 PM   #9
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Smile

Quote:
Originally posted by finegan
no holy wars
That's what I like to hear! Let there be peace at www.linuxquestions.org!

Quote:
Originally posted by finegan
although I much prefer Slackware and package-tool, but really they both pale in the face of apt-get
I want to try apt-get.

cheers,

Zac

Last edited by zmedico; 04-23-2002 at 08:10 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux From Scratch Help! TechnoPhile Linux From Scratch 7 05-20-2005 12:25 AM
OK so got to know linux from scratch but......... tuxfood Linux - General 2 04-03-2004 08:14 AM
Linux From Scratch fuelinjection Linux - General 8 12-04-2003 01:48 AM
ali aladdin v agp stinks :scratch: :scratch: :scratch: Mr Marmmalade Linux - Hardware 1 07-08-2003 05:11 AM
Linux From Scratch astablemaverick Linux From Scratch 1 08-03-2002 02:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration