
17 Aug
2011
17 Aug
'11
4:17 a.m.
On 17 August 2011 07:16, Michael Snoyman
There's a bug in GHC that prevents C++ code from working correctly with Template Haskell
For reference this is the bug Michael is talking about: http://hackage.haskell.org/trac/ghc/ticket/5289 As explained by Sebastian and the ticket, to work around this you need to perform the following steps: $ sudo ln -vs $(gcc --print-file-name=libstdc++.so) /usr/local/lib/ $ sudo ldconfig Regards, Bas