chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #903: csc's command line switch -output-file is ignor


From: Chicken Trac
Subject: [Chicken-janitors] #903: csc's command line switch -output-file is ignored
Date: Sun, 19 Aug 2012 14:22:49 -0000

#903: csc's command line switch -output-file is ignored
-----------------------+----------------------------------------------------
 Reporter:  zio_tom78  |       Owner:       
     Type:  defect     |      Status:  new  
 Priority:  minor      |   Milestone:  4.8.0
Component:  unknown    |     Version:  4.7.x
 Keywords:             |  
-----------------------+----------------------------------------------------
 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
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/903>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]