[Xquartz-dev] XQuartz 2.7.10-rc2 breaks all X binaries built against XQuartz 2.7.9
Jack Howarth
howarth.mailing.lists at gmail.com
Sat Sep 24 17:23:12 PDT 2016
Jeremy,
You have a major thinko in XQuartz 2.7.10-rc2. Replacing
libXt.7.dylib with a symlink to libXt.6.dylib causes all binaries
built against XQuartz 2.7.9 to break....
dyld: Library not loaded: /opt/X11/lib/libXt.7.dylib
Referenced from: /sw/bin/gs
Reason: Incompatible library version: gs requires version 8.0.0 or
later, but libXt.7.dylib provides version 7.0.0
because the libXt.7.dylib in the current 2.7.9 release has an so
version of 8.0.0. You will need to replace the symlink with a proper
build of libXt.7.dylib to provide continuity in the so version number.
Jack
More information about the Xquartz-dev
mailing list