Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Mar 18, 2020 Get help with the Photos app on your Mac. If Photos for macOS won't open or isn't performing as expected, try these tips. Back up your library. Before following any of these steps, it's a good idea to create a backup of your photo library, even if you use iCloud Photos. You can use Time Machine, use a third-party backup solution, or copy the. I am trying to useintel64/ifort (vs. 11.0) to compile Fortran code under Mac Os 10.5.8. For any attempted compile and link I get the message: 'ld: library not found for -lgccs.'
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Dec 2, 2012
Library Not Found For So Mac Nan
Looking at your CMakeLists.txt I don't think you want to add rt unless you are linux. I get the following error when it tries to build: You need to change CMakeLists.txt where you add library rt: Here is the diff: |
commented Dec 3, 2012
Thanks, I actually had that before, but must have missed it in the move to catkin:
I'll get a fix for this asap. |
fe00053