[Q] Need help installing ghc on NetBSD

2001-04-02 Thread Matthias Fischmann
Hi again, 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't

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't

RE: Hello World program core dumps with GHC 4.08.1 on HPUX 10.2 0

2001-04-02 Thread Julian Seward (Intl Vendor)
| 3. write a native code generator back-end for HP-PA. | | :-) That would be great! The sparc NCG (on 5.0) works ok and should be a good starting point for other RISC backends. It's a fun hack. J ___ Glasgow-haskell-bugs mailing list [EMAIL

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
"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

Compiling HDirect

2001-04-02 Thread Mike Thomas
Hi Reuben et al. I had some more time to spend on building hdirect from CVS sources using GHC 4.08.2 under NT 4: PROBLEM 1. The timezone_dll problems reported earlier (caused by a Cygwin GCC mingw32 compiler change to linking with msvcrt.dll instead of crtdll.dll). PSEUDOFIX: Push -lcrtdll in

(no subject)

2001-04-02 Thread Mike Thomas
Hi again. Further to my earlier report today: 1. Further CVS source HDirect Makefile dependencies needed as follows (not necessarily exhaustive, see 3 below): Com.o : WideString.o ComPrim.o ComException.o Automation.o : SafeArray.o AutoPrim.o SafeArray.o : StdTypes.o 2. While compiling the