From: Samuel D. <sd...@sp...> - 2017-07-04 04:29:44
|
I'm attempting to install the latest version of MESA (r9793) on a Mac Pro (desktop) running mac OS X ver. 10.12.5 (Sierra) using mesasdk-x86_64_osx-10.10-2016404. The problem I'm having at present is building crlibm. The issue is loading the library /usr/local/opt/readline/lib/libreadline.6.dylib. The actual error message I get is configure: creating ./config.status config.status: creating Makefile dyld: Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib Referenced from: /usr/local/bin/gawk Reason: image not found ./config.status: line 957: 7032 Done(141) eval sed \"\$ac_sed_extra\" "$ac_file_inputs" 7033 Abort trap: 6 | $AWK -f "$tmp/subs.awk" > $tmp/out config.status: error: could not create Makefile make: *** [build] Error 1 make: *** No targets specified and no makefile found. Stop. /Volumes/Development/AstrophysicsLib/mesa-r9793/crlibm/crlibm ./build_and_test FAILED One my system, I have a soft link from /usr/local/opt/readline as follows: readline -> ../Cellar/readline/7.0.3_1 Is there any easy way to have the mesa installation use my soft link to libreadline.7.dylib as opposed to the wanting /usr/local/opt/readline/lib/libreadline.6.dylib? Please advise. Sam Dupree. |