RE: [Queue-developers] linking problems
Brought to you by:
wkrebs
From: Sam L. <sam...@an...> - 2001-04-11 14:54:16
|
OK; it seems as though random.c (one of the binaries) should be implementing: error in this case but doesn't. I'll give it a short one for now nicked from queued.c Sam > -----Original Message----- > From: Sam Liddicott [mailto:sam...@an...] > Sent: 11 April 2001 15:45 > To: que...@li... > Subject: [Queue-developers] linking problems > > > 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 > > _______________________________________________ > Queue-developers mailing list Que...@li... > To unsubscribe, subscribe, or set options: > http://lists.sourceforge.net/lists/listinfo/queue-developers > |