On Oct 11, 2005, at 12:06 AM, William Swanson wrote:

--- "Jon A. Cruz" <jon@...18...> wrote:

Did you have to fix it to compile, or to link?


This is to placate the linker. Actually, I am familiar with what errono is and
what it does. The thing I baffles me is why the linker can't find it in the
standard library to begin with. The fix is really just a band-aid so I can do
development; I wouldn't think of sharing these builds with anyone.

Off hand, I've seen that sort of thing when there is some c++ mangling or namespacing involved, but it doesn't quite look like it's this case. 

It's probably a meaningful red-flag that it's not being found. Running all object files and libs through nm piped through grep might be one thing to do. Looking at the line passed into the linker might be good also.