﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1054	"""csc -deploy"" does not find libchicken.dll on windows"	Răzvan Rotaru		"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."	defect	closed	minor	4.11.0	compiler	4.8.x	fixed			
