#1078: Using X11 through ffi on windows does not work
-----------------------------+----------------------------------------------
 Reporter:  Azmo             |          Owner:         
     Type:  bug              |         Status:  closed 
 Priority:  high             |      Milestone:         
Component:  Compiler         |        Version:  6.6    
 Severity:  blocker          |     Resolution:  wontfix
 Keywords:  X11 ffi windows  |     Difficulty:  Unknown
 Testcase:                   |   Architecture:  Unknown
       Os:  Windows          |  
-----------------------------+----------------------------------------------
Changes (by simonmar):

  * resolution:  => wontfix
  * status:  new => closed

Comment:

 I don't think this can possibly work.  You can't link to the Cygwin X11
 libraries, because GHC on Windows does not produce Cygwin executables -
 see #1071.

 The partial Haskell/C solution ''might'' work, but you'll probably need to
 use Cygwin's gcc to compile the C file and to link the final executable.
 You might need to put the Haskell code in a DLL, I'm not sure.

 I'm going to close this bug, since we already have a feature request
 (#1071).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1078>
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

Reply via email to