Hi Paul,
Paul Millar wrote: [...]
i686-mingw32msvc-gcc generated.o shelllink.o shellpath.o shlfileop.o shlfolder.o string.o testlist.o -o shell32_test.exe -lshell32 -lole32 -lshlwapi -ladvapi32 -luuid shelllink.o(.text+0xc1): In function `path_to_pidl': /home/paulm/Testing/wine-cross-source/dlls/shell32/tests/shelllink.c:72: undefined reference to `SHILCreateFromPath@12' distcc[21503] ERROR: compile on localhost failed make: *** [shell32_test.exe] Error 1
It seems like MinGW's libraries need to be updated to export SHILCreateFromPath.