Re: problem setting up GHC on Win32

1999-03-27 Thread Michael V. Nikolaev
Try to create /tmp from Windows environment, not from cygwin bash shell. Regards, Michael -Original Message- From: Dion McMurtrie <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 27 aadaciy 1999 d. 17:13 Subject: problem setting up GHC on Win32 >I'm having trouble se

problem setting up GHC on Win32

1999-03-27 Thread Dion McMurtrie
I'm having trouble setting up GHC on Win32. I can install the cygwin B20 software and run it. As soon as I run it it complains that - bash.exe: warning: could not find /tmp, please create! BASH.EXE-2.02$ If I try to make the /tmp directory by typing "mkdir -p /tmp" or "mkdir /tmp" I get the er

Sample code in User's Guide makes ghc "panic!"

1999-03-27 Thread Nobuo Yamashita
(1) My environment % uname -a Linux nob 2.0.36 #6 Mon Mar 22 17:21:10 JST 1999 i686 unknown (2) My gcc % gcc --version 2.7.2.3 (3) My code (is almost the same one in "The Glasgow Haskell Compiler User's Guide, Version 4.02" p51 section 5.4.1) % cat OldGetEnv.lhs > module OldGetEnv (oldGetEnv