Performance on amd64

John Skaller skaller at users.sourceforge.net
Tue Jul 5 11:57:52 EDT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.haskell.org//pipermail/glasgow-haskell-users/attachments/20050706/d733c5e1/attachment-0001.bin


More information about the Glasgow-haskell-users mailing list