gcc - install CMAKE error linuxmint -


i'm trying install cmake on linuxmint 16, errors. have gcc.

the errors:

/usr/bin/ld cannot find crt1.o no such file or directory /usr/bin/ld cannot find crti.o no such file or directory /usr/bin/ld cannot find -lc /usr/bin/ld cannot find crtn.o no such file or directory collect2: error: ld returned 1 exit status test failed compile 

how can solve this?

this command solved problem me:

sudo apt-get install libc6-dev 

Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -