#903 closed defect (fixed)
csc's command line switch -output-file is ignored
| Reported by: | Maurizio Tomasi | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 4.9.0 |
| Component: | unknown | Version: | 4.7.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
Using Chicken Scheme 4.7.0, -output-file is ignored. However, -o works as expected.
Example:
$ ls foo.scm $ csc foo.scm -output-file bar $ ls foo* foo.scm $ csc foo.scm -o bar $ ls bar* foo* foo.scm
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Fixed by 91d56ee4be941fb0b63b9d2f60b57dd2660c451f