- To: slug@xxxxxxxxxxx
- Subject: [SLUG] w3m, gc.h PREFIX/include?
- From: "Voytek Eymont" <lists@xxxxxxxxxx>
- Date: Fri, 18 Jul 2008 07:27:00 +1000 (EST)
- Reply-to: lists@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.1
I'm trying to install 'w3m', README says[1]:
I've d/l latest gc-7.1
# pwd
/root/down/gc-7.1/include
# ls -al gc.h*
-rw-r--r-- 1 11363 users 51000 Feb 12 12:45 gc.h
but where is 'PREFIX/include' that I need ?, do I make it in 'w3m', or ?
[w3m-0.5.2]# cp ../gc-7.1/include/gc.h PREFIX/include
cp: cannot create regular file `PREFIX/include': No such file or directory
[1]------------
Follow these instructions to install w3m.
- You need latest version of GC library (at least 6.1?).
You can get GC library from
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
Note: if you're using GC library 6.1, you should install gc.h
to PREFIX/include:
# cp gc-6.1/include/gc.h PREFIX/include
- Run configure.
% ./configure
-------------
--
Voytek