chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chicken Trac
Subject: #1785: csc man page lists -static-libs but -static is the correct option
Date: Fri, 10 Sep 2021 22:18:06 -0000

#1785: csc man page lists -static-libs but -static is the correct option
----------------------------------+---------------------
            Reporter:  tkurtbond  |       Type:  defect
              Status:  new        |   Priority:  major
           Milestone:  someday    |  Component:  unknown
             Version:  5.2.0      |   Keywords:
Estimated difficulty:             |
----------------------------------+---------------------
 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.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1785>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]