1832512 Members
4480 Online
110043 Solutions
New Discussion

w3m installation

 
Shinji Teragaito_1
Respected Contributor

Re: w3m installation

Please confirm your Makefile before invoking make command:

% vi Makefile

WCCFLAGS =

W3M_LIBS = -lssl -lcrypto -lcurses
WCTARGET =

AR=ar <====

HELP_FILE = w3mhelp-w3m_en.html

MODEL=-EN

%

Your Makefile should define $(AR). Is the ar command gone from your system ?

% which ar
/usr/bin/ar
% ll /usr/bin/ar
lr-xr-xr-x 1 bin bin 15 Aug 17 15:38 /usr/bin/ar -> /usr/ccs/bin/ar
%