[Haskell-cafe] Compilling GHC on Vista

Marc Weber marco-oweber at gmx.de
Mon Apr 23 11:10:34 EDT 2007


> [...]
> configure:3389: result:
> configure: failed program was:
> configure:3396: error: C compiler cannot create executables
> See `config.log' for more details.

configure: failed program was:
X <-
configure:3396: error: C compiler cannot create executables
See `config.log' for more details.

At the position of X there should be a small test application.
Something like

  include ...;
  int main(){
  }

This might be related to your temp path problem.
Perhaps try setting TEMP or TMP env variable to a directory which does exist?

You can also try
set -x 
in bash to get all commands printed

Marc


More information about the Haskell-Cafe mailing list