Package: gkrelltop Version: 2.2.9-1 Severity: serious Hi,
Your package is failing to build with the following error: gcc -DLINUX -c top_three.c -o top_three.o gcc -DLINUX -DGKRELLM2 -fPIC -Wall `pkg-config gtk+-2.0 --cflags` -c gkrelltop.c -o gkrelltop.o gcc -shared top_three.o gkrelltop.o -o gkrelltop.so /usr/bin/ld: top_three.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC top_three.o: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: *** [gkrelltop.so] Error 1 You need to use -fPIC when compiling it. You only seem to be doing it for the second file and not for the first one. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

