finding out which gcc is hard-coded into a ghc?

Hello, how can I find out which gcc a ghc is hard-coded to use and is it possible to override it? Günther

If you're on Windows, I believe you can find the gcc.exe at the following
location:
C:\Program Files\Haskell Platform\2009.2.0.2\gcc.exe
See this link for how to pick which C compiler to use:
http://www.haskell.org/ghc/docs/6.12.2/html/users_guide/options-phases.html#...
2010/8/6 Günther Schmidt
Hello,
how can I find out which gcc a ghc is hard-coded to use and is it possible to override it?
Günther
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On 6 Aug 2010, at 18:05, Günther Schmidt wrote:
Hello,
how can I find out which gcc a ghc is hard-coded to use and is it possible to override it?
See this page: http://www.haskell.org/ghc/docs/6.12.2/html/users_guide/options-phases.html Cheers, G

Günther Schmidt
how can I find out which gcc a ghc is hard-coded to use and is it possible to override it?
At least in Linux as of 6.12.2, the /usr/bin/ghc wrapper script has a link to it. -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com
participants (4)
-
Gaius Hammond
-
Günther Schmidt
-
Ivan Lazar Miljenovic
-
John Van Enk