
22 Jun
2006
22 Jun
'06
2:06 p.m.
On Thu, 2006-06-22 at 17:54 +0300, kyra wrote:
With GHC 6.4.x I was able to use a ghc driver to compile .cpp sources. Now, with GHC HEAD I cannot. GHC HEAD now ALWAYS enforces "treat as .c" option.
Just wondering, you're using ghc to compile C++ sources? Is there any reason for doing that rather than using the C++ compiler directly? Duncan