RE: [Queue-developers] linking problems
Brought to you by:
wkrebs
From: Sam L. <sam...@an...> - 2001-04-11 15:00:14
|
K_RLIMITRSS does not seem to be defined in lex.l for solaris 2.7 I'm no lex guy so I just commented it out which I guess will do as long as I run the same version on all my boxes? Sam > -----Original Message----- > From: Sam Liddicott [mailto:sam...@an...] > Sent: 11 April 2001 15:49 > To: que...@li... > Subject: RE: [Queue-developers] linking problems > > > 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 > > > > _______________________________________________ > Queue-developers mailing list Que...@li... > To unsubscribe, subscribe, or set options: > http://lists.sourceforge.net/lists/listinfo/queue-developers > |