Apparently having a build of ghc head (though I can't see any kind of
completion when using inplace/bin/ghci.exe?), I tried 'make binary-dist':

Makefile:71: warning: overriding commands for target `binary-dist'
Makefile:53: warning: ignoring old commands for target `binary-dist'
rm -f bindist-list
make -r --no-print-directory -f ghc.mk bindist BINDIST=YES
for f in ./LICENSE ./configure
   ..
make -r --no-print-directory -f ghc.mk binary-dist
rm -f -rf ghc-6.11.20090529
mkdir ghc-6.11.20090529
set -e; for i in LICENSE compiler ghc rts libraries utils gmp docs libffi includes driver mk rules Makefile aclocal.m4 config.sub config.guess install-sh extra-gcc-opts.in ghc.mk inplace; do ln -s ../$i ghc-6.11.20090529/; done
ln -s ../distrib/configure-bin.ac ghc-6.11.20090529/configure.ac
cd ghc-6.11.20090529 && autoreconf
rm -f -f d:/fptools/ghc/ghc-6.11.20090529-i386-unknown-mingw32.tar
/usr/bin/tar hcf - -T d:/fptools/ghc/bindist-list | bzip2 -c >d:/fptools/ghc/ghc-6.11.20090529-i386-unknown-mingw32.tar.bz2
/usr/bin/tar: ghc-6.11.20090529/./inplace/bin/ghc-cabal: Cannot open: No such 
file or directory
/usr/bin/tar: ghc-6.11.20090529/./utils/ghc-pwd/ghc-pwd: Cannot open: No such 
file or directory
/usr/bin/tar: ghc-6.11.20090529/./driver/ghci/dist/build/tmp/ghci-6.11.20090529.exe: Cannot stat: No such file or directory /usr/bin/tar: ghc-6.11.20090529/./utils/ghc-pkg/dist-install/build/tmp/ghc-pkg: Cannot open: No such file or directory
/usr/bin/tar: Error exit delayed from previous errors

I don't know why build-process tools like ghc-cabal or ghc-pwd would
be copied into a binary distribution, but it would help if executables were
listed with their full name (including .exe). And there is no versioned ghci
executable in driver/ghci/dist/build/tmp/, only an unversioned one.

Claus


_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to