Re: Unreg/registerised hc booting success

2003-09-02 Thread Ian Lynagh
On Wed, Sep 03, 2003 at 12:39:33PM +1000, Donald Bruce Stewart wrote: > > $ ghc/ghc-6.0.1/ghc/compiler/ghc-inplace > ghc-6.0.1: no input files > Usage: For basic information, try the `--help' option. > > $ ghc/ghc-6.0.1/ghc/compiler/ghc-inplace hello.hs > he

Re: Unreg/registerised hc booting success

2003-09-02 Thread Donald Bruce Stewart
dons: > simonmar: > > Thanks for all this. I recently went through the unregisterised > > bootstrap process myself (for amd64), and I've written some detailed > > instructions in the Building Guide - you might want to take a look and > > see if you have anything to add. > >

I need your response

2003-09-02 Thread Makam Somo
Dear Sir, I am Dr. Makam Somo, a native of Cape Town in South Africa and I am an Executive Accountant with the South Africa Department of Mining & Energy Resources. First and foremost, I apologized using this medium to reach you for a transaction/business of this magnitude, but this is due to Co

RE: Profiling Optimised Code

2003-09-02 Thread Simon Peyton-Jones
Did anyone reply to this? It's an open bug http://sourceforge.net/tracker/index.php?func=detail&aid=710864&group_id =8032&atid=108032 but we don't have a small example that demonstrates it. Can you provide one? Or can Amanda? Simon | -Original Message- | From: [EMAIL PROTECTE

bracket, (un)block and MonadIO

2003-09-02 Thread Lunar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'm trying to make generic helper functions for database querying. I would like to be able to define functions that work for every monad that holds a database connection and is built on top of the IO monad. For this, I have defined the follow

Re: Unreg/registerised hc booting success

2003-09-02 Thread Donald Bruce Stewart
simonmar: > Thanks for all this. I recently went through the unregisterised > bootstrap process myself (for amd64), and I've written some detailed > instructions in the Building Guide - you might want to take a look and > see if you have anything to add. I've been working from that document the

RE: Unreg/registerised hc booting success

2003-09-02 Thread Simon Marlow
Hi Don, > Here is a (long) summary of how I have bootstraped GHC on > various os/arch combinations using 6.0.1 .hc source, including > getting an unregisterised build, over the weekend. Thanks for all this. I recently went through the unregisterised bootstrap process myself (for amd64), and I'v