chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #210: library directory used in csc not always correc


From: Chicken Trac
Subject: [Chicken-janitors] #210: library directory used in csc not always correct on 64-bit systems
Date: Sat, 10 Apr 2010 21:33:38 -0000

#210: library directory used in csc not always correct on 64-bit systems
------------------------+---------------------------------------------------
 Reporter:  felix       |       Owner:       
     Type:  defect      |      Status:  new  
 Priority:  major       |   Milestone:  4.6.0
Component:  core tools  |     Version:  4.4.x
 Keywords:  csc         |  
------------------------+---------------------------------------------------
 Adam Young pointed out an error in `csc`:

 {{{
 *** csc.scm.orig        2010-03-31 19:55:22.831032315 -0400
 --- csc.scm     2010-03-31 19:56:47.520908976 -0400
 ***************
 *** 253,259 ****
   (define linking-optimization-options default-linking-optimization-
 options)

   (define library-dir
 !   (prefix "" "lib"
            (if host-mode
                INSTALL_LIB_HOME
                TARGET_LIB_HOME)) )
 --- 253,259 ----
   (define linking-optimization-options default-linking-optimization-
 options)

   (define library-dir
 !   (prefix "" "lib64"
            (if host-mode
                INSTALL_LIB_HOME
                TARGET_LIB_HOME)) )
 }}}

 It has to be checked, whether this is needed for all linux (or other
 UNIXoid) systems.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/210>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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