Many thanks for the ideas. I'll get right on them.
Oliver
On Fri, 7 Dec 2001 09:50:16 -0800 (PST), Francois Gouget fgouget@free.fr wrote:
On Fri, 7 Dec 2001, Andreas Mohr wrote:
On Fri, Dec 07, 2001 at 06:06:36PM +0100, Oliver Sampson wrote:
[...]
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.
Or add to LD_LIBRARY_PATH rather than creating global symlinks. I have a script that I source which sets PATH and LD_LIBRARY_PATH properly for the wine CVS tree that I pass in parameter. At the core it does:
LD_LIBRARY_PATH="$WINE_ROOT:$WINE_ROOT/dlls" PATH="$WINE_ROOT:$WINE_ROOT/server:$WINE_ROOT/tools:$PATH"
export WINE_ROOT LD_LIBRARY_PATH PATH
(note: you could also add debugger and tools to the PATH)
==================================================== Oliver Sampson olsam@quickaudio.com http://www.oliversampson.com