View Single Post
Old 05-16-2012, 10:54 AM   #54
xueyou2
Connoisseur
xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.xueyou2 can eat soup with a fork.
 
Posts: 58
Karma: 9096
Join Date: Apr 2012
Device: none
Quote:
Originally Posted by deep View Post
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 .
xueyou2 is offline   Reply With Quote