profiling again. (3.02 this time.)

1999-01-15 Thread fis
Thanks for your tips, I finally got the compiler running with profiling switched on (the 3.02 i386-unknown-linux binaries). But when I run my code with `+RTS -pT -RTS', the there is still something wrong with the profiler. Programs that run longer than about no time at all are killed with the f

Re: ghc 4.01 solaris binary dist: bus error on Hello World!

1999-01-15 Thread Tommy Thorn
Olaf Chitil wrote/a ecrit/skrev: > Do you use gcc 2.8.1? Under Solaris 2 ghc doesn't work with that version. > However, it works with gcc 2.7.2. If you have that under the name gcc-2.7.2 you > can ask ghc to call this version instead of gcc by writing: > > ghc -pgmcgcc-2.7.2 -o Test Test.hs That

Re: ghc 4.01 solaris binary dist: bus error on Hello World!

1999-01-15 Thread Olaf Chitil
> I just fetched the ghc-4.01-sparc-sun-solaris2.tar.gz binary > distribution, unpackaged, configured (./configure > --prefix=/udd/lande), tested: > > 16:31 /tmp/test; cat Main.hs > main = do putStrLn "Hello World\n"; > 16:31 /tmp/test; ghc -c Main.hs > ghc: module version changed to 1; r

Linking ghc binaries

1999-01-15 Thread Sven Panne
Using our "old" GHC-4.01 with the libc6-based SuSE 6.0 Linux distribution made some trouble. In contrast to their web pages, SuSE Linux 6.0 uses egcs-2.91.60 instead of gcc-2.7.2.3. But using egcs as the C compiler for ghc does not work on Linux, some binaries work, others core dump. This can be c

ghc 4.01 solaris binary dist: bus error on Hello World!

1999-01-15 Thread Tommy Thorn
Hi, I just fetched the ghc-4.01-sparc-sun-solaris2.tar.gz binary distribution, unpackaged, configured (./configure --prefix=/udd/lande), tested: 16:31 /tmp/test; cat Main.hs main = do putStrLn "Hello World\n"; 16:31 /tmp/test; ghc -c Main.hs ghc: module version changed to 1; reason: no o