relocation R_X86_64_32 can not be used (Was: Re: (no subject))

Steve Kargl sgk at troutmask.apl.washington.edu
Tue Apr 11 19:11:42 UTC 2006


On Tue, Apr 11, 2006 at 03:07:08PM -0300, Marc G. Fournier wrote:
> On Mon, 10 Apr 2006, Steve Kargl wrote:
> 
> >>cc -c -I/usr/include -static  -DNO_IDEA memory.c
> >>cc -shared -o common.o stream.o registry.o config.o memory.o
> >    ^^^^^^^
> >
> >This isn't -static.
> 
> You said to add it to CFLAGS ... which variable defines -shared vs 
> -static?
> 

It appears the resin port doesn't use CFLAGS when cc is used
as the loader.  I admit I forgot the other solution of adding
-fPIC to generate the needed symbols.

-- 
Steve


More information about the freebsd-ports mailing list