Привет, я пытаюсь установить Torcs на Linux Mint 18.3(4.10.0-38-generic). Это, однако, дает мне некоторые проблемы. Я установил библиотеку PLIB с флагами «-fPIC» и выполнил действия, указанные в (https://github.com/fmirus/torcs-1.3.7/blob/master/README.md). Однако я все еще получаю следующие ошибки :

/usr/bin/ld: /usr/lib/libplibjs.a(jsLinux.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/lib/libplibjs.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
/home/bipgen/Documents/torcs/torcs-1.3.7/Make-default.mk:481: recipe for target 'libconfscreens.so' failed
make[4]: *** [libconfscreens.so] Error 1
make[4]: Leaving directory '/home/bipgen/Documents/torcs/torcs-1.3.7/src/libs/confscreens'
/home/bipgen/Documents/torcs/torcs-1.3.7/Make-default.mk:679: recipe for target 'subdirs' failed
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory '/home/bipgen/Documents/torcs/torcs-1.3.7/src/libs'
/home/bipgen/Documents/torcs/torcs-1.3.7/Make-default.mk:679: recipe for target 'subdirs' failed
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory '/home/bipgen/Documents/torcs/torcs-1.3.7/src'
/home/bipgen/Documents/torcs/torcs-1.3.7/Make-default.mk:679: recipe for target 'subdirs' failed
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory '/home/bipgen/Documents/torcs/torcs-1.3.7'
Makefile:30: recipe for target 'restart' failed
make: *** [restart] Error 2

0