- labels: --> Build system
- assigned_to: nobody --> ephracis
i'm on a 64bit system and when i launch make i get this:
Scanning dependencies of target raptor
[ 6%] Building CXX object CMakeFiles/raptor.dir/content/raptorcontentabstractitem.o
[ 12%] Building CXX object CMakeFiles/raptor.dir/content/raptorcontent.o
[ 18%] Building CXX object CMakeFiles/raptor.dir/content/raptorcontentengine.o
[ 25%] Building CXX object CMakeFiles/raptor.dir/content/raptorcontentitem.o
[ 31%] Building CXX object CMakeFiles/raptor.dir/content/raptorcontentitemnode.o
[ 37%] Building CXX object CMakeFiles/raptor.dir/config/raptorconfig.o
[ 43%] Building CXX object CMakeFiles/raptor.dir/config/raptorconfigengine.o
[ 50%] Building CXX object CMakeFiles/raptor.dir/layout/raptorlayoutbox.o
[ 56%] Building CXX object CMakeFiles/raptor.dir/layout/raptorlayoutcontainer.o
[ 62%] Building CXX object CMakeFiles/raptor.dir/layout/raptorlayout.o
[ 68%] Building CXX object CMakeFiles/raptor.dir/layout/raptorlayoutengine.o
[ 75%] Building CXX object CMakeFiles/raptor.dir/layout/raptorlayoutitem.o
[ 81%] Building CXX object CMakeFiles/raptor.dir/layout/raptorlayoutsearchbox.o
[ 87%] Building CXX object CMakeFiles/raptor.dir/misc.o
[ 93%] Building CXX object CMakeFiles/raptor.dir/raptorengine.o
[100%] Building CXX object CMakeFiles/raptor.dir/raptorkernel.o
Linking CXX shared library libraptor.so
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libtar.a(handle.o): relocation R_X86_64_32 against `free' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/libtar.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libraptor.so] Error 1
make[1]: *** [CMakeFiles/raptor.dir/all] Error 2
make: *** [all] Error 2