Summary

csc man page lists -static-libs but -static is the correct option

Metadata

Attachments

Description

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.

Changes and comments

[2021-09-11 00:20:55 UTC] tkurtbond attached csc-man-page-static-libs.patch (description=Patch for csc.mdoc to replace mention of -static-libs with -static.)

[2021-09-13 14:36:09 UTC] sjamaan changed status from new to closed

[2021-09-13 14:36:09 UTC] sjamaan set resolution to fixed

[2021-09-13 14:36:09 UTC] sjamaan wrote:

Thanks, fixed in 429c61bd / 5593621a