From kde-devel Sat Jan 22 21:35:02 2005 From: Adriaan de Groot Date: Sat, 22 Jan 2005 21:35:02 +0000 To: kde-devel Subject: Re: Problem compiling arts Message-Id: <200501222235.02573.groot () kde ! org> X-MARC-Message: https://marc.info/?l=kde-devel&m=110642979722873 On Saturday 22 January 2005 18:23, Jure Repinc wrote: > Just recently I have set up a user account kdedev so that I could test > and translate KDE 3.4. I followed instructions here: > http://quality.kde.org/develop/cvsguide/buildstep.php It is always useful to mention relevant information about your system when posting compile problems. In this case, the fact that you are using an amd64 system is of critical importance. > /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ >ld: .libs/core.o: relocation R_X86_64_PC32 against `std::basic_string std::char_traits, std::allocator > > >::~basic_string()@@GLIBCXX_3.4' can not be used when making a shared > > object; recompile with -fPIC Well, it's telling you to recompile with -fPIC; it'd be a good idea to do so (this is a common 'problem' on amd64, where relocations grow too large for a certain class of instruction, the details are a little murky). Try CXXFLAGS=-fPIC CFLAGS=-fPIC CPPFLAGS=-fPIC ./configure to reconfigure, then make again. -- Don't worry, 't ain't no shame to be stupid - ol' mouse. GPG: FEA2 A3FE Adriaan de Groot >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<