CDO install Error 1
Added by Jonathan Buzan over 9 years ago
I am attempting to install CDO on OS10.10.5.
I receive the following error:
clang: error: no such file or directory: '/usr/local/lib/libstdc++.dylib'
make2: * [cdo] Error 1
make1: [all] Error 2
make: ** [all-recursive] Error 1
I check the directory:
ls /usr/local/lib/libstdc++.*
/usr/local/lib/libstdc++.6.dylib /usr/local/lib/libstdc++.a /usr/local/lib/libstdc++.a-gdb.py /usr/local/lib/libstdc++.la
I am not sure if libstdc++.6.dylib would work, and I am not sure how to call it.
Replies (1)
RE: CDO install Error 1 - Added by Uwe Schulzweida over 9 years ago
Hi Jonathan,
Thanks for the information! This is definitely a bug. I have forgotten to remove the library stdc++ in the Makefile, it is not needed to build CDO. A bug fix for this problem will be available in 3 weeks.
Cheers, Uwe