On 10/16/2012 10:33 PM, Yi Ge wrote:
> I think that the all trouble are caused by libtool used in the pocl package.

What's the problem now exactly? Do you (still) mean the libltdl, not the
libtool script? So, it works better by calling dlopen() directly in places 
where 
the libltdl wrapper is now used?

I struggled a bit with getting libltdl detected by the configure when testing
on ppc32/64 (native compilation). The problem there was that libltdl was
compiled for ppc64 so the configure didn't detect it, or vice versa.

In ARM there are more "moving parts" wrt different ABI versions and instruction
set families and extensions, so you should ensure your libltdl in your cross
compile environment is correct. config.log should show the failing linkage
test.

Perhaps the check itself is broken and it doesn't use the correct tool
to do the link test in cross compile mode. Take a look in configure.ac,  You
can simply disable the test and see if things work without.

-- 
--Pekka


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
pocl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pocl-devel

Reply via email to