GCC for Linux (slitaz distribution)
I am reading a document on compiling gcc for me to use. It is really (stupidly) long. I can't imagine that everyone who has to use gc开发者_C百科c will go through all of this.
Can I just install the binaries from here: http://ftp.ntu.edu.tw/linux/devel/gcc/gcc-2.95.x/? If yes, which file should I choose?
I use Slitaz Linux.
That is an old version of gcc by the looks of it. The latest that I remember is version 4.6 and yes you can just install the binaries for it.
Heres the command that should work for you: tazpkg get-install gcc This should grab the latest version for you.
精彩评论