[pypy-issue] [issue1763] Not using proper c++ compilers/linker while compiling c++ code.

Yichao Yu tracker at bugs.pypy.org
Sat May 10 17:39:55 CEST 2014


New submission from Yichao Yu <yyc1992 at gmail.com>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1763>
________________________________________


More information about the pypy-issue mailing list