From: Paul Brannan Date: 2008-02-12T06:20:12+09:00 Subject: Re: [ANN] Rice 1.0.0 - Ruby Interface for C++ Extensions On Tue, Feb 12, 2008 at 04:52:12AM +0900, Rados?aw Bu?at wrote: > I have error during installation process: > /usr/bin/ld: ../../rice/librice.a(Class.o): relocation R_X86_64_32 > against `a local symbol' can not be used when making a shared object; > recompile with -fPIC I can reproduce this on SuSE 10.1 x86_x64. I'll see what I can do about fixing it. We should have been using the fPIC flag all along, since we're building shared objects. Paul