On 17/07/06, Christoph Frick frick@sc-networks.de wrote:
On Mon, Jul 17, 2006 at 12:06:11AM +0200, Willie Sippel wrote:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./amstream.spec amstream.o main.o mediastream.o regsvr.o version.res -Wl,--rpath, $ORIGIN/`../../tools/relpath /usr/lib32/wine /usr/lib32` -o amstream.dll.so -lole32 -luser32 -ladvapi32 -lkernel32 -lstrmiids -luuid ../../libs/port/libwine_port.a -m32 -L/emul/linux/x86/usr/lib -L/usr/lib32 -L/emul/linux/x86/lib
-L adds library paths to the beginning of the library search path. You've probably got a libuuid in one of those directories, which now takes precedence over the one in wine.