When compiling rnctools I get a bunch of errors like this during linking:

Code:
obj/lbrncbase.o:lbrncbase.c:(.text+0x2d3): undefined reference to `read_int32_be_buf'
But, for the life of me, I can't figure out why this is happening; lbrncbase.c includes lbfileio.h, which contains all of those references. Anybody having the same issue?