Closed xandark closed 1 year ago
It seems like the linker cannot find ORCALib. Can you check to make sure it's present in the Libraries directory and has the LIB ($B2) file type?
That was totally it, facepalm. Thanks!
Needed the proper file type, keep forgetting about that
I can compile my very large Animasia 3-D project with 2.2.0 B6 but linking is another story. I have the latest headers, compiler, linker, and ORCALib from the ORCAC.220B6.2mg release disk.
I've made a test program to show what I'm seeing...
iix chtyp -l cc test-stdlib.c iix compile test-stdlib.c
iix link --keep=test-stdlib test-stdlib
Any idea of where to look to resolve these linker errors?