On Mon, Mar 17, 2008 at 9:57 AM, Alexander E. Patrakov
<[EMAIL PROTECTED]> wrote:
> I wrote:
> > Also, I am not currently able to validate the instructions in the book
> > ("make
> > install-dev" fails), as my LFS-like system is an extracted LFS LiveCD
> > that has
> > an important deviation from the book: it disables all static libraries with
> > config.site. While config.site is no longer there, the libtool script still
> > differs from the typical LFS installation, and I guess that this may be
> > a problem.
>
> Indeed, after reinstallation of libtool "make install-dev" no longer fails.
> So,
> instructions in the book are valid for xfsprogs version 2.9.7.
I banged my head forever trying to fix this issue because I'd built
libtool with --disable-static. The xfsprogs Makefiles cannot deal with
that situation at all. But it works if you built libtool standard like
LFS. You can see what libtool will do with `libtool --features':
$ libtool --features
host: i686-pc-linux-gnu
enable shared libraries
enable static libraries
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page