-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
OSX CC wrapper issues (RPATH, dynamic libraries) #1576
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Rules-CPP
Issues for C++ rules
type: bug
Comments
|
damienmg
added
type: bug
P2
We'll consider working on this in future. (Assignee optional)
category: rules > C++
labels
Jul 27, 2016
Next to come :) |
Closed
bazel-io
pushed a commit
that referenced
this issue
Oct 11, 2017
In f426544 I updated osx_cc_wrapper to work correctly in case both precompiled .so and cc_library-made .so are linked into a single binary. This cl makes osx_cc_wrapper work also when a precompiled .dylib is provided. Fixes #3450 again for dylibs Fixes #407 One step closer to finishing #1576 RELNOTES: None. PiperOrigin-RevId: 171683650
bazel-io
pushed a commit
that referenced
this issue
Oct 11, 2017
*** Reason for rollback *** I broke http://ci.bazel.io/view/Dashboard/job/bazel-tests/1079/testReport/junit/(root)/(empty)/test_osx_cc_wrapper_rpaths_handling/ *** Original change description *** Fix osx_cc_wrapper to also update dylibs In f426544 I updated osx_cc_wrapper to work correctly in case both precompiled .so and cc_library-made .so are linked into a single binary. This cl makes osx_cc_wrapper work also when a precompiled .dylib is provided. Fixes #3450 again for dylibs Fixes #407 One step closer to finishing #1576 RELNOTES: None. PiperOrigin-RevId: 171806769
bazel-io
pushed a commit
that referenced
this issue
Oct 13, 2017
In f426544 I updated osx_cc_wrapper to work correctly in case both precompiled .so and cc_library-made .so are linked into a single binary. This cl makes osx_cc_wrapper work also when a precompiled .dylib is provided. This is roll-forward of 0257c29. Fixes #3450 again for dylibs Fixes #407 One step closer to finishing #1576 RELNOTES: None. PiperOrigin-RevId: 171969333
I declare 2. fixed :) |
hlopko
added
team-Rules-CPP
Issues for C++ rules
and removed
category: rules > C++
labels
Oct 11, 2018
c-mita
added
P3
We're not considering working on this, but happy to review a PR. (No assignee)
and removed
P2
We'll consider working on this in future. (Assignee optional)
labels
Nov 24, 2020
Hi there! We're doing a clean up of old issues and will be closing this one. Please reopen if you’d like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Rules-CPP
Issues for C++ rules
type: bug
I have encountered a number of issues while building:
The text was updated successfully, but these errors were encountered: