New submission from Yichao Yu <[email protected]>: See https://github.com/pyopencl/pyopencl/issues/35
When compiling cpp code, pypy uses the c compiler (`cc` in this case) to link the binary and therefore is not linked to appropriate c++ runtime libraries. It also seems that it is passing a c/obj-c only compiler option (`-Wimplicit`) when compiling c++ code as well, resulting in some compiler warnings. ---------- messages: 6875 nosy: pypy-issue, yuyichao priority: bug status: unread title: Not using proper c++ compilers/linker while compiling c++ code. ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1763> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
