Re: Problems using the wxEuphoria shared library
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Jan 10, 2005
- 411 views
Matt Lewis wrote: > > Alexander Toresson wrote: > > > > I've been trying to use wxEuphoria on my linux laptop. However, it seems > > like > > it cannot open the shared library. I made a program which tries to open the > > .so > > both with open_dll() and open(). open_dll() fails, open() succeeds. I tried > > doing the same with a random .so from my /lib directory, and it worked > > perfectly. I also tried using an older version of the so, though that didn't > > work either. > > You may need to build from wxWidgets source (plus my patches)--IANALG > (Linux Guru). The version that comes with wxEuphoria was built under > RH8.0, with kernel version 2.4.18 (don't recall if that last number is > correct off the top of my head). > Also, here's the md5sum to make sure the file is OK: e0c9246e2cce42ec29069638399ef48b Matt Lewis