TEA (tclconfig) Source Code

Ticket Change Details
Login
Overview

Artifact ID: fdb90fd1f8dfe0dd2e63d935bcc5e5c095f915dc24cfe64262fd7363646492d1
Ticket: 0d56ddedbebef31d6ed5f86f5d3c5816edae8f56
CFLAGS broken at configure time
User & Date: pooryorick 2018-08-13 05:04:24
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/x-fossil-wiki"
  4. comment changed to:
    autoconf uses CFLAGS at configure time when performing many checks.  However,
    tcl.m4 adds the strings <code>${CFLAGS_DEFAULT}</code> and
    <code>${CFLAGS_WARNING}</code>.  Because of this, any autoconf test that passes
    CFLAGS to the compiler at runtime fails.  One example is
    <code>AC_TYPE_OFF_T</code>.  On a Linux system this test currently fails, and
    autoconf erroneously configures the build as if there was no such type
    available.  In one extension this leads to the error,
    
        <code>&lt;command-line&gt;: error: two or more data types in declaration specifiers</code>
    
  5. is_private changed to: "0"
  6. login: "pooryorick"
  7. priority changed to: "5 Medium"
  8. resolution changed to: "None"
  9. severity changed to: "Minor"
  10. status changed to: "Open"
  11. submitter changed to: "pooryorick"
  12. subsystem changed to: "70. Sample Extension"
  13. title changed to: "CFLAGS broken at configure time"
  14. type changed to: "Bug"