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]
Other format: [Raw text]

Glibc compile errors


After compiling glibc 2.3.1, I get the following errors when doing a make
install. I am trying to install glibc into another temporary directory

I used the following command lines.
./configure --prefix=/usr --libexecdir=/usr/bin --disable-profile --enable-a
dd-ons --disable-nls  i586-slackware-linux
make -j 4 LDFLAGS+=-Os LDFLAGS+=-march=i586

and then when I run...
make install install_root=/tmp/a

It works fine until

/usr/bin/ginstall -c libutil.so /tmp/a/lib/libutil-2.3.1.so.new
mv -f /tmp/a/lib/libutil-2.3.1.so.new /tmp/a/lib/libutil-2.3.1.so
echo libutil-2.3.1.so /tmp/a/lib/libutil.so.1 >> ../elf/symlink.list
rm -f /tmp/a/usr/lib/libutil.so.new
/bin/sh ../scripts/rellns-sh /tmp/a/lib/libutil.so.1
/tmp/a/usr/lib/libutil.so.new
mv -f /tmp/a/usr/lib/libutil.so.new /tmp/a/usr/lib/libutil.so
/usr/bin/ginstall -c -m 644 libutil.a /tmp/a/usr/lib/libutil.a
/usr/lib/gcc-lib/i386-slackware-linux/3.2.1/../../../../i386-slackware-linux
/bin/ranlib /tmp/a/usr/lib/libutil.a
/usr/bin/ginstall -c -m 4755 -o root pt_chown /tmp/a/usr/bin/pt_chown
make[1]: Leaving directory `/tmp/glibc-2.3.1/login'
make  -C elf subdir_install
make[1]: Entering directory `/tmp/glibc-2.3.1/elf'
/usr/bin/ginstall -c -m 644 elf.h /tmp/a/usr/include/elf.h
/usr/bin/ginstall -c -m 644 ../sysdeps/generic/bits/elfclass.h
/tmp/a/usr/include/bits/elfclass.h
/usr/bin/ginstall -c -m 644 link.h /tmp/a/usr/include/link.h
make[1]: *** No rule to make target `../dlfcn/libdl.so.2', needed by
`sprof'.  Stop.
make[1]: Leaving directory `/tmp/glibc-2.3.1/elf'
make: *** [elf/subdir_install] Error 2

Any help would be greatly appreciated. Thanks in advance.


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