Deborah Goldsmith schrieb:
> I kind of doubt this is the problem, but I could try it. I assume I can
> fiddle with the configuration variables and have it use gcc-3.3 instead
> of gcc?

I usually make a link to another gcc and let it find first in the path.

  ln -s /usr/bin/gcc-3.3 ~/bin
  export PATH=~/bin:$PATH

C.
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to