I did do make install. I don't believe that ocl-icd is available for RHEL 6.2. I tried to compile it and couldn't. I am running Intel and Nvidia ocl at the same time, which works. Perhaps this is causing a conflict with pocl? I'll try building with ocl-icd disabled.
-----Original Message----- From: Kalle Raiskila [mailto:[email protected]] Sent: Tuesday, January 08, 2013 2:05 PM To: [email protected] Subject: Re: [pocl-devel] All examples and tests failing after successful compile 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 ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
