undefined references when using "compileall sourcesat once"

Rob Landley rob at landley.net
Wed Mar 22 08:58:18 PST 2006


On Wednesday 22 March 2006 4:51 am, Bernhard Fischer wrote:
> On Tue, Mar 21, 2006 at 11:49:15AM -0500, Rob Landley wrote:
> >On Tuesday 21 March 2006 7:54 am, walter harms wrote:
> >> i guess you are missing libcrypt try to add -lcrypt for the linking.
> >
> >Due to some recent IRC discussions, I'm pondering making -lcrypt optional
> > in passwd.c.  It's really a fallback, md5 and sha1 are way more modern. 
> > Plus it's a large chunk of library crud we shouldn't need; they can
> > config it out of uclibc if we don't use it.
> >
> >I wonder if we need an "experimental new features" menu.  Build everything
> > at once would certainly go in there, if so...
>
> We can just add a CONFIG_EXPERIMENTAL and make COMPILE_AT_ONCE depend on
> that.

I'm thinking that a new features menu might be a good staging area.  Have them 
be in that menu for one release, and then move them to another menu the next 
release.  (Right now, new features you find either by going exhaustively 
through the menu, or by asking other people.)  But I'm open to suggestions.

Speaking of which, I need to finish the release announcement...

> That said, the help text of this option clearly states that you only
> ought to turn that option on if you know what you are doing (i.e. have
> alot of RAM in your build-host and don't want e2fsprogs as they are
> completely broken in IMA-mode).

How should I put this: e2fsprogs needs a lot of "tough love".

Rob
-- 
Never bet against the cheap plastic solution.


More information about the busybox mailing list