Hi is the mingw-2000-1.tar.gz still needed? How do I install it with the
actual cygwin (just downloaded)?
I put it in the ../latest/mingw/ directory but can not chose it in the
installation program.
Any help appreciated.
Thanks,
Andreas
___
Glasgow
It cycles throug 2 alternatives: "20010130-1" and "20001225-1".
Even the choices what to downlod is to this mingw packages restricted.
So I see only two alternatives:
1.) Use 20010130-1 or 20001225-1
2.) Use an older cygwin
I have not found an old cygwin1.1 at http://sources.redhat.com/cygwin/.
I have some question relating the intsallation of ghc-4.08x on a WinNT/cygwin
system.
In the installation instruction is under 2.2.2.1 paragraph "Here's how to
install Cygwin" written:
After installation, start up a Cygwin shell and issue the following
command:
mount -
Hallo everybody!
When installing ghc-4.08.2 (onWinNT) as described in the installation
instructions under c:, I couldn't get ghc to run.
It invoked the C-preprozessor and stoped after cleaning.
When I unmount c:, it works fine. (If I install cygwin and dont mount c: to /
it works fine too.)
B
Hallo!
I just run "ghc -c -v Main.hs 2>&1| tee withMount.log" while c: was mounted at
/ and "ghc -c -v Main.hs 2>&1| tee withoutMount.log" after unmounting it.
I attached both Files.
because cygwin complains about a missing /tmp after mounting c: to / I have a
c:\tmp directory but ghc uses c:\T
Hallo!
I need to change the maximum heap to run a program. I know that I can call my
program with
the -M option (e.g. myProgram +RTS -M120m -RTS).
But in section 3.12.4 of the user guide are some hooks named, which allow one
to change
different defaults. Unfortunatly I didn't find a Hook that
Hallo!
The module Array exports module Ix (Haskell 98 Library Report). The module
IArray doesn't export Ix (jet?).
I think a pack and unpack function to convert between IArray ix be and UArray
ix ube via 'amap pack/unpack'
would be useful. (Or am I just missing the conversion function and it is
Hallo!
Is it possible to give a context, so that a function can have a signature which
combines
foo :: (Ix i) => Array i a -> Array i aand
foo :: (Ix i) => UArray i a -> Uarray i a ?
at the moment I have a lot of functions foo and fooU which have the same body
but
differ