RE: [Q] Need help installing ghc on NetBSD

2001-04-04 Thread Simon Marlow
> > > I reconfigured gmp so that it falls back to the pure C > implementation, > > > and the problem disappeared. Is the gmp stuff in ghc > maintained at > > > Glasgow, or are you syncing your code with the official > distribution? > > > > It's an almost exact copy of the official distributio

Re: [Q] Need help installing ghc on NetBSD

2001-04-04 Thread Matthias Fischmann
> > I reconfigured gmp so that it falls back to the pure C implementation, > > and the problem disappeared. Is the gmp stuff in ghc maintained at > > Glasgow, or are you syncing your code with the official distribution? > > It's an almost exact copy of the official distribution, with a few mi

RE: [Q] Need help installing ghc on NetBSD

2001-04-04 Thread Manuel M. T. Chakravarty
"Simon Marlow" <[EMAIL PROTECTED]> wrote, > > Thanks, the debugging hints helped a lot (which tutorial did I miss > > this time? :) > > No tutorials, but it has been posted a couple of times on the GHC lists. > The material should really go in the GHC commentary > > http://www.cse.unsw.ed

RE: [Q] Need help installing ghc on NetBSD

2001-04-03 Thread Simon Marlow
> Thanks, the debugging hints helped a lot (which tutorial did I miss > this time? :) No tutorials, but it has been posted a couple of times on the GHC lists. The material should really go in the GHC commentary http://www.cse.unsw.edu.au/~chak/haskell/ghc/comm/ Manuel, you listening? :)

Re: [Q] Need help installing ghc on NetBSD

2001-04-03 Thread Matthias Fischmann
Simon, Thanks, the debugging hints helped a lot (which tutorial did I miss this time? :) Short story === I reconfigured gmp so that it falls back to the pure C implementation, and the problem disappeared. Is the gmp stuff in ghc maintained at Glasgow, or are you syncing your code

RE: [Q] Need help installing ghc on NetBSD

2001-04-02 Thread Simon Marlow
> "Simon Marlow" <[EMAIL PROTECTED]> writes: > > > Try the script in fptools/distrib/hc-build, which should be able to > > bootstrap the compiler from .hc files automatically. In particular, > > it'll make sure that hslibs/lang is built before trying to build the > > compiler. > > Thanks for t

Re: [Q] Need help installing ghc on NetBSD

2001-04-02 Thread Matthias Fischmann
"Simon Marlow" <[EMAIL PROTECTED]> writes: > Try the script in fptools/distrib/hc-build, which should be able to > bootstrap the compiler from .hc files automatically. In particular, > it'll make sure that hslibs/lang is built before trying to build the > compiler. Thanks for the prompt reply

RE: [Q] Need help installing ghc on NetBSD

2001-04-02 Thread Simon Marlow
Hi there, > I feel I am almost there, I found the -fvia-C flag (why is this not > the default?) and compiled all my modules to object files, but then > realized that there are not static libraries in hslibs. I think I am > missing some essential detail about the ghc Makefile system, but I > don'