Quote:
Originally Posted by deep
Try resinstalling it xueyou2
run the install file inside the tcc folder you extracted
the symlink for the math library is added in the new update
to quote the last line from the install script,
[[ -e libm.so ]]||ln -s /lib/libm.so.6 libm.so
Hope you replaced all the files with the new ones !
|
The K3 is missing a symlink needed to use the math library. The line shown above adds that symlink if it is missing. If you did not create that missing symlink, you will get the error that you described. Running the install script from inside /mnt/us/tcc should fix the problem (as deep said).