hook@hook-desktop:~/Descargas/libwiimote-0.4$ make make[1]: se ingresa al directorio `/home/hook/Descargas/libwiimote-0.4/src' gcc -Os -Wall -pipe -D_ENABLE_TILT -D_ENABLE_FORCE -g -O2 -I../src wiimote_link.c wiimote_ir.c wiimote_event.c wiimote_io.c wiimote_report.c wiimote_api.c wiimote_error.c wiimote_speaker.c wiimote_mii.c wiimote_classic.c wiimote_nunchuk.c -shared -o libcwiimote.so /usr/bin/ld: /tmp/cc8CgEtq.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /tmp/cc8CgEtq.o: could not read symbols: Bad value collect2: ld returned 1 exit status make[1]: *** [libcwiimote.so] Error 1 make[1]: se sale del directorio `/home/hook/Descargas/libwiimote-0.4/src' make: *** [subdirs] Error 1
Según parece el problema está al hacer el enlazado de las librerías y te indica que recompiles con " -fPIC". Edita el make y donde pase el comando para compilar añade el -fPIC