Changes between Version 5 and Version 6 of Ticket #47708, comment 15


Ignore:
Timestamp:
May 24, 2015, 8:56:51 AM (9 years ago)
Author:
wyatt8750@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47708, comment 15

    v5 v6  
    22
    33However, I'm running OSX 10.6.8. I am therefore using Apple's X11 and do NOT even have that path  (/opt/X11) at all.
     4
     5Downgrading to previous versions does not help, either - I'm going to run otool -L on all my binaries to see if anything is hardcoding a path like I suspect.
     6
     7gfind -type f -print0 | xargs -0 otool -L |grep -i -A 20 -B 20 /opt/X11/lib/libGL.1.dylib
     8
     9or something like that...