Message215267
| Author |
rpetrov |
| Recipients |
dellair.jie, loewis, r.david.murray, rpetrov, vstinner |
| Date |
2014年03月31日.20:53:54 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<5339D5E1.5060906@roumenpetrov.info> |
| In-reply-to |
<1396268843.34.0.44691019137.issue21085@psf.upfronthosting.co.za> |
| Content |
dellair jie wrote:
>
> dellair jie added the comment:
>
> Applied the patch 0001-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch in case: http://bugs.python.org/issue13756
>
> The build failed with parser module:
> building 'parser' extension
> gcc ...... .../parsermodule.o: In function `parser_sizeof':
> /cygdrive/c/temp/Python-3.Modules/parsermodule.c:371: undefined reference to `__PyNode_SizeOf'
> collect2: ld returned 1 exit status
>
> Could anyone shed some lights please?
See issue18637 |
|