Package doc

2006-01-20 Thread go moko
Hi For some packages of the book, all the doc is explicitely installed in /usr/share/doc/-. But for others, like Pango or ATK, the --with-html-dir tag of configure is not used for this in the book's commands, and so, the doc isn't versionned. I know it's a detail, and that users can do './configu

Re: Bzip2 binary

2005-12-03 Thread go moko
--- Ken Moffat <[EMAIL PROTECTED]> wrote: > (ii) the shared version is slower (on platforms like > x86 which lack an > adequate number of registers). This doesn't seem > compelling to me - if > speed was that important, we'd still be using > gcc-2.95.3. > > For decompressing, the difference

Re: More control...hint integration discussion

2005-11-29 Thread go moko
--- Bryan Kadzban <[EMAIL PROTECTED]> wrote: > > Which means almost all packages used by LFS and > BLFS should be able to > > use it. > > All except the ones that don't believe in automake > for whatever reason. > By example the first package in BLFS book, autofs, which use INSTALLROOT instead

Bzip2 binary

2005-11-19 Thread go moko
Hello Just a question: During the installation of Bzip2, why does the book use the bzip2-shared binary, instead of the bzip2 binary installed by the 'make install' command? The README of Bzip2 indicates that the bzip2 binary is better and recommand it. Regards G. Moko

Re: Moving Readline static libraries

2005-11-18 Thread go moko
--- go moko <[EMAIL PROTECTED]> wrote: > --- Dan Nicholson <[EMAIL PROTECTED]> wrote: > > > On 11/17/05, go moko <[EMAIL PROTECTED]> wrote: > > > --- Dan Nicholson <[EMAIL PROTECTED]> wrote: > > > > The configure command in the book is &

Re: User lfs is more than optional.

2005-11-17 Thread go moko
--- Jeremy Byron <[EMAIL PROTECTED]> wrote: > Emu wrote: > > > > I think that you have mis-understood William's > email. From his email, I > > gather that he means that the commands set in 1 > through 3 should be > > stated as 'Compulsory', ie if not used then you > have a good chance of > > >

Re: Moving Readline static libraries

2005-11-17 Thread go moko
--- Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 11/17/05, go moko <[EMAIL PROTECTED]> wrote: > > --- Dan Nicholson <[EMAIL PROTECTED]> wrote: > > > The configure command in the book is > > > ./configure --prefix=/usr --libdir=/lib > > >

Re: Moving Readline static libraries

2005-11-17 Thread go moko
--- Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 11/17/05, go moko <[EMAIL PROTECTED]> wrote: > > In chapter 6.22.1, during the install of Readline, > the > > book say: > > Now move the static libraries to a more > appropriate > > location: &g

Moving Readline static libraries

2005-11-17 Thread go moko
Hello In chapter 6.22.1, during the install of Readline, the book say: Now move the static libraries to a more appropriate location: mv -v /lib/lib{readline,history}.a /usr/lib But it seems that these libraries are still installed correctly in /usr/lib by the "make install" command. Or am I fals