[Queue-developers] linking problems
Brought to you by:
wkrebs
From: Sam L. <sam...@an...> - 2001-04-11 14:49:47
|
Wahey! I'm down to linking problems now; Currently an unresolved symbol in qlib.o: "error" From qlib.c: /* The error() function is application dependent and should be implemented * in all binaries (parts of Queue system) separately. * And it should always have this prototype. */ extern void error(char* message); Very nice; where is this implemented? queued.c is the only .c file to implement this; perhaps it should be in qlib.c ? Sam |