On Thu, 19 Nov 2015 17:58:36 -0800 Mehran Ramezani <[email protected]> wrote:
> Hi, > > I am trying to install PoCL on Ubuntu 14.04 by: > > $ ./configure --enable-shared —prefix=/usr/local/ > $ make REQUIRES_RTTI=1 && make install > > I do get a fatal error shown below. Any advice? > Yes - update your system. If you can't, download a llvm tar from llvm.org website and use that. The original llvm released in 14.04 is known to be broken, they fixed it later. You need version "3.4-XubuntuX" where X are some numbers. But you're much better off using llvm 3.7 downloaded from llvm.org (3.4 is very old). -- mb ------------------------------------------------------------------------------ _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
