lzma - lzlib.u
http://cook.slitaz.org/next64/lzma/stuff/lzlib.u
/usr/bin/ld: BranchX86.o: relocation R_X86_64_32S against symbol `kMaskToBitNumber' can not be used when making a shared object; recompile with -fPIClzma - stuff/lzlib.u
http://cook.slitaz.org/next64/lzma/stuff/lzlib.u
--- CPP/7zip/Compress/LZMA_Alone/makefile.gcc +++ CPP/7zip/Compress/LZMA_Alone/makefile.gcc @@ -1,6 +1,6 @@ PROG = lzma -CXX = g++ -O2 -Wall -CXX_C = gcc -O2 -Wall +CXX = g++ -s -O2 -Wall -fPIC +CXX_C = gcc -s -O2 -Wall -fPIC LIB = -lm RM = rm -f CFLAGS = -c