Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-11-2006, 02:18 PM
|
#1
|
Member
Registered: Dec 2005
Location: Devon - UK
Distribution: Suse - Desktop, Arch - Laptop, Centos - Server and whatever I fancy on the other machine ;)
Posts: 59
Rep:
|
error installing texinfo-4.8
Hi there,
i don't know if anyone can offer any help but i'm when i try in install texinfo-4.8 i'm getting
Code:
undefined reference to 'tgetstr'
undefined reference to 'tgetflag'
error messages before make fails
i'm not sure but from the limited information i have been able to find out on the web this might be something to do with ncurses, but that appeared to install without any problems
thanks for any help
Mike
Last edited by the2k; 09-11-2006 at 02:24 PM.
|
|
|
09-15-2006, 08:48 PM
|
#2
|
Member
Registered: Dec 2005
Location: "The South Coast of Texas"
Distribution: Slackware64-current
Posts: 564
Rep: 
|
Hello, Mike
About 30 minutes ago, I came into this forum looking for help with exactly the same issue. I did know, however, that the package would 'configure' & 'make' properly in my /tmp directory, while it would not in $LFS/sources. I did a bit of poking around in the mailing lists & found a quote to the effect that "if ncurses is improperly installed, you get those error messages". I went back, reinstalled ncurses & texinfo installed flawlessly. Try reinstalling ncurses.
Regards,
Bill
|
|
|
10-03-2006, 02:47 AM
|
#3
|
LQ Newbie
Registered: Sep 2006
Posts: 2
Rep:
|
LOL,
Definitely a problem! I am doing two computers using the CLFS Multi-Lib book. Both systems get exactly to the same stage and shoot out the same errors as above...
Code:
undefined reference to `tgoto'
undefined reference to `tputs'
undefined reference to `tgetnum'
undefined reference to `tgetstr'
undefined reference to `tgetflag'
I tried your response and went back and reinstalled Ncurses-5.5:
Code:
CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
./configure --prefix=/tools --with-shared \
--build=${CLFS_HOST} --host=${CLFS_TARGET} \
--without-debug --without-ada \
--enable-overwrite --with-build-cc=gcc \
--libdir=/tools/lib64; \
make && make install
It installs just fine with no errors at all, but then I retried Texinfo-4.8, and received the exact same error messages again....
Anyother ideas guys?
|
|
|
10-04-2006, 07:18 AM
|
#4
|
Member
Registered: Dec 2005
Location: "The South Coast of Texas"
Distribution: Slackware64-current
Posts: 564
Rep: 
|
Hi, banko,
I'm sorry, but I have no further suggestions. Reinstalling ncurses worked the first time for me. In fact, just a couple of days ago, I got lfs to boot & run, so now I'm into blfs.
Regards,
Bill
|
|
|
All times are GMT -5. The time now is 12:49 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|