Message151986
| Author |
skrah |
| Recipients |
skrah |
| Date |
2012年01月26日.00:11:56 |
| SpamBayes Score |
0.00060984446 |
| Marked as misclassified |
No |
| Message-id |
<1327536717.01.0.741263593585.issue13869@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Passing -UNDEBUG as CFLAGS currently doesn't work:
./configure CFLAGS="-UNDEBUG" && make
[...]
libpython3.3m.a(object.o): In function `PyObject_Str':
/home/stefan/pydev/cpython/Objects/object.c:441: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o): In function `unicode_result_ready':
/home/stefan/pydev/cpython/Objects/unicodeobject.c:476: undefined reference to `_PyUnicode_CheckConsistency'
/home/stefan/pydev/cpython/Objects/unicodeobject.c:468: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o): In function `PyUnicode_New':
/home/stefan/pydev/cpython/Objects/unicodeobject.c:1066: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o): In function `get_latin1_char':
/home/stefan/pydev/cpython/Objects/unicodeobject.c:1647: undefined reference to `_PyUnicode_CheckConsistency'
libpython3.3m.a(unicodeobject.o):/home/stefan/pydev/cpython/Objects/unicodeobject.c:1787: more undefined references to `_PyUnicode_CheckConsistency' follow |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年01月26日 00:11:57 | skrah | set | recipients:
+ skrah |
| 2012年01月26日 00:11:57 | skrah | set | messageid: <1327536717.01.0.741263593585.issue13869@psf.upfronthosting.co.za> |
| 2012年01月26日 00:11:56 | skrah | link | issue13869 messages |
| 2012年01月26日 00:11:56 | skrah | create |
|