Re: ultrix, cache_file and ksh

2000-07-28 Thread Pavel Roskin
Hello, Assar! > > if test -n "$cache_file" && test -r "$cache_file" && test -f \ > > "$cache_file"; then > > > > Please check that it works for your ksh. > > Yeah, that works fine. Please commit that change and thanks for your > help. Maybe this patch will save time to somebody with write acc

using libltdl for plugin design

2000-07-28 Thread Tom Matelich
Title: using libltdl for plugin design Hello,     I am going to be implementing a plug-in system for a C++ application that needs to run on Linux, HP-UX, and Windows.  I see that libltdl will load shared libraries for each of these platforms, but I have a few questions.  1)  There