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

Adds a missing linker flag (-lm) to allow building cctz on FreeBSD. #164

Closed
wants to merge 3 commits into from
Closed

Adds a missing linker flag (-lm) to allow building cctz on FreeBSD. #164

wants to merge 3 commits into from

Conversation

yesudeep
Copy link
Contributor

@yesudeep yesudeep commented Aug 24, 2020

Fixes #163 when building cctz on FreeBSD.


This change is Reviewable

@google-cla google-cla bot added the cla: yes label Aug 24, 2020
@yesudeep yesudeep closed this Aug 30, 2020
@devbww
Copy link
Contributor

devbww commented Aug 30, 2020

For what it's worth, the CCTZ MacOS and Windows builds are currently failing with something like ...

external/com_github_google_benchmark/BUILD.bazel:13:1: no such target '@platforms//os:openbsd': target 'openbsd' not declared in package 'os' (did you mean 'freebsd'?) defined by external/platforms/os/BUILD and referenced by '@com_github_google_benchmark//:openbsd'

Perhaps it is due to https://github.com/google/benchmark/pull/1032/files.

@yesudeep
Copy link
Contributor Author

I'll take a look at it right away.

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

Successfully merging this pull request may close these issues.

Linker errors on FreeBSD (-lm missing)
3 participants