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 against gnustep-base on Linux #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ngrewe
Copy link

@ngrewe ngrewe commented Jul 26, 2016

Hi SSheldon!

Another small patch for supporting GNUstep-flavoured Objective-C interop on Linux. Pretty straightforward except for a small trick required to get the linker to behave as required.

Unfortunately, it is dependent on the changes detailed in SSheldon/rust-block#2.

Cheers,

Niels

The linker is smart enough to figure out that we are not using
any symbols from the Foundation library, and elides the request to
link it. To circumvent this, we define a (unused) function referencing
the symbol for NSObject
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 this pull request may close these issues.

1 participant