> [...]
> 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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to