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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22969>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to