Hi,
I was able to install on the SGI using binary files, the problem
with the makefile was corrected by adding tabs. It seems that the
installation completed as it should, but when I try to run a simple
hello world program, I get errors. Here is what I am getting when
compiling using the -v option:
The Glorious Glasgow Haskell Compilation System, version 2.10, patchlevel
0
Effective command line: -v -o /sseal/home/mlujan/haskell/hello
Ineffective C pre-processor:
echo '{-# LINE 1 "/sseal/home/mlujan/haskell/main.hs" -}' >
/tmp/ghc5111
85.cpp && cat /sseal/home/mlujan/haskell/main.hs >> /tmp/ghc511185.cpp
real 0m0.00s
user 0m0.00s
sys 0m0.00s
ghc:compile:Output file /sseal/home/mlujan/haskell/main.o doesn't exist
ghc:compile:Interface file /sseal/home/mlujan/haskell/main.hi doesn't
exist
ghc:recompile:Input file /sseal/home/mlujan/haskell/main.hs newer than
/sseal/ho
me/mlujan/haskell/main.o
Haskell compiler:
/sseal/home/mlujan/haskell/lib/ghc-2.10/hsc ,-W
,/tmp/ghc511185.cpp -fi
gnore-interface-pragmas -fomit-interface-pragmas -fsimplify [
-ffloat-lets-expo
sing-whnf -ffloat-primops-ok -fcase-of-case -fdo-case-elim -freuse-con
-fpedanti
c-bottoms -fsimpl-uf-use-threshold3 -fmax-simplifier-iterations4 ]
-fwarn-ove
rlapping-patterns -fwarn-missing-methods -fwarn-duplicate-exports
-himap=.%.hi:/
sseal/home/mlujan/haskell/lib/ghc-2.10/imports%.hi -v
-hifile=/tmp/ghc511185.h
i -C=/tmp/ghc511185.hc +RTS -H6000000 -K1000000
Glasgow Haskell Compiler, version 2.10, for Haskell 1.4
headFS: empty FS:
real 0m0.41s
user 0m0.03s
sys 0m0.04s
deleting... /tmp/ghc511185.cpp /tmp/ghc511185.hi /tmp/ghc511185.hc
rm -f /tmp/ghc511185*
I would again appreciate any insight that anyone has.
Thank you,
Michelle