Building which 2.19

Niraj

Registered
Hi.

I am getting error while making which in mac operating system.

But i don't understand why this error is coming ?


make all-recursive
Making all in tilde
source='tilde.c' object='tilde.o' libtool=no \
DEPDIR=.deps depmode=pch /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c tilde.c
In file included from tilde.c:55:
xmalloc.h:29:31: error: readline/rlstdc.h: No such file or directory
make[2]: *** [tilde.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 
'which' is included with Mac OS X (you are talking about the 'which' program that reports the full path and filename of a binary, right?)... is there any reason you're trying to compile it from scratch?
 
I want to install Pci Utilities 2.2.3 .

that's why i needed to install which2.19,CURL-7.16.3,Wget 1.10.2 and Lynx 2.8.6rel 5.

But i install all these successful except which 2.19.


Thanks and regards

Niraj kumar
 
Back
Top