#993: threaded RTS under pc-solaris does not work
---------------------------+------------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.6
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: x86
Os: Solaris |
---------------------------+------------------------------------------------
Comment (by [EMAIL PROTECTED]):
It is sufficient to comment out "-threaded" in compiler/Makefile.ghcbin.
The working stage2 compiler behaves as follows:
{{{
-bash-3.1$ compiler/stage2/ghc-inplace --make -threaded hello.hs
[1 of 1] Compiling Main ( hello.hs, hello.o )
Linking hello ...
-bash-3.1$ ./hello
hello
Illegal Instruction
-bash-3.1$ rm hello
-bash-3.1$ compiler/stage2/ghc-inplace --make hello.hs
Linking hello ...
-bash-3.1$ ./hello
hello
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/993>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs