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

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