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

Link warnings on OSX #404

Closed
ry opened this issue Jul 24, 2018 · 0 comments · Fixed by #516
Closed

Link warnings on OSX #404

ry opened this issue Jul 24, 2018 · 0 comments · Fixed by #516
Milestone

Comments

@ry
Copy link
Member

ry commented Jul 24, 2018

[47/71] LINK ./test_cc
ld: warning: direct access in function '___cxx_global_var_init' from file 'obj/test_cc/flatbuffer_builder_test.o' to global weak symbol 'testing::Test::TearDownTestCase()' from file 'obj/deno_base_test/file_util_test.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init' from file 'obj/test_cc/flatbuffer_builder_test.o' to global weak symbol 'testing::Test::SetUpTestCase()' from file 'obj/deno_base_test/file_util_test.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.16' from file 'obj/test_cc/flatbuffer_builder_test.o' to global weak symbol 'testing::Test::TearDownTestCase()' from file 'obj/deno_base_test/file_util_test.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
ld: warning: direct access in function '___cxx_global_var_init.16' from file 'obj/test_cc/flatbuffer_builder_test.o' to global weak symbol 'testing::Test::SetUpTestCase()' from file 'obj/deno_base_test/file_util_test.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
@ry ry added this to the v0.2 milestone Aug 7, 2018
@ry ry closed this as completed in #516 Aug 14, 2018
piscisaureus pushed a commit to piscisaureus/deno that referenced this issue Oct 7, 2019
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

Successfully merging a pull request may close this issue.

1 participant