Issue 872175: README build instructions for fpectl (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/39776

classification

Title: README build instructions for fpectl
Type: enhancement Stage:
Components: Build Versions:

process

Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, georg.brandl, mwh, stevech
Priority: normal Keywords:

Created on 2004-01-07 06:15 by stevech, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg19564 - (view) Author: Steve Chaplin (stevech) Date: 2004-01-07 06:15
configure.in supports the option '--with-fpectl' However, the "Configuration options and variables" section in the Python-2.3.3/README file mentions many options, but does not mention --with-fpectl I think the README should contain a few lines saying what the default setting is and why you may want to switch it on or off.
msg19565 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-20 10:24
Logged In: YES user_id=1188172 Added a note in rev. 42512.
msg19566 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2006-02-20 12:59
Logged In: YES user_id=6656 Waaa, the correct thing to is to remove the --with-fpectl from configure! I've been meaning to post to python-dev for a while now proposing the ripping out of this code. It's just not useful any more. At any rate, I am actively opposed to advertising its existence more widely.
msg19567 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-03-17 19:49
Logged In: YES user_id=849994 Added the question about fpectl to PEP 356, this will be resolved before 2.5.
History
Date User Action Args
2022-04-11 14:56:02 admin set github: 39776
2004-01-07 06:15:09 stevech create