Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 12 years ago by Mario Domenech Goulart

Fixed by 91d56ee4be941fb0b63b9d2f60b57dd2660c451f

comment:2 Changed 12 years ago by Mario Domenech Goulart

Resolution: fixed
Status: newclosed

comment:3 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.