Re: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-10 Thread Thorkil Naur
Hello, On Tuesday 08 January 2008 15:07, Christian Maeder wrote: Hi, I've succeeded in building a binary distribution that uses static libraries for gmp and readline. libreadline.a, libncurses.a and libgmp.a with corresponding header files are included. (For license issues ask someone

Re[2]: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-10 Thread Bulat Ziganshin
Hello Thorkil, Thursday, January 10, 2008, 11:24:16 AM, you wrote: I've succeeded in building a binary distribution that uses static libraries for gmp and readline. GMP is distributed under the GNU LGPL. This license makes the library free to Readline is free software, distributed under the

RE: problem with GHC installaion on x86_64

2008-01-10 Thread Simon Peyton-Jones
This is a fixed bug http://hackage.haskell.org/trac/ghc/ticket/2011 However I hadn't realised that it's in 6.8.2; I thought we'd fixed it prior to the 6.8.2 release. The workaround is simple: do a make clean. (That's why our tests didn't pick it up; they all start from clean.)

Re: Re[2]: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-10 Thread Yitzchak Gale
Thorkil Naur wrote: Readline is free software, distributed under the terms of the GNU General Public License, version 2. Bulat Ziganshin wrote: in short, that means that software compiled with this compiler AND distributed to general audience, should have GPL-compatible license (i.e. GPL or

Re[4]: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-10 Thread Bulat Ziganshin
Hello Yitzchak, Thursday, January 10, 2008, 1:06:12 PM, you wrote: Readline is free software, distributed under the terms of the GNU General Public License, version 2. in short, that means that software compiled with this compiler AND distributed to general audience, should have

Re: Re[4]: bindist for Intel MacOS X 10.4 (Tiger) with static libs

2008-01-10 Thread Yitzchak Gale
Bulat Ziganshin wrote: in short, that means that software compiled with this compiler AND distributed to general audience, should have GPL-compatible license (i.e. GPL or BSD-like) (as far as i understand GPL/LGPL terms) Any software compiled with this compiler, or only software that uses

Re: Problem building on NetBSD Alpha - Dynamic link dependency?

2008-01-10 Thread Matthias Kilian
On Wed, Jan 09, 2008 at 10:41:23PM +, jim burton wrote: Thanks for that, the configure script gets to the end with that help. Following the instructions at http://hackage.haskell.org/trac/ghc/wiki/Building/Porting#PortingGHCtoanewplatform , I then try to make includes but get a big stream