This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: build failure on i[56]86


Ben Collins <bcollins@debian.org> writes:

> On i[56]86, dl-procinfo.o is not built, and thus ldconfig fails to
> link missing symbols found in that file. Building for i386 works fine.
> My CFLAGS include -mcpu=i[56]86, and I'm using these config options:

sysdeps/unix/sysv/linux/i386/Makefile contains:
# extra shared linker files to link into dl-allobjs.so and libc
sysdep-dl-routines += dl-procinfo
sysdep_routines += dl-procinfo

Therefore you should get everythink.
> 
> --host=i386-linux --build=i386-linux --prefix=/usr --without-cvs
Why are you specifying both --host and --build?  Are you sure that
you're not building a cross-glibc?
> --disable-profile --with-headers=/usr/src/kernel-headers-2.4.2/include
> --enable-kernel=2.0.30 --enable-add-ons=linuxthreads
> 
> Compiler is gcc 2.95.3-test. This has worked in the past (with 2.2 and
> 2.2.1), but not with current CVS (and no, there are no empty files
> laying around now :)

Please send all the information glibcbug shows,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]