mike wrote:
>>
>> What were the zlib errors?
>>
> the final builds from file-4.17 and, i believe, from readline-5 fails 
> because make can't  find  zlib.h. but it was still present in 
> /usr/include. i changed simple the relevant sourcefile from:
> include <zlib.h> to include </usr/include/zlib.h>. this worked.  is this 
> the right way???

No, the right way is to follow the book so you don't get those errors. 
Do this...

echo 'main(){}' > dummy.c
cc -v dummy.c > logfile 2>&1
grep include logfile

What output do you get?

_______________________________________________
Clfs-support mailing list
[email protected]
http://ninja.linux-phreak.biz/mailman/listinfo/clfs-support

Reply via email to