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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -