Just to close this off, it looks like the problem is that on most systems the library in question is usually dynamically linked, in which case the ordering constraints do not apply, and that the problem only arises on the odd system like my desktop in which either the shared library does not exist or is in a different directory lower on the path so that static linkage is attempted. Bill