Hugs version: November 1999 Configuration options: --prefix=$HOME/polygon Operating System: SGI IRIX (on architecture IP22 - Mips R1000 processor) Compiler: gcc 2.8.1 ------------------- Interpreter starts and after showing the banner crashes with core dump. It has been observed that manually editing "prelude.h" and inserting: #define REDIRECT_OUTPUT 0 instead of the line: #define REDIRECT_OUTPUT !(HUGS_FOR_WINDOWS) corrects the problem (it was hugsFlushStdout that crashed, it seems). AFAIK Hugs works correct then(runs Eliza at least). Session transcript: ------------------- 22:korek@raja:/home/students/korek/polygon/bin>hugs __ __ __ __ ____ ___ _________________________________________ || || || || || || ||__ Hugs 98: Based on the Haskell 98 standard ||___|| ||__|| ||__|| __|| Copyright (c) 1994-1999 ||---|| ___|| World Wide Web: http://haskell.org/hugs || || Report bugs to: [EMAIL PROTECTED] Segmentation fault (core dumped) I will try to further identify the problem but you may want to see that Hugs seems to work on IRIX after that tiny change Regards Michal Gajda Warsaw University student
