On Fri, Jan 11, 2008 at 11:06:57AM +, Jim Burton wrote:
> In file included from Stg.h:150,
> from Rts.h:19,
> from mkDerivedConstants.c:23:
> Regs.h:30:45: gmp.h: No such file or directory
For a starter, look at http://hackage.haskell.org/trac/ghc/ticket/2009
On Fri, Jan 11, 2008 at 09:32:20AM -0800, Don Stewart wrote:
> > I have just built and installed ghc-6.8.2 on my linux box but I can't find
> > the network package. Has it been moved or left out?
>
> It's not installed by default. You can find it on hackage.haskell.org,
>
> http://hackage.has
On Fri, Jan 11, 2008 at 06:07:35PM +0100, Ferenc Wagner wrote:
> Ian Lynagh <[EMAIL PROTECTED]> writes:
>
> > On Tue, Jan 08, 2008 at 11:23:59AM +0100, Wagner Ferenc wrote:
> >
> >> Ian uploaded 6.8.2 the day before yesterday... Maybe when he's
> >> finished with this work, a rebuild on Etch won
cmb21:
> Hi,
>
> I have just built and installed ghc-6.8.2 on my linux box but I can't find
> the network package. Has it been moved or left out?
It's not installed by default. You can find it on hackage.haskell.org,
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/network-2.1.0.0
Ian Lynagh <[EMAIL PROTECTED]> writes:
> On Tue, Jan 08, 2008 at 11:23:59AM +0100, Wagner Ferenc wrote:
>
>> Ian uploaded 6.8.2 the day before yesterday... Maybe when he's
>> finished with this work, a rebuild on Etch won't be too difficult.
>
> I do plan to do this at some point, but it's not i
Hello Christian,
Friday, January 11, 2008, 4:10:36 PM, you wrote:
> Does adding -optl-Xlinker help you?
> ghc --make Hello.hs -fforce-recomp -optl-Xlinker -optl--strip-all
thank you - it works!
--
Best regards,
Bulatmailto:[EMAIL PROTECTED]
__
On Tue, Jan 08, 2008 at 11:23:59AM +0100, Wagner Ferenc wrote:
> "Ravi Nanavati" <[EMAIL PROTECTED]> writes:
>
> > Well... I built some (not all) of the 6.8.2-related packages in
> > Haskell Unsafe on etch.
>
> Ian uploaded 6.8.2 the day before
> yesterday... Maybe when he's finished with this w
Thanks! The clean rebuild worked.
Di, Yu
1.11
- Original Message
From: Simon Peyton-Jones <[EMAIL PROTECTED]>
To: Yu Di <[EMAIL PROTECTED]>; Bryan O'Sullivan <[EMAIL PROTECTED]>
Cc: "glasgow-haskell-users@haskell.org"
Sent: Thursday, January 10, 2008 3:18:39 AM
Subject: RE: problem with
Bulat Ziganshin wrote:
> Hello GHC,
>
> sorry, i'm still user of 6.6.1 version
>
> the following command: ghc --make -optl-s
>
> strips the executable while the following command
>
> ghc --make -optl--strip-all
>
> has no effect. i made some experiments and it seems that options
> st
Hi,
I have just built and installed ghc-6.8.2 on my linux box but I can't find
the network package. Has it been moved or left out?
Kind regards,
Chris.
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailm
Hello GHC,
sorry, i'm still user of 6.6.1 version
the following command: ghc --make -optl-s
strips the executable while the following command
ghc --make -optl--strip-all
has no effect. i made some experiments and it seems that options
starting with "--" are not sent to ld at all (you
"man ld" on Tiger says:
-macosx_version_min version
This overrides the MACOSX_DEPLOYMENT_TARGET environment variable
(see below). Unlike other linker options, this one may be spec-
ified multiple times; only the last occurrence is effective.
The following environment variable is used
Thanks Kili. I'm afraid I need rather a lot of hand-holding with this
and immediately run into the next problem
[EMAIL PROTECTED]:jim/ghc-6.8.2/includes$ gmake
Creating ghcautoconf.h...
Done.
gcc -O -I/arpa/j/jim/ghc-6.8.2/includes
-I/arpa/j/jim/ghc-6.8.2/libraries/base/include
-I/arpa/j/jim/ghc-6
setting
MACOSX_DEPLOYMENT_TARGET=10.4
or
MACOSX_DEPLOYMENT_TARGET=10.3
on an Intel Leopard produced binaries executable on Intel Tigers (we
have no Intel Panther, though)
Without MACOSX_DEPLOYMENT_TARGET binaries from Leopard yield "Bus Error"
on Tiger.
The binary was built using my own bina
14 matches
Mail list logo