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

running make errors on OS X (10.6.8) #15

Closed
felideon opened this issue Dec 6, 2012 · 1 comment
Closed

running make errors on OS X (10.6.8) #15

felideon opened this issue Dec 6, 2012 · 1 comment

Comments

@felideon
Copy link

felideon commented Dec 6, 2012

ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/dylib1.o/bundle1.o) for inferred architecture x86_64

Was able to fix by adding /usr/lib/dylib1.o to the ld command (as suggested above) in the Makefile:

ld -dylib -o glop-bridge.dylib /usr/lib/dylib1.o ${OBJ} -lc -framework AppKit,Carbon,CoreServices

I was able to quickload glop after doing this.

@patzy
Copy link
Collaborator

patzy commented Dec 18, 2012

Does this also work on other OSX versions ?
I'll try to catch jtza on #lispgames since he's the one who did the osx port

patzy added a commit that referenced this issue Jan 22, 2014
@patzy patzy closed this as completed Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants