#3794: Compiling a main program yields: /usr/bin/ld: cannot find -lHSrtsmain
------------------------------------+---------------------------------------
Reporter: guest | Owner: igloo
Type: bug | Status: closed
Priority: normal | Milestone: 6.12.2
Component: Build System | Version: 6.12.1
Resolution: fixed | Keywords:
Difficulty: | Os: Linux
Testcase: | Architecture: x86
Failure: Installing GHC failed |
------------------------------------+---------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
OK, I still can't reproduce it (I think your umask must be getting changed
when you sudo), but I think I see the problem: We were installing the
files with `cp`, rather than `install -m ...`. Fixed by:
{{{
Tue Jan 19 23:26:23 GMT 2010 Ian Lynagh <[email protected]>
* Change how RTS libraries get installed; fixes trac #3794
}}}
in HEAD and 6.12.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3794#comment:4>
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