A question and a bug report: When exactly is libgetcwd.so useful? libgetcwd.so is compiled without -fPIC so it contains non-pic code, this makes it less time and memory efficient to load. admittedly it's small and I'm not sure I actually need to use it (hence the question) but if it's still useful then you may want to build it with -fPIC. -- greg