From: <cod...@go...> - 2009-01-13 00:48:42
|
Comment #2 on issue 12 by itsjdh: Can't build with cabal install http://code.google.com/p/hoc/issues/detail?id=12 I'm attempting the second workaround (using ghc 6.10.1). What am I doing wrong? $ ghc -package template-haskell -package base-3.0.3.0 -package unix -package mtl \ -framework Foundation HOC_cbits.o HSHOC-1.0.o libHSHOC-1.0.a Undefined symbols: "_ZCMain_main_closure", referenced from: _ZCMain_main_closure$non_lazy_ptr in libHSrts.a(Main.o) "___stginit_ZCMain", referenced from: ___stginit_ZCMain$non_lazy_ptr in libHSrts.a(Main.o) ld: symbol(s) not found collect2: ld returned 1 exit status -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |