using the Intel compiler (icc)

2005-06-05 Thread Keean Schupke
Is it possible to get GCC to use the intel C compiler (ICC) instead of gcc? Keean. ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: using the Intel compiler (icc)

2005-06-05 Thread Seth Kurtzberg
Keean Schupke wrote: Is it possible to get GCC to use the intel C compiler (ICC) instead of gcc? Do you mean is it possible to get GHC to use ICC? Otherwise I don't understand the question. Keean. ___ Glasgow-haskell-users mailing list

recompilation check in 6.4

2005-06-05 Thread Serge D. Mechveliani
People, who knows, please, how to fix re-compilation in ghc-6.4 ? Porting my program dm from 6.2.2 to 6.4, I see that the 6.4 system re-compiles many modules when re-processing the Makefile to build dm. For example, let Foo.hs from dm contain an error value v not in scope. Running

Re[2]: using the Intel compiler (icc)

2005-06-05 Thread Bulat Ziganshin
Hello Seth, Sunday, June 05, 2005, 2:05:14 PM, you wrote: Is it possible to get GCC to use the intel C compiler (ICC) instead of gcc? SK Do you mean is it possible to get /GHC/ to use /ICC/? Otherwise I don't SK understand the question. yes. or at least link togehther object files created

Re: using the Intel compiler (icc)

2005-06-05 Thread Keean Schupke
Sorry, yes I mean getting GHC to use ICC instead of GCC... is it just a matter of a command line switch to give GHC the path to the compiler? Keean. Seth Kurtzberg wrote: Keean Schupke wrote: Is it possible to get GCC to use the intel C compiler (ICC) instead of gcc? Do you mean is