On 05/24/2013 02:19 AM, Paolo Redaelli wrote: > $ llvm-config --cppflags --cflags --cxxflags > ... -fno-exceptions ... The `llvm-config --cxxflags` is passing -fno-exceptions to gccxml. You should extract only the preprocessing flags (--cppflags) to pass to gccxml. -Brad