
On Tue, 2005-07-05 at 12:39 +0100, Simon Marlow wrote:
http://www.haskell.org/ghc/dist/stable/dist/ghc-6.4.1.20050704-x86_64-un known-linux.tar.bz2
This build is registerised, but doesn't have the native code generator.
BTW: I get this: for i in `(cd share; find . -type f )`; do \ /usr/bin/install -c -m 644 share/$i /usr/local/share/ghc-6.4.1.20050704/$i; \ done ./mkdirhier /usr/local/share/ghc-6.4.1.20050704/html if test -d share/html ; then cp -r share/html/* /usr/local/share/ghc-6.4.1.20050704/html ; fi for i in share/*.ps; do \ cp $i /usr/local/share/ghc-6.4.1.20050704 ; \ done cp: cannot stat `share/*.ps': No such file or directory make: *** [install-docs] Error 1 It's right, in 'share' is just one directory called 'html' .. This code checks 'html' exists .. but doesn't check for any *.ps files: install-docs : install-dirs-docs if test -d share/html ; then $(CP) -r share/html/* $(htmldir) ; fi for i in share/*.ps; do \ $(CP) $$i $(psdir) ; \ done Otherwise it worked fine .. results next post .. -- John Skaller <skaller at users dot sourceforge dot net> Download Felix: http://felix.sf.net