RE: GHC-6.4.1 on FreeBSD-amd64 still not ported

2005-10-17 Thread Simon Marlow
On 15 October 2005 23:10, Wilhelm B. Kloke wrote: > ghc/includes > touch > ghc/includes/{ghcautoconf.h,DerivedConstants.h,GHCConstants.h,mkDerivedC onstants.c} > touch > ghc/includes/{mkDerivedConstantsHdr,mkDerivedConstants.o,mkGHCConstants, mkGHCConstants.o} > touch ghc/includes/{ghcautoconf.h

Re: GHC-6.4.1 on FreeBSD-amd64 still not ported

2005-10-15 Thread Wilhelm B. Kloke
John Hornkvist <[EMAIL PROTECTED]> schrieb: > Simon Marlow microsoft.com> writes: > >> SIZEOF_mp_limb_t comes from DerivedConstants.h, and SIZEOF_VOID_P comes >> from ghcautoconf.h (both in ghc/includes). Both of these files should >> be from the target system for a cross-compile; I strongly susp

Re: GHC-6.4.1 on FreeBSD-amd64 still not ported

2005-10-15 Thread John Hornkvist
Simon Marlow microsoft.com> writes: > > SIZEOF_mp_limb_t comes from DerivedConstants.h, and SIZEOF_VOID_P comes > from ghcautoconf.h (both in ghc/includes). Both of these files should > be from the target system for a cross-compile; I strongly suspect that > one of them has been overwritten by

RE: GHC-6.4.1 on FreeBSD-amd64 still not ported

2005-10-13 Thread Simon Marlow
On 12 October 2005 17:34, Wilhelm B. Kloke wrote: > Simon Marlow <[EMAIL PROTECTED]> schrieb: > >> Just doing 'make -k' in ghc/rts should leave all the .hc files >> behind, because you already have the -keep-hc-files flag in your >> command line, so GHC won't delete the intermediate .hc files even

Re: GHC-6.4.1 on FreeBSD-amd64 still not ported

2005-10-12 Thread Wilhelm B. Kloke
Simon Marlow <[EMAIL PROTECTED]> schrieb: > On 25 September 2005 18:54, Wilhelm B. Kloke wrote: > >> bash-2.05b$ (cd ghc/rts; gmake PrimOps.o ) >> ../../ghc/compiler/ghc-inplace -H16m -O -H32m -keep-hc-files -static >> -I. -#include Prelude.h -#include Rts.h -#include RtsFlags.h >> -#include RtsUti

RE: GHC-6.4.1 on FreeBSD-amd64 still not ported

2005-10-05 Thread Simon Marlow
On 25 September 2005 18:54, Wilhelm B. Kloke wrote: > Though I have reported some sort of success on this in the last days, > I was too early. The ghc-inplace does not work on the target system. > It compiled because I have been too lax in following the instructions. > Here is the report, where th

GHC-6.4.1 on FreeBSD-amd64 still not ported

2005-09-25 Thread Wilhelm B. Kloke
Though I have reported some sort of success on this in the last days, I was too early. The ghc-inplace does not work on the target system. It compiled because I have been too lax in following the instructions. Here is the report, where the crossport fails on the i386host system: tar czf ghc-6.4.1-