frankpfenning / C0

C0 Language
4 stars 0 forks source link

Library ordering can cause "misconfiguration" #53

Open robsimmons opened 11 years ago

robsimmons commented 11 years ago

cc0, coin, and code all fail when called with the arguments "-lconio -lstring -lutil" cause an error, which I believe is raised in compiler/top/top.sml (the extract_wrappers function). I don't really understand the invariants at work here well enough to address the problem, other orderings (putting -lutil first) fix the error.