Re: Bus error (core dumped)

1997-04-08 Thread Simon L Peyton Jones
Ralf Thanks for identifying this bug. Our test suite didn't have a program with duplicate "main" definitions. (It does now!) Workaround: don't duplicate top level defns. It'll work in the 2.02-patched release. Simon | From: Ralf Hinze <[EMAIL PROTECTED]> | Date: Mon, 7 Apr 1997 11:04:38 +0

Re: Space leak

1997-04-08 Thread Simon L Peyton Jones
| I need some expert help on a program of mine. The program benchmarks | several implementations of functional priority queues. Basically, it | evaluates different expressions using different implementations of | priority queues: binary heaps, Braun heaps, pairing heap, leftist heaps | etc. I th

Space leak

1997-04-08 Thread Ralf Hinze
Dear GHC-Freaks, I need some expert help on a program of mine. The program benchmarks several implementations of functional priority queues. Basically, it evaluates different expressions using different implementations of priority queues: binary heaps, Braun heaps, pairing heap, leftist heaps etc

2.02 can't link with -prof on sparc-sunos4

1997-04-08 Thread Julian Seward
I can't link even the tinest of programs (eg hello world) compiling with ghc2.02 on sparc-sunos4. Am I doing something wrong? A transcript follows. I had a snoop around the libraries, and found that most of the undefined symbols are referenced from libHSrts_p.a, FWIW. J shoval:~/Haskell/Sr

Re: Instalation errors with 2.02 in linux

1997-04-08 Thread Sigbjorn Finne
Roman Garcia writes: > Hi, > > I'm running a linux box (kernel 2.0.27, Slackware distribution 3.0). > I have installed sucessfully ghc 0.29, but I can't to install 2.02, due > that it misspell the directories (it adds an period in the middle). > Thanks in advance. Roman. > Sigh, the `mkdirhie

Re: Profiling error on -hD

1997-04-08 Thread Sigbjorn Finne
Jon Mountjoy writes: > Hello People, > > The -hD profile on ghc-2.02 seems to break the hp2ps. The other > profiles seem to work. I suspect it is because somewhere (on line 14) > the words "FOREIGN OBJ" are outputted instead of "ForeignObj", because > if I hack the former with the latter it s