LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   w3m install problem (https://www.linuxquestions.org/questions/linux-newbie-8/w3m-install-problem-588492/)

wanghao 09-30-2007 07:16 PM

w3m install problem
 
hello everyone,recently i got w3m
install on my computer but when i make
it displayed such errors:
make: *** [functable.c]
i've googled but no a good solution.
Thanks in advance !

Simon Bridge 09-30-2007 07:25 PM

To troubleshoot we need the exact errors - but it sounds like you are missing some libraries.

Please tell us your distro, the name of the tarball you got w3m in, and the exact errors. You can copy them inside code [] [/] tags. (Check the ./configure output for errors too.) Thank you.

wanghao 10-01-2007 12:14 AM

Yes ,thanks the tar.gz is w3m-0.5.tar.gz,
and when i make it displayed:
func.c: in function ‘getFuncList’ :
func.c:200: error:‘functable’ undefined (firt time called )
make: *** [func.o] error 1

,

Simon Bridge 10-01-2007 12:30 AM

You are missing a header file and/or a library.
Carefully read the documentation that comes in the tarball to see what else needs to be installed.

If you have a mainstream distribution, w3b is included with it's package repos. eg.

yum install w3b
apt-get install w3b

wanghao 10-02-2007 08:28 PM

yes,you are right the yum's good and shot the problem .
really thanks!

Simon Bridge 10-03-2007 03:07 AM

Installing from source is a good idea when you are concerned about security and performance... but then, use gentoo or slackware. With a managed distro (debianeque, red-hat-ist) it is best to install everything you need from repos unless absolutely unavailable. If nothing else, it means it will get updates regularly.

If you want to do some programming, make sure you install the header files and libraries.


All times are GMT -5. The time now is 11:20 AM.