Wenn ich in Putty :
cd /home/game/quest
python make.py
Eingebe bekomm ich den fehler :
Shared object "libstdc++.so.4" not found, required by "qc"
Error occured on compile adventskalender.quest
Ich hab die Libs wie folgt installiert :
Libs:
cd /lib
fetch

tar -zxvf libs.tar
rm -R libs.tar
cd /usr/lib32
ln -s libmd.so libmd.so.4
ln -s libz.so libz.so.4
ln -s libm.so libm.so.2
ln -s libc.so libc.so.5