On 10/09/2012 02:05 AM, Yi Ge wrote: > I got some messages, I excerpted some of it, from there, I cannot see > any errors. It seems lt_dlopen load the descriptor.so, but I cannot see > any message later. It seems like disappear. Immediately after calling > lt_dlopen, I put some message, it never come out. It didn't even say it > failed. If I modified the clCreateKernel.c file to lt_dlopen directly > from my current directory -- I mean loading descriptor.so, I can see the > error meesage "file not found". > I am very confused, hopefully, you guys can light me up
Perhaps more error messages are printed if you (temporarily) change the call to lt_dlopen() to the pure dlopen()? I haven't used LD_DEBUG so I do not know what it covers. It might not cover the C dlopen() API but only the /lib/ld.so. -- Pekka ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
