This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

building glibc 2.6


I'm trying to build glibc 2.6 on i686, using gcc 4.1.2, with
configuration as follows:

CFLAGS='-O2 -g -march=i486' ../configure --prefix=/usr \ 
  --disable-profile  --enable-add-ons \
  --enable-kernel=2.6.21 --without-cvs --with-tls

The build itself goes OK, but I get a failure on "make check" in 
the dlfcn subdirectory:

Didn't expect signal from child: got `Segmentation fault'
make[2]: *** [/usr/src/glibc-2.6/compile/dlfcn/bug-atexit3.out] Error 1
make[1]: *** [dlfcn/tests] Error 2
make: *** [check] Error 2

Any suggestions on what might be wrong here would be gratefully
received.  (I might add that I'm not a total novice at this,
having built several previous releases of glibc successfully.)

-- 
Allin Cottrell
Department of Economics
Wake Forest University, NC


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