[Clfs-commits] [CLFS Trac] #207: xz-4.999.8beta 64bit build fails (common.h line 101)

CLFS Trac trac at cross-lfs.org
Tue Apr 21 10:41:26 PDT 2009


#207: xz-4.999.8beta 64bit build fails (common.h line 101)
-----------------------+----------------------------------------------------
 Reporter:  woodyofid  |       Owner:  clfs-commits at lists.cross-lfs.org.
     Type:  defect     |      Status:  new                              
 Priority:  blocker    |   Milestone:  CLFS Standard 1.2.0              
Component:  BOOK       |     Version:  CLFS Standard SVN                
 Keywords:  xz C99     |  
-----------------------+----------------------------------------------------
 The configure/Makefile for xz seems to not correctly detect when being
 configured for 64bit to use the -std=gnu99 argument for the compile (xz
 uses C99 specific syntax).  It does correctly detect and use the
 -std=gnu99 argument in 32bit mode.

 For guide purposes, the make line for 64bit should be amended like so:

   make CC="gcc ${BUILD64} -std=gnu99" CXX="g++ ${BUILD64}"

 This fixes the build by compensating for xz's (incomplete?) configure.

-- 
Ticket URL: <http://trac.cross-lfs.org/ticket/207>
CLFS Trac <http://trac.cross-lfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list