swoole / phpy

Connecting the Python and PHP ecosystems together
Apache License 2.0
539 stars 44 forks source link

this is a c++ ext, use proper linker command #61

Closed remicollet closed 2 months ago

remicollet commented 2 months ago

And also no need to add libstdc++ which is present by default with the proper linker

remicollet commented 2 months ago

Notice: in some cases (devtoolset in RHEL) libstdc++ is not enough (some static libraries are also needed, added by the g++ linker command)