On Fri, Dec 07, 2001 at 06:06:36PM +0100, Oliver Sampson wrote:
Howdy, I'm trying to get started with Wine development, and I figured the best way would be to CVS the code and install it.
I CVSed the code, configured, did a 'make depend', 'make', and a 'make install'.
When I try to run wine, I get a message that libntdll.so wasn't found. So I found it in /usr/lib/libntdll.so. is there something in the initial setup config that didn't work correctly?
Make sure /etc/ld.so.conf contains the path. See www.winehq.com/Trouble/ for details.
FWIW, I can rpm the wine-cvs-unstripped rpm just fine, and it works well. (The install process and the program.)
Any ideas how to get this working from my cvs directory?
Simply *don't* do "make install", but rather create symlinks in global dirs or add to PATH.
Ask whenever you need help with development !
Good luck !