
27 Oct
2005
27 Oct
'05
5:43 a.m.
On 26 October 2005 19:58, Wilhelm B. Kloke wrote:
Simon Marlow
schrieb: On 25 October 2005 10:01, Wilhelm B. Kloke wrote:
Try with splitting off: set SplitObjs=NO in your mk/build.mk.
Done with success. I just used the compiler to install darcs.
I am able to make the unregisterised .hc-bundle available on the net for other users wanting to install ghc on freebsd-amd64. Or is ist better to generate a new registerised .hc-bundle?
A binary distribution would be best. You can build one as follows: - add BIN_DIST=1 to mk/build.mk - make clean; make - make binary-dist Project=Ghc - tar cvzf ghc-6.4.1-x86_64-unknown-freebsd.tar.gz ghc-* the unreg & reg hc-bundles are also useful. Cheers, Simon