On 04/09/13 12:04, sara.elshobaky at laposte.net wrote: > Hello, > Can LLVM execute OpenGL ES 2.0 programs safely? > As I tried a simple code, and I get some crashes while using lli > example > LLVM ERROR: Program used external function '__dso_handle' which could > not be resolved! When you link to dynamic libraries, you also need to link libdl. Ben