[GHC] #13113: Runtime linker errors with CSFML on Windows

GHC ghc-devs at haskell.org
Sat Jan 14 15:27:45 UTC 2017


#13113: Runtime linker errors with CSFML on Windows
-------------------------------------+-------------------------------------
        Reporter:  RyanGlScott       |                Owner:  Phyx-
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Runtime System    |              Version:  8.0.2
  (Linker)                           |
      Resolution:                    |             Keywords:
Operating System:  Windows           |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  GHCi crash        |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #13093            |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by Phyx-):

 * owner:   => Phyx-
 * related:   => #13093


Comment:

 This works in my local tree with changes I haven't put up for review yet

 {{{
 $ echo main | ../inplace/bin/ghc-stage2.exe --interactive -L/mingw64/lib
 -lcsfml-graphics ../SFML.hs
 GHCi, version 8.1.20170102: http://www.haskell.org/ghc/  :? for help
 [1 of 1] Compiling Main             ( ..\SFML.hs, interpreted )
 Ok, modules loaded: Main.
 *Main> ----------------------
 CircleShape 0x00000000062fa130
 CircleShape 0x00000000062faa60
 ----------------------
 *Main> Leaving GHCi.
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13113#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list