On Saturday 11 December 2004 01:52, Don Venhaus wrote: > I just tried the new (2.0.12) bigforth and have a problem with xbigforth > going into an infinite loop at startup. It doesn't open it's window or > do anything, except take up all the cpu time. > > This is on Slackware10.0 with a 2.6.7 kernel. > > I discovered using strace that it was looking for libpng.so.2, seg > faulting, and going into an infinite loop. Slackware has so.3, so > I made a link and tried again. No good, because the user_png_ver set > in init-png doesn't match.
Try that patch. http://www.jwdt.com/~paysan/bigforth-2.0.12.patch.gz It fixes another problem, but also the libpng.so.2 problem. -- Bernd Paysan "If you want it done right, you have to do it yourself" http://www.jwdt.com/~paysan/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
