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

It doesn't seem to be working on my mac #2

Closed
jcoveney opened this issue Dec 14, 2011 · 9 comments
Closed

It doesn't seem to be working on my mac #2

jcoveney opened this issue Dec 14, 2011 · 9 comments

Comments

@jcoveney
Copy link

First off, thanks for making this. Very cool. That said, it's not working on my mac. I'd love to give you any information that can help you troubleshoot though.

@kennethreitz
Copy link

+1

1 similar comment
@odilontalk
Copy link

+1

@kitschpatrol
Copy link

Got it working on Lion 10.7.2 with some help from this comment on HN.

First I compile like so:
gcc stderred.c -D_GNU_SOURCE -Wall -ldl -fPIC -shared -o lib/stderred.dyld

Then added this to my .bash_profile (replace $PATH_TO_LIB accordingly):
export DYLD_INSERT_LIBRARIES=$PATH_TO_LIB/stderred.dyld DYLD_FORCE_FLAT_NAMESPACE=1

Works as advertised.

@jcoveney
Copy link
Author

That worked for me as well, and I just used the make command

@ku1ik
Copy link
Owner

ku1ik commented Dec 14, 2011

Thanks for help guys!

@ku1ik ku1ik closed this as completed Dec 14, 2011
@ku1ik
Copy link
Owner

ku1ik commented Dec 14, 2011

Hey @kitschpatrol and @jcoveney,
Can you try the latest master version on your Macs?
Implementation changed slightly (got better, thanks to @kelnos) and I don't have spare Mac at hand to check it.

@jcoveney
Copy link
Author

I pulled from master and it works fine on 10.6. Lovin it.

@kitschpatrol
Copy link

#sickill Just tried it, still had to sidestep the make file to get a dylib, but f65259d seems to work fine on 10.7.2!

@ku1ik
Copy link
Owner

ku1ik commented Dec 14, 2011

Great!

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

No branches or pull requests

5 participants