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

MacOS installation #125

Open
reinevizcarra opened this issue Aug 22, 2022 · 2 comments
Open

MacOS installation #125

reinevizcarra opened this issue Aug 22, 2022 · 2 comments

Comments

@reinevizcarra
Copy link

Attempted to install on OS X but got this error

ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [../lib/libRTKLib.1.0.0.dylib] Error 1
make: *** [sub-------src-make_first] Error 2

@charliegilliland
Copy link

On MacOS librt isn't available, so you can edit each makefile and remove -lrt from LDLIBS. I'm compiling console apps successfully with this edit.

@adamgarbo
Copy link

I can confirm I'm also able to successfully compile on macOS (12.7.1) by removing -lrt from the makefile. @reinevizcarra I reckon this should resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants