Discussion:
[Rcpp-devel] ld: warning
Chun Leung To
2018-07-13 16:27:51 UTC
Permalink
When I am trying to source the cpp file, it gives me a warning, as followed.


ld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd and library file /System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are out of sync. Falling back to library file for linking.


Anyone know how to fix it? Thx.
Qiang Kou
2018-07-13 16:44:03 UTC
Permalink
Hi, I think this has nothing to do with Rcpp.

My best guess is the upgrade process (maybe Xcode) left some inconsistency
files on your system.

I think you can ignore this for now, since the compiler has fallen back and
found the library file correctly.

Besides, I suggest you not post both on StackOverflow [1] and the mailing
list.

Best wishes,

Qiang Kou

[1]
https://stackoverflow.com/questions/51314888/ld-warning-text-based-stub-file-are-out-of-sync-falling-back-to-library-file
Post by Chun Leung To
When I am trying to source the cpp file, it gives me a warning, as followed.
ld: warning: text-based stub file /System/Library/Frameworks//
CoreFoundation.framework/CoreFoundation.tbd and library file
/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation are
out of sync. Falling back to library file for linking.
Anyone know how to fix it? Thx.
_______________________________________________
Rcpp-devel mailing list
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
Continue reading on narkive:
Loading...