I followed the Mac developer install instructions. When I try to install OpenBLAS from source, I get this error in the end, after a long installation process:
ld: -lto_library library filename must be 'libLTO.dylib'
ld: -lto_library library filename must be 'libLTO.dylib'
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
make[1]: *** [sblat1] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [dblat1] Error 1
ld: -lto_library library filename must be 'libLTO.dylib'
ld: -lto_library library filename must be 'libLTO.dylib'
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
make[1]: *** [cblat1] Error 1
make[1]: *** [zblat1] Error 1
make: *** [tests] Error 2
I followed the Mac developer install instructions. When I try to install OpenBLAS from source, I get this error in the end, after a long installation process: