TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building gcc-4.7 on Ubuntu 12.04

8 pointsby RSeldonabout 13 years ago

3 comments

sreanabout 13 years ago
For those who are building gcc-4.7 from scratch, the cilk/ branch sure looks interesting. It has the Cilk runtime and the cilk extensions to the language built in.<p><a href="http://en.wikipedia.org/wiki/Cilk" rel="nofollow">http://en.wikipedia.org/wiki/Cilk</a> <a href="http://software.intel.com/en-us/articles/intel-cilk-plus/" rel="nofollow">http://software.intel.com/en-us/articles/intel-cilk-plus/</a><p>As far as language extensions go, it may seem that Cilk does not add much, but to me the advantage of not manually assigning tasks to threads and work stealing seems like a big win.<p>Looking forward to try it out in a week. Stoked.
评论 #3855216 未加载
trestaabout 13 years ago
&#62; I was surprised to find that the process of building gcc-4.7 from sources on Ubuntu is so complicated, after all, this is a Linux system …<p>It didn't look all that complicated to me. It seems like it is just the standard steps for installing gcc? Or am I missing something?
评论 #3853549 未加载
rollypollyabout 13 years ago
I like step-by-step instructions like this. Is there an equivalent for OSX somewhere?
评论 #3854211 未加载