Dear Zachary,

I googled this problem and it seems that, dependent on what version of Xcode 
and MacOS you’re running, there might be one of two solutions. Here’s a similar 
post on the Apple forums that outlines the two possibilities 
<https://forums.developer.apple.com/thread/97850>. The first possible solution 
(which may only work for older versions of Xcode) to remove and reinstall the 
command line tools. The second would be that the link line generated by CMake 
is causing the issue.

This is the selected solution from the Apple forum post 
<https://forums.developer.apple.com/thread/97850>:
> You have to link directly to the library and not rely on -isysroot or 
> -frameworks in your makefile. you need to link like -L /path/to/lib 
> libstuff.dylib
and something that we’d likely have to implement on our side.

Can you please provide the deal.II configuration logs (detailed.log, 
summary.log), tell us more about your system setup (MacOS and Xcode version), 
and also provide the verbose output when building one of the tutorial programs 
(you can get this using “make VERBOSE=1”). I hope that this might be sufficient 
information to help solve this issue.

Best,
Jean-Paul

> On 31 Jan 2019, at 03:34, Zachary Hardy <[email protected]> wrote:
> 
> When I compile the examples, I receive about 12 warning messages about 
> linking stating that the text-based stub files and library files are not in 
> sync, all from within `/System/Library/Framework/Accelerate.framework.' 
> Everything ends up working in the end, but I can't seem to remedy this issue 
> to get rid of the warning messages. Has anyone seen this before, and if so, 
> what steps can be taken to resolve this issue? Below is an example of the 
> warning messages.
> 
> ld: warning: text-based stub file 
> /System/Library/Frameworks//Accelerate.framework/Accelerate.tbd and library 
> file /System/Library/Frameworks//Accelerate.framework/Accelerate are out of 
> sync. Falling back to library file for linking.
> 
> -- 
> The deal.II project is located at http://www.dealii.org/ 
> <http://www.dealii.org/>
> For mailing list/forum options, see 
> https://groups.google.com/d/forum/dealii?hl=en 
> <https://groups.google.com/d/forum/dealii?hl=en>
> --- 
> You received this message because you are subscribed to the Google Groups 
> "deal.II User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to