Re: [ft] Re running make fails

2015-05-20 Thread Lawrence D'Oliveiro
On Wed, 20 May 2015 09:56:02 +0200 (CEST), Jan Engelhardt wrote: But on GNU/Linux, having /usr/local/lib in ld.so.conf is normally not needed because it is already hardcoded. Nope, the ldconfig(8) man page http://linux.die.net/man/8/ldconfig makes clear that only /lib and /usr/lib are

Re: [ft] Re running make fails

2015-05-19 Thread Werner LEMBERG
Hmm, this looks like a non-FreeType problem. Can you use `libz.a' at all with other applications or programs? I don't know. I have been compiling and installing things like zlib, libjpeg, libpng, and GNU make, I haven't seen and similar complaints I haven't seen any other error messages

Re: [ft] Re running make fails

2015-05-19 Thread Jeffry Killen
On May 19, 2015, at 2:39 PM, Werner LEMBERG wrote: maybe I should have included the immediately preceding line: /usr/bin/ld: /usr/local/lib/libz.a(inflate.o): relocation R_X86_64_32S against `zcalloc' can not be used when making a shared object; recompile with -fPIC to

Re: [ft] Re running make fails

2015-05-19 Thread Jan Engelhardt
On Tuesday 2015-05-19 23:39, Werner LEMBERG wrote: maybe I should have included the immediately preceding line: /usr/bin/ld: /usr/local/lib/libz.a(inflate.o): relocation R_X86_64_32S against `zcalloc' can not be used when making a shared object; recompile with -fPIC to

Re: [ft] Re running make fails

2015-05-19 Thread Werner LEMBERG
maybe I should have included the immediately preceding line: /usr/bin/ld: /usr/local/lib/libz.a(inflate.o): relocation R_X86_64_32S against `zcalloc' can not be used when making a shared object; recompile with -fPIC to /usr/local/lib/libz.a: could not read symbols: Bad value cc: error: