[BusyBox] The mount rewrite is in.

Rob Landley rob at landley.net
Tue Aug 16 12:00:02 MDT 2005


On Tuesday 16 August 2005 01:25, Thomas Fröhlich wrote:
> Am Sonntag, 14. August 2005 20:46 schrieb Rob Landley:
> > On Sunday 14 August 2005 11:43, Stephane Billiart wrote:
> > > On 10/08/05 ? ? 15:37, Rob Landley wrote:
> > > > In the absence of any major complaints...
> > > >
> > > > The mount rewrite is in.
>
> Hi,  hm, in cvs is a version with there I had compilation problems:
>
> *snap*
> in .config
> # CONFIG_FEATURE_MTAB_SUPPORT is not set
> *snap*
> compilation faild with
> busybox/util-linux/util-linux.a(umount.o)(.text+0x2b8): In function
>
> `umount_main':
> : undefined reference to `erase_mtab'
>
> collect2: ld returned 1 exit status
> *snap*
>
> if I clean the ifconfig in mtab.c it works...
>
> regards
> Thomas

Building with a .config containing just:

CONFIG_FEATURE_BUFFERS_USE_MALLOC=y
CONFIG_FEATURE_SH_IS_NONE=y
CONFIG_MOUNT=y
CONFIG_UMOUNT=y

Just worked for me.  I just tried it.  (make clean; make).

P.S.  We haven't used CVS for over a year.

Rob


More information about the busybox mailing list