LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Question about chapter 6.19 ncurses?? (https://www.linuxquestions.org/questions/linux-from-scratch-13/question-about-chapter-6-19-ncurses-893457/)

adi_30stm 07-24-2011 10:24 AM

Question about chapter 6.19 ncurses??
 
Hi i am kindoff confused about executing the command in the NOTES for binary-only application ... i was wondering do i have execute this following command :

make distclean
./configure --prefix=/usr --with-shared --without-normal \
--without-debug --without-cxx-binding
make sources libs
cp -av lib/lib*.so.5* /usr/lib

and then repeat the above steps required for Ncurses again???

druuna 07-24-2011 10:36 AM

Hi,

If you are building an (B)LFS system you don't have to do that step. I would go as far as to say that it is only needed if you are going to install a package (not from source!) that is going to use this.

Hope this helps.

adi_30stm 07-24-2011 10:50 AM

Umm.. i kindoff executed it heheh...is it possible to revert back or do i have execute the previous commands again..

thanks drunna :)

druuna 07-24-2011 10:58 AM

Hi,
Quote:

Originally Posted by adi_30stm (Post 4423916)
Umm.. i kindoff executed it heheh...is it possible to revert back or do i have execute the previous commands again.

The steps in the Notes box only installs extra libraries. There's no need to remove what has been installed, it won't do any harm.

BTW: You're welcome :)

Hope this helps.


All times are GMT -5. The time now is 10:40 PM.