One more thing. You can see what builtin libraries (.so files in lib/wine) are being used when you run a program by running it with WINEDEBUG=+loaddll. This isn't a reliable method to determine what your program needs, as programs (and wine components) are known to load additional libraries at runtime as needed for individual features. Vincent Povirk