[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Jun 9 10:53:36 1993 
Subject:;;; LIB messages 
From:dcu 
Volume-ID:930609.04 

Hullo again,
	Well it's good to see that posting here gets results...
So far I have received the following, unfortunately none of them solve my
problem :-)

From davidy@susx.cogs Wed Jun  9 11:33:50 1993
Use "uses" instead of "lib"?

This is OK if the library you are loading doesn't then load further
libraries. The flavours library unfortunately loads several other libraries
itself. 

From christ@susx.cogs Wed Jun  9 11:34:01 1993
Try calling the procedure loadlib("libraryname")

Same problem as above.

From johnw@susx.cogs Wed Jun  9 11:40:46 1993
Poplog 14.2 introduced a variable "libwarning" for this purpose. 
It is documented in REF LIBRARY (but not, unfortunately, in HELP LIB). 

This is what I am looking for, unfortunately we use V14.1 (infact I use
V14.1, no one else uses POPLOG at all and Sys Admin keep trying to get
rid of it, particularly as they are having to keep some X11R4 stuff around
especially for me, when everyone else is on R5 :-)

Two ideas I have are either to modify the flavours library to use uses or
loadlib, or to temporarily redirect the messages to the POP equivilent of
/dev/nul. Comments please...?


Thanks.

Daniel.