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 !
|
Just start,i thought the new version v1.5 made by geekmaster may solve the problem,so i first uninstall the tcc-1.3 and then install tcc-1.5
I do as your guide reinstalling it .
#/mnt/us/tcc/install
ln:crt1.o:file exists
ln:crti.o:file exists
ln:crtn.o:file exists
in:tcc:file exists
in:tccmake:file exists
#tccmake hello
tcc:undefined symbol 'sqrt'
#tccmake hello -lm
tcc:cannot find -lm
I am a novice,please just give detail steps .Thank you .