Re: wxEuphoria v0.10.0 - wxeud.e:758
- Posted by Jason Gade <jaygade at yaho?.co?> Jul 18, 2007
- 732 views
Matt Lewis wrote: > > Jerry Story wrote: > > > > Matt Lewis wrote: > > > > > > > > > OK, I think I've got it working now. Try: > > > > > > <a > > > href="http://wxeuphoria.sf.net/libwxeu.so.tar.gz">http://wxeuphoria.sf.net/libwxeu.so.tar.gz</a> > > > > > > Install it (either /usr/local/lib or /usr/lib) and run ldconfig on that > > > directory before you try to use it... > > > > > > Matt > > > > I put it in /usr/local/lib and ran ldconfig in /usr/local/lib > > > > jstory@jstory-desktop:~/euphoria/include/wxEuphoria/demo$ exu > > hello_world.exw > > Could not open wxEuphoria library. Press enter to abort. > > I can't figure out why it segfaults. But it still works when loaded by > euphoria for me... > > Matt Make sure you get a core file and try GDB? I'm not experienced at that kind of thing but I know that it can be done. You may have to turn core files on with "ulimit -c" and setting a value other than zero. http://www.unknownroad.com/rtfm/gdbtut/gdbadvanced.html#CORE And other pages brought to you by Google. Hope that helps! -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.