Here you go, Richard. Last login: Thu May 18 06:11:45 on ttys000Anthonys-MBP-2:~ anthonyventura$ s -l /usr/lib/libstdc++.6.dylib-bash: s: command not foundAnthonys-MBP-2:~ anthonyventura$ ls -l /usr/lib/libstdc++.6.0.9.dylib-rwxr-xr-x 1 root wheel 1468864 Mar 22 19:56 /usr/lib/libstdc++.6.0.9.dylibAnthonys-MBP-2:~ anthonyventura$ ls -l /usr/lib/libstdc++.6.dyliblrwxr-xr-x 1 root wheel 21 Jan 11 08:16 /usr/lib/libstdc++.6.dylib -> libstdc++.6.0.9.dylibAnthonys-MBP-2:~ anthonyventura$ ls -l /usr/lib/libstdc++.dyliblrwxr-xr-x 1 root wheel 17 Jan 11 08:16 /usr/lib/libstdc++.dylib -> libstdc++.6.dylibAnthonys-MBP-2:~ anthonyventura$
Kind regards,Tony Venturawww.tonyventura.com On Thursday, May 18, 2017 7:22 AM, Richard Shann <rich...@rshann.plus.com> wrote: On Thu, 2017-05-18 at 10:20 +0000, Tony Ventura wrote: > Hi Richard, > > > Please find the attached Terminal output per your latest find > requests. The very first one found the library that is not being found at LilyPond runtime: Anthonys-MBP-2:~ anthonyventura$ find /usr -name 'libstdc++.6.dylib' /usr/lib/libstdc++.6.dylib Just for good measure, you could run these commands to list exactly which are links and which is the actual library. ls -l /usr/lib/libstdc++.6.dylib ls -l /usr/lib/libstdc++.6.0.9.dylib ls -l /usr/lib/libstdc++.6.dylib ls -l /usr/lib/libstdc++.dylib Jeremiah - it seems the commands export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH ~/Desktop/Denemo.app/Contents/MacOS/denemo.sh which I got Tony to try earlier should have worked - I've checked that Denemo does not set this environment variable. Shall I create some debug code to print out the value of LD_LIBRARY_PATH immediately before LilyPond launch? Richard
_______________________________________________ Denemo-devel mailing list Denemo-devel@gnu.org https://lists.gnu.org/mailman/listinfo/denemo-devel