Which libraries do you need to link against for a clang program using blocks?

Clang doesn't yet provide an easy way to use blocks on platforms that don't have built-in operating system support (e.g. , SnowLeopard). You can find some more information on the libdispatch project here: http://libdispatch.macosforge.org and on the compiler-rt project (which provides the blocks runtime) here: http://compiler-rt.llvm.org but this is not yet well packaged for Clang end users.

Use the instructions at mackyle.github.com/blocksruntime/ to build a libBlocksRuntime. A library that you can link with.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions