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

can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB) #1

Open
wstucco opened this issue Aug 5, 2013 · 0 comments
Open

can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB) #1

wstucco opened this issue Aug 5, 2013 · 0 comments
Labels

Comments

@wstucco
Copy link

wstucco commented Aug 5, 2013

trying to compile this package against php version 5.4.15, custom build on a Mac OS X 10.7.5
gcc version 4.2.1

gcc -I . -g -O2 -fPIC -m64 -pthread -fno-common -o $WORK/github.com/mikespook/goemphp/php/_obj/_cgo_.o $WORK/github.com/mikespook/goemphp/php/_obj/_cgo_main.o $WORK/github.com/mikespook/goemphp/php/_obj/_cgo_export.o $WORK/github.com/mikespook/goemphp/php/_obj/php.cgo2.o $WORK/github.com/mikespook/goemphp/php/_obj/php_embed.o -lphp5
# github.com/mikespook/goemphp/php

ld: can't link with bundle (MH_BUNDLE) only dylibs (MH_DYLIB) for architecture x86_64
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant