Skip to content
New issue

Have 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

Build on macOS produces ranlib warnings: "libretdec-bin2llvmir.a(FILE.cpp.o) has no symbols" #271

Closed
s3rvac opened this issue Apr 4, 2018 · 1 comment

Comments

@s3rvac
Copy link
Member

s3rvac commented Apr 4, 2018

When building RetDec on macOS (OS 10.13, Apple LLVM version 9.0.0, Release build of RetDec), the make step for libretdec-bin2llvmir.a produces the following warnings:

[96%] Linking CXX static library libretdec-bin2llvmir.a
XcodeDefault.xctoolchain/usr/bin/ranlib: file: libretdec-bin2llvmir.a(idioms_borland.cpp.o) has no symbols
XcodeDefault.xctoolchain/usr/bin/ranlib: file: libretdec-bin2llvmir.a(idioms_intel.cpp.o) has no symbols
XcodeDefault.xctoolchain/usr/bin/ranlib: file: libretdec-bin2llvmir.a(idioms_owatcom.cpp.o) has no symbols
XcodeDefault.xctoolchain/usr/bin/ranlib: file: libretdec-bin2llvmir.a(idioms_borland.cpp.o) has no symbols
XcodeDefault.xctoolchain/usr/bin/ranlib: file: libretdec-bin2llvmir.a(idioms_intel.cpp.o) has no symbols
XcodeDefault.xctoolchain/usr/bin/ranlib: file: libretdec-bin2llvmir.a(idioms_owatcom.cpp.o) has no symbols

We should investigate why is this happening, and possibly how to fix it so ranlib does not complain about it.

@Maroc-OS
Copy link
Contributor

Maroc-OS commented Jul 3, 2018

fix is here : #349

@s3rvac s3rvac closed this as completed Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants