On 2 Mar 2012, at 08:30, Alexander Korsunsky wrote: > "-ldl -lcxxrt --stdlib=libc++" to every compile. You shouldn't need to do this, just link libc++ against libcxxrt (which should link against libdl on Linux). David