On IRIX 6.2 (which returns "IRIX64" for uname), I needed a small
patch to make configure recognize my system.
Beside this, it runs fine.
*** configure.in Mon Oct 12 12:02:29 1998
--- configure.in.orig Mon Oct 12 11:58:13 1998
***************
*** 110,116 ****
NetBSD-1*) OS=NETBSD1;;
FreeBSD*) OS=FREEBSD;;
IRIX-5*) OS=IRIX5;;
- IRIX*-6*) OS=IRIX5;;
CYGWIN32*) OS=WIN32; FLAVOR=win; DFLGS="$DFLGS -DCYGWIN32";;
*) OS=unknown_system;;
esac
--- 110,115 ----
--
Shiro KAWAI
Square USA Inc. Honolulu Studio R&D division
#"The most important things are the hardest things to say" --- Stephen King
Received on Fri Nov 20 1998 - 02:42:16 CET