I am kind of new at this. How would I do that exactly? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Gran Sent: Monday, June 06, 2005 2:59 PM To: [email protected] Subject: Re: [Clamav-users] Clamav relocation R_X86_64_32S can not be usedwhen making a shared object; recompile with -fPIC
On Mon, Jun 06, 2005 at 02:07:30PM -0600, Joshua M Barneck said: > I am trying to make install distclean from /usr/ports/security/clamav on a > 64-bit Intel (EM64T) system running FreeBSD 5.4 and this is the error I get. > Can anyone help? > > > /usr/bin/ld: /usr/local/lib/libz.a(gzio.o): relocation R_X86_64_32S can not > be used when making a shared object; recompile with -fPIC libz.a is compiled as a static object - it needs to be compiled with -fPIC (as a shared library). -- -------------------------------------------------------------------------- | Stephen Gran | divorce, n: A change of wife. | | [EMAIL PROTECTED] | | | http://www.lobefin.net/~steve | | -------------------------------------------------------------------------- _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
