Hello,
I'm newbie in FreeBSD world, sorry if my question is stupid .
So I tried to compile GNUtls whit
in /usr/ports/security/gnutls .
It trow an error
I tried to "fetch" source and compile out from the port, but with same result . 
Any ideas ?
Thanks for You time .
I'm newbie in FreeBSD world, sorry if my question is stupid .
So I tried to compile GNUtls whit
Code:
make install
It trow an error
Code:
/usr/bin/ld: /usr/local/lib/libz.a(deflate.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libz.a: could not read symbols: Bad value
*** Error code 1
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I./includes -I../includes -I/usr/local/include -fPIC -I./includes/ -O2 -pipe -fno-strict-aliasing
-MT libgnutlsxx_la-gnutlsxx.lo -MD -MP -MF .deps/libgnutlsxx_la-gnutlsxx.Tpo -c gnutlsxx.cpp -o libgnutlsxx_la-gnutlsxx.o >/dev/null 2>&1
mv -f .deps/libgnutlsxx_la-gnutlsxx.Tpo .deps/libgnutlsxx_la-gnutlsxx.Plo
1 error
*** Error code 1

Any ideas ?
Thanks for You time .