We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: