chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1054: "csc -deploy" does not find libchicken.dll on


From: Chicken Trac
Subject: [Chicken-janitors] #1054: "csc -deploy" does not find libchicken.dll on windows
Date: Fri, 27 Sep 2013 09:48:56 -0000

#1054: "csc -deploy" does not find libchicken.dll on windows
----------------------+-----------------------------------------------------
 Reporter:  rrotaru   |       Owner:         
     Type:  defect    |      Status:  new    
 Priority:  minor     |   Milestone:  someday
Component:  compiler  |     Version:  4.8.x  
 Keywords:            |  
----------------------+-----------------------------------------------------
 When calling csc with "-deploy", an error occurs because libchicken.dll is
 not found (see example below). csc looks for the dll in
 %CHICKEN_PREFIX%\lib, but the file resides in %CHICKEN_PREFIX%\bin. In the
 example below, the environment variable CHICKEN_PREFIX is set to
 "C:\Program Files (x86)\Chicken Scheme".


 {{{
 D:\scheme>csc -deploy test.scm -o test
 The system cannot find the file specified.

 Error: shell command terminated with non-zero exit status 1: "copy /Y
 "C:\Program Files (x86)\Chicken Scheme\lib\libchic
 ken.dll" "test""
 }}}

 After execution, the folder "d:\scheme\test" was created and test.exe
 copied to it, but not libchicken.dll.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1054>
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]