Mike Hearn mike@theoretic.com writes:
On Tue, 13 Jan 2004 11:33:25 -0800, Alexandre Julliard wrote:
The current problem is that Wine itself is not built with winegcc so this doesn't help. A possibility could be to rename the library to libuuid but install it in /usr/lib/wine to avoid conflicts. This will require winegcc and winemaker to set the correct library path, but they already have to do that for import libs anyway.
Would having two DSOs with the same SONAME that are actually different break prelink in any way?
libuuid is a static lib not a DSO.