Chris Staub wrote:

>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?
>
>
>not existing directories 
>»/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.1.1/../../../../x86_64-unknown-linux-gnu/include«
> 
>will be ignored.
>#include "..." - search starts here:
>#include <...> - search starts here:
>/usr/local/include
>/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.1.1/include
>/usr/include
>
>
>  
>


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

Reply via email to