[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1
From: |
falbriard |
Subject: |
Re: [ft-devel] Freetype2 - Install issues under Linux SUSE SLES 11 SP1 |
Date: |
Thu, 15 Sep 2011 11:09:23 -0700 (PDT) |
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
> address@hidden
> 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.