Re: [GHC] #964: Cross Compile and Universal Binary

2011-02-10 Thread GHC
#964: Cross Compile and Universal Binary
+---
Reporter:  shelarcy@…   |Owner: 
   
Type:  feature request  |   Status:  new
   
Priority:  normal   |Milestone:  _|_
   
   Component:  Compiler |  Version:  6.6
   
Keywords:   | Testcase:  N/A
   
   Blockedby:   |   Difficulty:  Project (more 
than a week)
  Os:  MacOS X  | Blocking: 
   
Architecture:  Unknown/Multiple |  Failure:  None/Unknown   
   
+---
Changes (by dankna):

 * cc: dankna@… (added)


-- 
Ticket URL: 
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] #964: Cross Compile and Universal Binary

2010-01-14 Thread GHC
#964: Cross Compile and Universal Binary
+---
Reporter:  shela...@…   |Owner: 
   
Type:  feature request  |   Status:  new
   
Priority:  normal   |Milestone:  _|_
   
   Component:  Compiler |  Version:  6.6
   
Keywords:   |   Difficulty:  Project (more 
than a week)
  Os:  MacOS X  | Testcase:  N/A
   
Architecture:  Unknown/Multiple |  Failure:  None/Unknown   
   
+---
Changes (by igloo):

  * failure:  => None/Unknown


Comment:

 See also #3814.

-- 
Ticket URL: 
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] #964: Cross Compile and Universal Binary

2009-07-16 Thread GHC
#964: Cross Compile and Universal Binary
+---
Reporter:  shela...@capella.freemail.ne.jp  |Owner: 
   
Type:  feature request  |   Status:  new
   
Priority:  normal   |Milestone:  _|_
   
   Component:  Compiler |  Version:  6.6
   
Severity:  critical |   Resolution: 
   
Keywords:   |   Difficulty:  Project (> 1 
week)
Testcase:  N/A  |   Os:  MacOS X
   
Architecture:  Unknown/Multiple |  
+---
Comment (by jsnow):

 Let me just say "me too".  I'd like to at least be able to cross-compile
 from x86 to x86-64 and vice versa.

-- 
Ticket URL: 
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] #964: Cross Compile and Universal Binary

2007-09-10 Thread GHC
#964: Cross Compile and Universal Binary
+---
Reporter:  [EMAIL PROTECTED]  |Owner:
Type:  feature request  |   Status:  new
   
Priority:  normal   |Milestone:  _|_
   
   Component:  Compiler |  Version:  6.6
   
Severity:  critical |   Resolution: 
   
Keywords:   |   Difficulty:  Project (> 1 
week)
  Os:  MacOS X  | Testcase:  N/A
   
Architecture:  Multiple |  
+---
Comment (by igloo):

 See also #872, #1540

-- 
Ticket URL: 
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] #964: Cross Compile and Universal Binary

2007-01-23 Thread GHC
#964: Cross Compile and Universal Binary
-+--
 Reporter:  [EMAIL PROTECTED]  |  Owner:
 Type:  feature request  | Status:  new 
  
 Priority:  normal   |  Milestone:  _|_ 
  
Component:  Compiler |Version:  6.6 
  
 Severity:  critical | Resolution:  
  
 Keywords:   | Difficulty:  Project (> 1 
week)
 Testcase:  N/A  |   Architecture:  Multiple
  
   Os:  MacOS X  |  
-+--
Changes (by igloo):

  * milestone:  => _|_

-- 
Ticket URL: 
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] #964: Cross Compile and Universal Binary

2006-11-12 Thread GHC
#964: Cross Compile and Universal Binary
-+--
 Reporter:  [EMAIL PROTECTED]  |  Owner:
 Type:  feature request  | Status:  new 
  
 Priority:  normal   |  Milestone:  
  
Component:  Compiler |Version:  6.6 
  
 Severity:  critical | Resolution:  
  
 Keywords:   | Difficulty:  Project (> 1 
week)
 Testcase:  N/A  |   Architecture:  Multiple
  
   Os:  MacOS X  |  
-+--
Changes (by igloo):

  * testcase:  => N/A

-- 
Ticket URL: 
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] #964: Cross Compile and Universal Binary

2006-10-24 Thread GHC
#964: Cross Compile and Universal Binary
+---
Reporter:  [EMAIL PROTECTED]  |   Owner: 
Type:  feature request  |  Status:  new
Priority:  normal   |   Milestone: 
   Component:  Compiler | Version:  6.6
Severity:  critical |Keywords: 
  Difficulty:  Project (> 1 week)   |Testcase: 
Architecture:  Multiple |  Os:  MacOS X
+---
GHC supports both PowerPC and Intel Mac. And GHC site provides both
 version.
 But it seems that there is no cross compiling feature and Universal Binary
 now.

 If someone want to build Haskell application as Universal Binary:
  * first he must build Power PC and Intel Mac's binary separately,
  * then merge two binary using lipo command by hand.

 
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/lipo.1.html

 And if someone want to build Universal Binary, he must have both machine.

 It's not good.


 This problem is critical for not only Haskell Application, but also a few
 Library.

 wxHaskell project supplies binary package, that is good for newbie. And it
 provides make dist command that can build binary package easyly.

 But If GHC doesn't support cross compile and Universal binary, it makes
 hard task that caused by above problems although dependencies has
 Universal Binary Support.

 So I request the feature:
  * support cross compile
  * provide GHC (core and extra) libraries as Universal Binary
  * and Cabal supports to build Universal Binary
 under Mac OS X platform.

 There are useful information to support Universal Binary.

 
http://developer.apple.com/documentation/MacOSX/Conceptual/universal_binary/index.html
 http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Mac_OS_X

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