On 06/01/13 13:24, ext David Minor wrote: > I'm using gcc 4.4.6 on RHEL 6.2 > > The current release compiles but fails all tests. I rebuilt with LLVM > 3.2 (with RTTI) but got the same results. > > Heres what happens when I run example1, no core file is generated > > woogie:/space/downloads/pocl/examples/example1$ ./example1 > ERROR > (0.000000, 0.000000, 0.000000, 0.000000) . (0.000000, 0.000000, > 0.000000, 0.000000) = -6979487029298653812490240.000000 > FAIL >
According to the config.log you sent me, this is due to pocl being built with ICD (installable client driver), but the 'ocl-icd' ICD loader was not found. Did you 'make install' pocl before running 'make check'? If not, then your ICD loader would not find pocl, and the above could be the result. If yes - well then it is something else the matter. I tried with a bulk CentOS 6.3 - pocl 0.7rc4 (which should essentially be the same as the latest trunk version) worked fine. I built it with ICD disabled, though. kalle -- But beware the debugger. Dark side of the source it is. If once you start down the dark path, forever will it dominate your destiny. Consume you it will. ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
