Re: wxEuphoria (again)
- Posted by mattlewis (admin) Jan 31, 2010
- 2033 views
Jerry_Story said...
This is the only one that produced a non-zero result.
include dll.e ? open_dll("/usr/lib/libwxeu.so.14")
jstory@jstory-desktop:~/Documents$ exu test.exw 156851904 jstory@jstory-desktop:~/Documents$
That actually makes sense to me. I presume this is the version that you built and installed. The C ABI changed between 9.04 and 9.10, which is probably why the earlier versions didn't work. You may need to re-run ldconfig to get the system to recognize libwxeu.so.14 without a full path.
Matt