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
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