Ok, thanks, I found the problem.  In pixmap.fs, the check for which
libpng to use:

    s" /usr/lib/libpng.so.3" r/o open-file
    [IF]  ...

fails, because my libpng.so.3 is in /usr/local/lib.  So minos gets
built to look for libpng.so.2, which I don't have.

So the check could be more complete, and/or it should be done at run time.

--
Dave Miller

On 02/06/05, Bernd Paysan <[EMAIL PROTECTED]> wrote:
> strace -e open ./xbigforth

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to