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
Does anyone has idea related to this issue?
g++ -shared -o idextension.so main.o -lphpcpp /usr/bin/ld: _ZN3Php3outE: TLS reference in main.o mismatches non-TLS definition in /usr/lib/gcc/x86_64-linux-gnu/4.9/libphpcpp.so section .bss /usr/lib/gcc/x86_64-linux-gnu/4.9/libphpcpp.so: error adding symbols: Bad value collect2: error: ld returned 1 exit status Makefile:124: recipe for target 'idextension.so' failed make: *** [idextension.so] Error 1
The text was updated successfully, but these errors were encountered:
Did you build php-cpp with the same g++ 4.9?
Sorry, something went wrong.
Maybe the php you depend now is not the one libphpcpp built against. One is TS, the other one is NTS.
No branches or pull requests
Does anyone has idea related to this issue?
g++ -shared -o idextension.so main.o -lphpcpp
/usr/bin/ld: _ZN3Php3outE: TLS reference in main.o mismatches non-TLS definition in /usr/lib/gcc/x86_64-linux-gnu/4.9/libphpcpp.so section .bss
/usr/lib/gcc/x86_64-linux-gnu/4.9/libphpcpp.so: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:124: recipe for target 'idextension.so' failed
make: *** [idextension.so] Error 1
The text was updated successfully, but these errors were encountered: