Hello Michal, "Michal Babej" <[email protected]> writes:
> 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 ? Yes, that works. Thanks. Roger ------------------------------------------------------------------------------ _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
