Hi, On Tue, 13 Oct 2015 13:42:03 -0230, Roger Mason <[email protected]> wrote:
> I'm using Clang 3.6. I modified configure.ac to ensure that > llvm-config36 is found first. It's a bit more complicated... Pocl uses two compilers: one which is usually the "system" compiler, for compiling C/C++ runtime API files, and a second one for OpenCL runtime API files. The first one may be gcc or clang, it's whatever is provided by the OS. The second one is always clang. The llvm-config36 is used for search of the *second* compiler. Can you please try ./configure .... options... CC=/your/path/to/clang3.6 CXX=/your/path/to/clang++3.6 so that pocl will use clang 3.6 also as the "system" compiler ? Cheers, -- mb ------------------------------------------------------------------------------ _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
