Changes between Version 1 and Version 2 of Ticket #39073


Ignore:
Timestamp:
May 11, 2013, 11:46:44 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I see the same problem.

wine @1.5.30 doesn't install any dylibs at all anymore...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39073

    • Property Summary changed from wine-devel @1.5.30_0 fails to run to wine-devel @1.5.30_0 fails to run: dyld: Library not loaded: @rpath/libwine.1.dylib
  • Ticket #39073 – Description

    v1 v2  
    22
    33{{{
    4   ~/Downloads/jelly1000 $ wine jelly.exe[[BR]]
    5   dyld: Library not loaded: @rpath/libwine.1.dylib[[BR]]
    6     Referenced from: /opt/local/libexec/wine/wine[[BR]]
    7     Reason: image not found[[BR]]
     4  ~/Downloads/jelly1000 $ wine jelly.exe
     5  dyld: Library not loaded: @rpath/libwine.1.dylib
     6    Referenced from: /opt/local/libexec/wine/wine
     7    Reason: image not found
    88  /opt/local/bin/wine: line 5: 81307 Trace/BPT trap          DYLD_FALLBACK_LIBRARY_PATH="/opt/local/lib:/usr/lib" "/opt/local/libexec/wine/wine" "$@"
    99}}}
     
    1414
    1515{{{
    16       makefiles: Generate the platform-specific libwine rules from configure.[[BR]]
    17       [...][[BR]]
    18       configure: Use gcc -shared instead of dllwrap to build libwine.dll.[[BR]]
     16      makefiles: Generate the platform-specific libwine rules from configure.
     17      [...]
     18      configure: Use gcc -shared instead of dllwrap to build libwine.dll.
    1919      winegcc: Use gcc -shared instead of dllwrap to build DLLs.
     20}}}
    2021
    2122-- http://www.winehq.org/announce/1.5.30
    22 
    23 }}}