﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1785	csc man page lists -static-libs but -static is the correct option	tkurtbond		"The `csc` man page lists `-static-libs` as the option for linking with static CHICKEN libraries and extensions, but `-static` is actually the correction option.
{{{
$ csc -version
CHICKEN
(c) 2008-2020, The CHICKEN Team
(c) 2000-2007, Felix L. Winkelmann
Version 5.2.0 (rev 317468e4)
macosx-unix-clang-x86-64 [ 64bit dload ptables ]
$ csc -static-libs
csc: invalid option `-static-libs'
$ csc -static
csc: no source files specified
}}}
I've attached a patch."	defect	closed	major	someday	unknown	5.2.0	fixed			
