[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1655: csc: when .c files are supplied and -c is given, the -o optio
From: |
Chicken Trac |
Subject: |
Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect |
Date: |
Sun, 24 Nov 2019 12:45:22 -0000 |
#1655: csc: when .c files are supplied and -c is given, the -o option has no
effect
-----------------------------------+------------------------------
Reporter: kristianlm | Owner: felix winkelmann
Type: defect | Status: reopened
Priority: major | Milestone: 5.2
Component: core tools | Version: 5.1.0
Resolution: | Keywords:
Estimated difficulty: medium |
-----------------------------------+------------------------------
Comment (by felix winkelmann):
To reproduce the error this change triggers, consider the tweetnacl egg:
The problem here is that the custom-build script adds an additional file
to the csc invocation, taking advantage of the fact that csc will compile
all files given on the command line. Previously the "-o" option was
partially ignored when multiple files together with the "-c" where given,
which seemed to work most of the time, or accidentally met the user's
expectations. But strictly speaking, the custom build script is incorrect.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1655#comment:8>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/12
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/12
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/12
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/12
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/17
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/23
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/24
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/24
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect,
Chicken Trac <=
- Re: #1655: csc: when .c files are supplied and -c is given, the -o option has no effect, Chicken Trac, 2019/11/24