Linking errors when crosscompiling tests

Alexandre Julliard julliard at winehq.org
Mon May 19 12:24:54 CDT 2003


Hans Leidekker <hans at it.vu.nl> writes:

> What's happening is that this test references symbols that
> reside in wine_uuid, which is added to the library search path
> for the regular Wine build, but left out in the crosscompile
> build. For good reasons, because wine_uuid is built as a Unix
> archive, not as an import library, which is what MingW needs.

IMO the right approach is to use Mingw's libuuid. You shouldn't need
to cross compile the Wine one at all.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list