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
--- 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
--- 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
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
--- 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
&
--- 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
> >
>
--- 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
> > >
--- 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
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