Hi,

I'm trying to install GHC HEAD but the "make install" phase fails. Here's
the last part of the output:


------------------------------------------------------------------------
== make install -r;
 in /home/davve/repos/ghc-partial/rts
------------------------------------------------------------------------
gcc -E  -undef -traditional -P -DINSTALLING \
               -DIMPORT_DIR='"/home/davve/local/lib/ghc-6.9.20071107/imports"'
\
               -DLIB_DIR='"/home/davve/local/lib/ghc-6.9.20071107"' \
               -DINCLUDE_DIR='"/home/davve/local/lib/ghc-6.9.20071107/include"'
\
               -DDATA_DIR='"/home/davve/local/share/ghc-6.9.20071107"' \
               
-DHTML_DIR='"/home/davve/local/share/ghc-6.9.20071107/html/libraries/rts"'
\
               
-DHADDOCK_IFACE='"/home/davve/local/share/ghc-6.9.20071107/html/libraries/rts/rts.haddock"'
\
               -I../includes \
               -x c -DGMP_INCLUDE_DIRS='' -DGMP_LIB_DIRS='' -I../includes
-Iinclude -DPACKAGE=rts -DVERSION=
-DPKG_LIBDIR='"/home/davve/local/lib/ghc-6.9.20071107"'
-DPKG_DATADIR='"/home/davve/local/share/ghc-6.9.20071107"'
package.conf.in \
            | grep -v '^#pragma GCC' \
            | sed -e 's/""//g' -e 's/:[   ]*,/: /g' \
            |  --global-conf
/home/davve/local/lib/ghc-6.9.20071107/package.conf update -
--force
/bin/sh: --global-conf: not found
make[1]: *** [install] Error 127
make: *** [install] Error 1



It seems like GHC_PKG_PROG is null, even though the configure step says it
has located ghc-pkg.

David

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

Reply via email to