Re: Freeocl build but doesn't work

2013-07-29 Thread Tijl Coosemans
On Sat, 27 Jul 2013 19:51:06 +0200 lbartoletti wrote: > Le Thu, 25 Jul 2013 11:36:23 +0200, Tijl Coosemans a écrit : >> On Thu, 25 Jul 2013 09:17:56 +0200 lbartoletti wrote: >>> I try to work with opencl via Freeocl but it doesn't work. >>> >>> When i build a test, it's ok (except with gcc46), but

Re: Freeocl build but doesn't work

2013-07-28 Thread Shane Ambler
On 28/07/2013 03:21, lbartoletti wrote: Le Thu, 25 Jul 2013 11:36:23 +0200, So try to compile your test with "gcc46 -Wl,-rpath=/usr/local/lib/gcc46". Hello, It doesn't work. I tried it with FreeBSD amd64 9.1 and 10.0 and FreeOCL / OpenCL require GLIBCXX_3.4.11 into libstdc++... I have see

Re: Freeocl build but doesn't work

2013-07-27 Thread lbartoletti
Le Thu, 25 Jul 2013 11:36:23 +0200, Tijl Coosemans a écrit : > On Thu, 25 Jul 2013 09:17:56 +0200 lbartoletti wrote: > > Hello, > > > > I try to work with opencl via Freeocl but it doesn't work. > > > > When i build a test, it's ok (except with gcc46), but when i run > > it, it doesn't work : >

Re: Freeocl build but doesn't work

2013-07-25 Thread Tijl Coosemans
On Thu, 25 Jul 2013 09:17:56 +0200 lbartoletti wrote: > Hello, > > I try to work with opencl via Freeocl but it doesn't work. > > When i build a test, it's ok (except with gcc46), but when i run it, it > doesn't work : > ": version GLIBCXX_3.4.11 required > by /usr/local/lib/libOpenCL.so.1 not fo

Freeocl build but doesn't work

2013-07-25 Thread lbartoletti
Hello, I try to work with opencl via Freeocl but it doesn't work. When i build a test, it's ok (except with gcc46), but when i run it, it doesn't work : "/usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/lib/libOpenCL.so.1 not found" here some logs and the source code for t