|
|
- ------------------------------------------------------------------------
- Creating ghcautoconf.h...
- Done.
- Creating ghcplatform.h...
- Done.
- ../utils/mkdependC/mkdependC -f .depend -- -O -O2 -march=i686 -pipe -Wa,--noexecstack -I. -I../rts -- mkDerivedConstants.c
- gcc -O -O2 -march=i686 -pipe -Wa,--noexecstack -I. -I../rts -c mkDerivedConstants.c -o mkDerivedConstants.o
- gcc: error trying to exec 'cc1': execvp: No such file or directory
- make[1]: *** [mkDerivedConstants.o] Error 1
- make[1]: *** Waiting for unfinished jobs....
- make: *** [stage1] Error 1
复制代码
在 emerge dev-lang/ghc-6.6.1 过程中出现的 |
|