Dear Werner,

This hint is very useful. I've tried to redo the make with this command
sequence:  

sh ./configure 
make uninstall 
sh ./configure --without-zlib
make 
make install
cd root_of_matplotlib 
python setup.py build  

=> still get the same error at the ++ linker:  "cannot find -lz  
  
Any idea how to fix it? 

Regards, 
Claude 


Werner LEMBERG wrote:
> 
> 
>> cannot find -lz
> 
> This dependency is from FreeType itself.  Say
> 
>   ./configure --without-zlib
> 
> to use FreeType's LZW implementation.
> 
> 
>     Werner
> 
> _______________________________________________
> Freetype-devel mailing list
> Freetype-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/freetype-devel
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Freetype2---Install-issues-under-Linux-SUSE-SLES-11-SP1-tp32467141p32473741.html
Sent from the Freetype - Dev mailing list archive at Nabble.com.


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to