<div dir="ltr">On Thu, Aug 18, 2011 at 23:32, David Banas <span dir="ltr">&lt;<a href="mailto:dbanas@banasfamily.net">dbanas@banasfamily.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Does this trigger recollection in anyone:<br>
<br>
dbanas@dbanas-eeepc:~/prj/haskell/AMIParse/trunk$ make<br>
ghc -dynamic -o ami_test -L. -lami ami_test.o<br>
./libami.so: undefined reference to `__stginit_haskell98_MarshalArray_&#39;<br>
./libami.so: undefined reference to `__stginit_haskell98_MarshalError_&#39;<br></blockquote><div><br></div><div>First thing to try is always --make; GHC&#39;s default behavior is, shall we say, not optimal otherwise.  (I consider it highly broken; somewhere in there the default is *supposedly* going to change to --make, I believe.)  If you want to try to make it work the ugly old way, the symbol names suggest to me that &quot;-package haskell98&quot; would help.</div>
</div><div><br></div>-- <br>brandon s allbery                                      <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>wandering unix systems administrator (available)     (412) 475-9364 vm/sms<br>
<br>
</div>