Re: open_dll on Linux?
- Posted by mattlewis (admin) Sep 09, 2009
- 1493 views
jeremy said...
mattlewis said...
No, it should be handled by your package manager, once we get packages built for distribution. I've no idea how the linking decides which version to load, but proper dependencies would at least ensure that the right libraries are there.
Not really. Here's the problem:
libm = open_dll("/usr/lib/libm.so")
That fails on any 64bit OS. libm.so is a 64bit version.
Yes, I was really referring to the need to compile 32bit versions.
Matt