You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to install gym-torcs without any problems first time I tried but I had to format my computer and now I get this following error after I enter make command in vtorcs-RL-color. I tried fixes on other issues but they don't seem to be working.
warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
g++ -shared -o libclient.so entry.o mainmenu.o splash.o exitmenu.o optionmenu.o -L/home/ekim/gym_torcs/vtorcs-RL-color/export/lib -lalut -L/usr/lib -lplibssg -lplibsg -lplibul
/usr/bin/ld: /usr/lib/libplibssg.a(ssgBase.o): relocation R_X86_64_PC32 against symbol `_ZTV7ssgBase' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
I was able to install gym-torcs without any problems first time I tried but I had to format my computer and now I get this following error after I enter make command in vtorcs-RL-color. I tried fixes on other issues but they don't seem to be working.
warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
g++ -shared -o libclient.so entry.o mainmenu.o splash.o exitmenu.o optionmenu.o -L/home/ekim/gym_torcs/vtorcs-RL-color/export/lib -lalut -L/usr/lib -lplibssg -lplibsg -lplibul
/usr/bin/ld: /usr/lib/libplibssg.a(ssgBase.o): relocation R_X86_64_PC32 against symbol `_ZTV7ssgBase' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
(I attached the entire log)
error.txt
The text was updated successfully, but these errors were encountered: