On Mon, Mar 05, 2012 at 10:39:08PM +0100, Martin Knappe wrote: > I am following the LFS 7.0 book > > I am having a problem with LFS-BOOK-7.0-NOCHUNKS.html#ch-system-util-linux: > > root:/sources/util-linux-2.20/build# PKG_CONFIG=/tools/bin/true > LDFLAGS=-lblkid \ > > ../configure --prefix=/usr --with-root-prefix="" \ > > --enable-elf-shlibs --disable-libblkid --disable-libuuid \ > > --disable-uuidd --disable-fsck > configure: WARNING: unrecognized options: --with-root-prefix, > --enable-elf-shlibs and everything else can be ignored!
In 7.0 the correct command to configure util-linux is completely different from that. No PKG_CONFIG or LDFLAGS variables, just ./configure --enable-arch --enable-partx --enable-write Using old scripts ? ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
