﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
210	library directory used in csc not always correct on 64-bit systems	felix winkelmann	felix winkelmann	"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.
"	defect	closed	major		core tools	4.4.x	worksforme	csc		
