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 breaks on FreeBSD #6316

Closed
yurivict opened this issue Aug 5, 2023 · 1 comment · Fixed by #6317
Closed

Build breaks on FreeBSD #6316

yurivict opened this issue Aug 5, 2023 · 1 comment · Fixed by #6317

Comments

@yurivict
Copy link
Contributor

yurivict commented Aug 5, 2023

This line and another one like this causes this failure:

ld: error: undefined symbol: environ
>>> referenced by hpx_init.cpp
>>>               hpx_init.cpp.o:(hpx::detail::init_impl(hpx::function<int (hpx::program_options::variables_map&), false> const&, int, char**, hpx::init_params const&, char const*)) in archive lib/libhpx_init_runtime.a
>>> referenced by hpx_init.cpp
>>>               hpx_init.cpp.o:(hpx::detail::start_impl(hpx::function<int (hpx::program_options::variables_map&), false> const&, int, char**, hpx::init_params const&, char const*)) in archive lib/libhpx_init_runtime.a

Specifications

  • HPX Version: 1.9.1
  • Platform (compiler, OS): clang-15, FreeBSD 13.2
@hkaiser
Copy link
Member

hkaiser commented Aug 5, 2023

Thanks, this finally explains the issues you were reporting. I think this is an easy fix.

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

Successfully merging a pull request may close this issue.

2 participants