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:
> 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 false?

The configure command in the book is
./configure --prefix=/usr --libdir=/lib
so the libraries will go to /lib unless you used a different command.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to