Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Include isr into main zinc rlib #45

Closed
3 tasks
bharrisau opened this issue May 31, 2014 · 4 comments
Closed
3 tasks

Include isr into main zinc rlib #45

bharrisau opened this issue May 31, 2014 · 4 comments

Comments

@bharrisau
Copy link
Contributor

There are some issues with symbols going missing on OSX during linking (#41). Investigate and fix.

  • find source
  • submit fix
  • remove symbol stripping from Rakefile
@teachop
Copy link

teachop commented May 31, 2014

If you need testers I can help. As of this AM it is now building on OS X without the symbol undefined error. Thanks.

@errordeveloper
Copy link
Member

I was actually wondering why we have separate crate for this... I'm happy to help fixing this.

@farcaller
Copy link
Member

so we need to have pub use in the app crate for that, right? That should be doable, especially if PT does that implicitly for the user.

@mcoffin
Copy link
Contributor

mcoffin commented Jun 1, 2015

It turns out that this is due to using the system ar on OS X instead of the one that comes with the toolchain. autotools now detects the right AR and puts it in .cargo/config. Therefore, this was fixed with the landing of #285.

@mcoffin mcoffin closed this as completed Jun 1, 2015
@mcoffin mcoffin removed the ready label Jun 1, 2015
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

5 participants