Re: Problem with assembler on Digital UNIX

1997-12-01 Thread Alex Ferguson
Hi, Alex. Your problem sounds not entirely dissimiliar to one I encountered with ghc-2.08 on Digital UNIX V4.0B, though I'm not sure it's exactly the same -- see ghc-bugs, _passim_. ;-) Anyway, we are now trying to compile the GHC with -fvia-C. That's what worked for me. In fact, I only had

Re: Problem with assembler on Digital UNIX

1997-12-01 Thread Sigbjorn Finne
Alessandro Vernet writes: We are trying to compile GHC 2.09 on our Digital UNIX 4.0b systems. We had no problem with GHC itself, but rather with the Digital assembler. When compiling "huge" files, our assembler crashes with a segmentation fault. We could solve this problem by spliting one

Problem with assembler on Digital UNIX

1997-12-01 Thread Alessandro Vernet
We are trying to compile GHC 2.09 on our Digital UNIX 4.0b systems. We had no problem with GHC itself, but rather with the Digital assembler. When compiling "huge" files, our assembler crashes with a segmentation fault. We could solve this problem by spliting one "huge" Haskell file into two