Opened 3 years ago

Closed 3 years ago

#1785 closed defect (fixed)

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

Reported by: tkurtbond Owned by:
Priority: major Milestone: someday
Component: unknown Version: 5.2.0
Keywords: Cc:
Estimated difficulty:

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.

Attachments (1)

csc-man-page-static-libs.patch (385 bytes) - added by tkurtbond 3 years ago.
Patch for csc.mdoc to replace mention of -static-libs with -static.

Download all attachments as: .zip

Change History (2)

Changed 3 years ago by tkurtbond

Patch for csc.mdoc to replace mention of -static-libs with -static.

comment:1 Changed 3 years ago by sjamaan

Resolution: fixed
Status: newclosed

Thanks, fixed in 429c61bd / 5593621a

Note: See TracTickets for help on using tickets.