Summary
csc man page lists -static-libs but -static is the correct option
Metadata
- Id: d6197adf7020e5b36099a5b9dc2fefdee815a780
- Trac id: 1785
- Type: defect
- Reporter: tkurtbond
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 5.2.0
- Changetime: 2021-09-13 14:36:09 UTC
- Created: 2021-09-11 00:18:06 UTC
- Keywords:
Attachments
- d6197adf7020e5b36099a5b9dc2fefdee815a780/attachments/csc-man-page-static-libs.patch
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