frankpfenning / C0

C0 Language
4 stars 0 forks source link

Library calls fail inconsistenty #61

Closed robsimmons closed 8 years ago

robsimmons commented 10 years ago
whitewater:thesis rjsimmon$ coin -lfile -lstring -lutil -lconio
unhandled exception: Fail: internal error: library misconfiguration
whitewater:thesis rjsimmon$ coin -lconio -lstring -lutil -lfile
unhandled exception: Fail: internal error: library misconfiguration
whitewater:thesis rjsimmon$ coin -lconio  -lutil -lfile -lstring
C0 interpreter (coin) 0.3.2 'Nickel' (r375, Thu Aug 14 11:05:01 EDT 2014)
Type `#help' for help or `#quit' to exit.
--> 
robarnold commented 10 years ago

So they're order dependent? Huh. Can you figure out what the dependency graph is between the 4 libraries that you're loading here?

robsimmons commented 8 years ago

Duplicate of #53