help, ghc compile boot from hc fails.

Ahn Ki-yung kyagrd@bawi.org
Sat, 22 Mar 2003 08:57:24 +0900


I checked out the CVS yesterday.

=== gcc version is

$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.8/3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/l
d --disable-nls
Thread model: posix
gcc version 3.2

== I configured with

$ ./configure --enable-hc-boot

== make fails like this

creating libgmp.la
(cd .libs && rm -f libgmp.la && ln -s ../libgmp.la libgmp.la)
make[4]: Leaving directory
`/export/home/member/kyagrd/CVSes/fptools/ghc/rts/gmp
'
make[3]: Leaving directory
`/export/home/member/kyagrd/CVSes/fptools/ghc/rts/gmp
'
../utils/ghc-pkg/ghc-pkg-inplace --update-package <rts.conf.inplace
/bin/sh: ../utils/ghc-pkg/ghc-pkg-inplace: Not exist
make[1]: *** [../driver/stamp-pkg-conf-rts] Error 1
make: *** [all] Error 1

== How can i make that "fptools/ghc/utils/ghc-pkg/ghc-pkg-inplace" ?