Bug 3694 - Failure to compile xorg -- undefined reference to `xalloc'
Summary: Failure to compile xorg -- undefined reference to `xalloc'
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-03 15:18 UTC by Daniel Stone
Modified: 2005-07-02 22:52 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description FreeDesktop Bugzilla Database Corruption Fix User 2005-07-03 15:18:53 UTC
root@Beauty9:/usr/src/xc/programs/Xserver # make
gcc -m32 -o Xorg -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic
-Wall -Wpointer-arith -Wstrict-prototypes                       
-Wmissing-prototypes -Wmissing-declarations                    
-Wredundant-decls -Wnested-externs -Wundef     -L../../exports/lib  
xkb/xf86KillSrv.o xkb/xf86VT.o xkb/xf86Private.o         
../../programs/Xserver/hw/xfree86/common/xf86Init.o
../../programs/Xserver/hw/xfree86/common/xf86IniExt.o
../../programs/Xserver/hw/xfree86/common/libxf86.a        
../../programs/Xserver/hw/xfree86/parser/libxf86config.a
../../programs/Xserver/hw/xfree86/os-support/libxf86_os.a
../../programs/Xserver/hw/xfree86/loader/libloader.a           
../../programs/Xserver/hw/xfree86/common/libxf86.a dix/libdix.a os/libos.a     
    ../../lib/font/fontbase.o                  ../../lib/font/libfontbase.a
Xext/libexts.a xkb/libxkb.a os/libos.a Xi/libxinput.a                  
lbx/liblbx.a                   ../../lib/lbxutil/liblbxutil.a 
../../programs/Xserver/hw/xfree86/common/libxf86.a          
composite/libcomposite.a damageext/libdamage.a miext/damage/libdamage.a
xfixes/libxfixes.a miext/cw/libcw.a              Xext/libexts.a xkb/libxkb.a
os/libos.a Xi/libxinput.a                   lbx/liblbx.a                  
../../lib/lbxutil/liblbxutil.a  randr/librandr.a render/librender.a
dix/libxpstubs.a mi/libmi.a composite/libcomposite.a damageext/libdamage.a
miext/damage/libdamage.a xfixes/libxfixes.a miext/cw/libcw.a               
Xext/libexts.a xkb/libxkb.a os/libos.a Xi/libxinput.a             lbx/liblbx.a 
                 ../../lib/lbxutil/liblbxutil.a  randr/librandr.a
render/librender.a  ../../programs/Xserver/hw/xfree86/os-support/libxf86_os.a  
  -lz -lm                     -lXau -lXdmcp  -rdynamic -ldl 
-Wl,-rpath-link,../../exports/lib
../../lib/lbxutil/liblbxutil.a(lbxdelta.o)(.text+0x4d): In function
`LBXInitDeltaCache':
: undefined reference to `xalloc'
../../lib/lbxutil/liblbxutil.a(lbxdelta.o)(.text+0xb8): In function
`LBXFreeDeltaCache':
: undefined reference to `xfree'
Comment 1 Adam Jackson 2005-07-03 15:52:16 UTC
please cvs up and try again.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.