Opened 12 years ago
Last modified 12 years ago
#39073 closed defect
wine-devel @1.5.30_0 fails to run — at Initial Version
Reported by: | f261027@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | wine-devel |
Description
Upon updating wine-devel to 1.5.30 and running it, I get this:
~/Downloads/jelly1000 $ wine jelly.exe
dyld: Library not loaded: @rpath/libwine.1.dylib
Referenced from: /opt/local/libexec/wine/wine
Reason: image not found
/opt/local/bin/wine: line 5: 81307 Trace/BPT trap DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib:/usr/lib" "/opt/local/libexec/wine/wine" "$@"
And nothing starts up. (This goes for other executables as well, all of which work perfectly well in 1.5.29.)
I suspect these changes in 1.5.30 might be relevant:
makefiles: Generate the platform-specific libwine rules from configure.
[...]
configure: Use gcc -shared instead of dllwrap to build libwine.dll.
winegcc: Use gcc -shared instead of dllwrap to build DLLs.