
15 Nov
2006
15 Nov
'06
9:14 a.m.
Gregory Wright schrieb:
/opt/local/lib/ghc-6.6/HSX11_cbits.o: unknown symbol `_printf$LDBLStub'
I think I remember seeing something like this. I'll look into it some more.
That's a gcc problem. I think, HSX11_cbits.o should be built with gcc-3.3. (I assume your default is gcc-4.0.) Try adding "-pgmc /usr/bin/gcc-3.3" to ghc's command-line. Christian P.S. I had to set DYLIB_LIBRARY_PATH, before it worked for me