Bugs item #1175451, was opened at 2005-04-02 17:51 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1175451&group_id=8032
Category: Compiler Group: 6.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ghc does not work as advertized in 11.5.1. Linking with DLLs Initial Comment: -- meta-comments: -- why no field for platform on this sf form? -- and why so few chars per line? $ uname -a CYGWIN_98-4.10 vaio 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin $ cat >hello.hs module Main where main = putStrLn "hi" $ ghc -o hello hello.hs $ ls -l hello.exe -rwxr-xr-x 1 unknown mkgroup 462725 Apr 2 18:41 hello.exe ------- according to 11.5.1 in http://www.haskell.org/ghc/docs/latest/html/users_guide/ win32-dlls.html the size should be more like 46xx than 46xxxx [EMAIL PROTECTED] ---------------------------------------------------------------------- >Comment By: Simon Marlow (simonmar) Date: 2005-04-04 10:56 Message: Logged In: YES user_id=48280 Thanks, documentation fixed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1175451&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
