DriverMkDepend crashes for bad import paths (bug report + patch)

2001-04-26 Thread fis
This is a cosmetic bug related to path errors. I have a module that imports a non-existing module, and run ghc on it providing a non-existing path. I am using ghc-5.00 checked out yesterday from anoncvs and compiled without any special fine tuning. Compilation works:

Compiling tuned binary of ghc-5.00 fails with internal error.

2001-04-20 Thread fis
: == 0|40 fis@pannu (/l/fis/build/ghc-5.00/mk) $ diff config.mk{-orig,} 160c160 GhcHcOpts=-O -Rghc-timing --- GhcHcOpts=-H180M -O2 -fvia-C -O2-for-C -funbox-strict-fields -fignore-asserts -funfolding-update-in-place -funfolding-use-threshold24

Re: Compiling tuned binary of ghc-5.00 fails with internal error.

2001-04-20 Thread fis
it... (-: m. == /l/fis/opt/dev/lang/haskell/ghc-5.00/bin/ghc -ldl -DGHCI -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser

[Q] bootstrapping ghc on netbsd

2001-04-05 Thread fis
Dear all, QUESTION: Is there an easy way of keeping ghc-4.08.2 from using any assembler code when compiling it from .hc files + sources? DETAILS: Why do I want to do this? gmp-2.0.2 has some problems compiling on netbsd machines that can be solved by hiding all assembler code from the

[Q] Need help installing ghc on NetBSD

2001-03-30 Thread fis
me... (-: thanks a lot, Matthias ===- when I run ghc on Main.hs (a simple hello world), this happens: === cd /u/fis/tmp/ rm -f *.o *.hi

[Q] Need help installing ghc on NetBSD

2001-03-30 Thread fis
-exts -fvia-C -Rghc-timing -O -package-name std -static -split-objs -c -o Array.o -osuf o C compiler: gcc -v -DDONT_WANT_WIN32_DLL_SUPPORT -S -Wimplicit -DUSE_SPLIT_MARKERS -DUSE_SPLIT_MARKERS -O -DSTOLEN_X86_REGS=4 -fomit-frame-pointer -fno-defer-pop -I. -I/usr/lu/fis/ghc-4.08.2/ghc

[Q] Need help installing ghc on NetBSD

2001-03-30 Thread fis
: | | ==fptools== gmake all - --no-print-directory -r; | in /usr/lu/fis/build/fptools/hslibs/lang/cbits | | gcc -O -I/usr/lu/fis/build/fptools/ghc

make CVS:/fptools/ghc/ on Linux fails since Friday

2001-03-11 Thread fis
Error message: == make[1]: Circular main/TmpFiles.o - main/DriverUtil.hi dependency dropped. ghc -ldl -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser

How do I force evaluation?

2001-03-11 Thread fis
Hi, I want to do something like: | main = do | monstrousDataStructure - monstrousComputation | hPutStr stderr "success!" | ... The important point is that I want to make sure that the computation has terminated and not failed before I go to `...'. I have tried |

green-card in cvs does not compile [low priority]

2001-03-08 Thread fis
strikes me as unlikely, though). enjoy, Matthias make[1]: Entering directory `/home/fis/src/cvs/fptools/green-card' [everything goes smoothly here

greencard example does not compile

1999-04-16 Thread fis
Hi, I am playing with greencard a little bit and failed to compile the examples in the documentation. I am using ghc-4.01 (4-02 refuses to compile greencard) and GNU CPP version 2.8.1 (i386 GNU/Linux with ELF). We I make ghc eat the following code (in module Main with a trivial main

[q] locating run-time errors in the source code

1999-03-29 Thread fis
Informatik [EMAIL PROTECTED] http://www.mpi-sb.mpg.de/~fis

Re: Q: Efficiency of Array Implementation

1999-02-19 Thread fis
-- Max-Planck-Institut für Informatik | DFKI [EMAIL PROTECTED] | [EMAIL PROTECTED] http://www.mpi-sb.mpg.de/~fis |

bad module names cause panic.

1999-01-24 Thread fis
PROTECTED] |[EMAIL PROTECTED] http://www.mpi-sb.mpg.de/~fis |

could not compile 4.00 on ultra-sparc

1998-11-04 Thread fis
to have browsed through a discussion about similar problems on solaris in 3.02. thanks a lot, /matthias -- Max-Planck-Institut für Informatik | Deutsches Forschungszentrum für KI [EMAIL PROTECTED] |[EMAIL PROTECTED] http://www.mpi-sb.mpg.de/~fis |

empty Arrays

1998-07-04 Thread fis
? Did I miss the point, and it's actually easy to create empty Arrays? Thanks, Matthias -- Max-Planck-Institut für Informatik | Deutsches Forschungszentrum für KI [EMAIL PROTECTED] |[EMAIL PROTECTED] http://www.mpi-sb.mpg.de/~fis |

pretty printing with pphs and without

1998-07-02 Thread fis
-sb.mpg.de/~fis |

compilation of ghc3.02 fails on sparc

1998-06-12 Thread fis
Hi all, When I 'make all' the current source tree, I get the following bus error: ==fptools== make all --no-print-directory -r; in /HG/diplom/fis/src/haskell/fptools/ghc/lib/std