[issue22969] Compile fails with --without-signal-module

KHH report at bugs.python.org
Mon Dec 1 00:27:42 CET 2014


New submission from KHH:

When compiling with the ./configure --without-signal-module the configure file adds Parser/intrcheck.o to SIGNAL_OBJS, but the corresponding Parser/intercheck.c has been removed from the build tree. 

Removing the Parser/intrcheck.o causes the build to fail due to undefined references.

The error logs are attached.

----------
components: Build
files: python-compile-errors.txt
messages: 231910
nosy: KHH
priority: normal
severity: normal
status: open
title: Compile fails with --without-signal-module
type: compile error
versions: Python 3.4
Added file: http://bugs.python.org/file37329/python-compile-errors.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22969>
_______________________________________


More information about the Python-bugs-list mailing list