Re: [GHC] #110: Cygwin binaries

2009-12-09 Thread GHC
#110: Cygwin binaries
--+-
  Reporter:  fizzgig  |  Owner:  
  Type:  feature request  | Status:  new 
  Priority:  normal   |  Milestone:  _|_ 
 Component:  None |Version:  None
Resolution:  None |   Keywords:  
Difficulty:  Unknown  | Os:  Windows 
  Testcase:  N/A  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown |  
--+-
Comment (by jaalto):

 For more information about the Cygwin compilation can be found at bug
 http://hackage.haskell.org/trac/ghc/ticket/3740

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/110#comment:8
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #110: Cygwin binaries

2009-11-17 Thread GHC
#110: Cygwin binaries
--+-
  Reporter:  fizzgig  |  Owner:  
  Type:  feature request  | Status:  new 
  Priority:  normal   |  Milestone:  _|_ 
 Component:  None |Version:  None
Resolution:  None |   Keywords:  
Difficulty:  Unknown  | Os:  Windows 
  Testcase:  N/A  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown |  
--+-
Changes (by yairchu):

  * failure:  = None/Unknown
  * os:  Unknown/Multiple = Windows

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/110#comment:7
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #110: Cygwin binaries

2009-07-17 Thread GHC
#110: Cygwin binaries
-+--
Reporter:  fizzgig   |Owner:  
Type:  feature request   |   Status:  new 
Priority:  normal|Milestone:  _|_ 
   Component:  None  |  Version:  None
Severity:  minor |   Resolution:  None
Keywords:|   Difficulty:  Unknown 
Testcase:  N/A   |   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * status:  assigned = new
  * owner:  nobody =

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/110#comment:6
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #110: Cygwin binaries

2007-01-23 Thread GHC
#110: Cygwin binaries
-+--
 Reporter:  fizzgig  |  Owner:  nobody  
 Type:  feature request  | Status:  assigned
 Priority:  normal   |  Milestone:  _|_ 
Component:  None |Version:  None
 Severity:  minor| Resolution:  None
 Keywords:   | Difficulty:  Unknown 
 Testcase:  N/A  |   Architecture:  Unknown 
   Os:  Unknown  |  
-+--
Changes (by igloo):

  * milestone:  = _|_

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/110
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


GHC on Cygwin

2002-06-14 Thread Koen Claessen

Dear Simon, Simon and Sigbjorn,

I have finnaly managed to go through a complete make
session without any errors! (There is a caveat: see end of
mail).

Some comments: In the end, it worked out-of-the-box. But it
only did that after I had installed and reinstalled out of
the necessary tools and libraries.

The configure scripts complains about some of these, but not
all. In particular, the following things I had to find out
myself (well, you guys figured it out for me):

  * I was using the wrong version of GHC, (mingw instead of
cygwin),

  * I was using the wrong version of the readline libraries,

  * I was using the wrong version of GHC when I tried to
compile GHCi.

Each of these problems could have easily been flagged by the
configure program, avoiding a lot of problems on my side
(and your side).

However, ghci crashes at start up time! I get the following
behavior:


[lap/bin] -: ./ghci
   ___ ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |  GHC Interactive, version 5.03, for Haskell 98.
/ /_\\/ __  / /___| |  http://www.haskell.org/ghc/
\/\/ /_/\/|_|  Type :? for help.

Loading package base ... linking ...
/d/Work/Packages/Ghc/Install/lib/ghc-5.03/HSbase_cbits.o:
unknown symbol `_sigaddset'
ghc-5.03: panic! (the `impossible' happened, GHC version
5.03):
can't load package `base'

Please report it as a compiler bug to
[EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.


What to do?
/Koen.

___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



Re: GHC on Cygwin

2002-06-14 Thread Sigbjorn Finne


Koen Claessen [EMAIL PROTECTED] writes:

...
 
 However, ghci crashes at start up time! I get the following
 behavior:
 
 
 [lap/bin] -: ./ghci
...
 
 Loading package base ... linking ...
 /d/Work/Packages/Ghc/Install/lib/ghc-5.03/HSbase_cbits.o:
 unknown symbol `_sigaddset'
 ghc-5.03: panic! (the `impossible' happened, GHC version
 5.03):
 can't load package `base'
 
...
 
 What to do?

I fixed the source of this one last week, so make sure the
compiler you're using to _build_ GHCi has got
an up-to-date version of ghc/rts/Linker.c

Once you do, you need to rebuild its ghc/rts, followed by
a re-link of the ghc executable that's invoked in the above.

--sigbjorn


___
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs



ghc-4.03/cygwin catch-33.

1999-09-29 Thread Alex Ferguson


Program won't compile in default max heap;

-H objects that I should instead use -M, to raise same;

-M isn't a recognised option.


Fixing any one of these would do. ;-)  (If it's fixed in 4.04 or 4.05,
extra credit for a binary build:  I've just about maxed out on Windows
tinkering for the week (and it's only Tuesday)...)

(Incidentally, it's falling over on the simplifier, on a very non-complex
module, which seems odd.  (One huge datavalue, basically.)  Traditionally,
though, when this is a problem, tweaking simplifier flags to help just
means it falls over on code-gen instead.)

Cheers,
Alex.



RE: ghc-4.03/cygwin catch-33.

1999-09-29 Thread Frank A. Christoph

 Program won't compile in default max heap;
 
 -H objects that I should instead use -M, to raise same;
 
 -M isn't a recognised option.

Have you tried -optCrts-M?

--FC