[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

building glibc 2.2.5 with i686 optimization



I was trying to build glibc-2.2.5 (from stable) with i686
optimization, here is the exact line I used to configure it:

configure --enable-kernel=2.4.20 --enable-add-ons=linuxthreads
          --host=i686-linux --build=i686-linux
          --with-headers=/usr/src/kernel-headers-2.4.25
          --with-binutils=/usr/bin
          --prefix=/usr/libc6-i686 --exec-prefix=/usr/libc6-i686

then ran make, make check, make install
          
Now I get the following problem:
Undefined reference to '_dl_cpuclock_offset' from libpthread.so

Seems like it was discussed here:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64257
but my ld-linux.so library was compiled along with everything else and
looking at libthread.so it does refer to the library at
/usr/libc-i686/lib.


Any ideas?

Thanks in advance,
Vladimir




Reply to: