This is the mail archive of the libc-hacker@sourceware.cygnus.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]

make install install_root not working anymore?



I tried a compilation of glibc 2.1 which has been configured without
any add-ons and with --disable-versioning (three small patches were
necessary for make && make check which I've send separatly to Uli).  I 
got a problem installing the library which seems to be a more general
problem:

Trying to install into a test directory I typed:

$ make install install_root=/tmp/libc-test-install

and got the following:
[...]
mv -f /tmp/libc-test-install/usr/glibc/glibc-2.1/lib/libc.so.6.new /tmp/libc-test-install/usr/glibc/glibc-2.1/lib/libc.so.6
make[1]: *** No rule to make target `/tmp/libc-test-install/usr/glibc/glibc-2.1/lib/libc_nonshared.a', needed by `/tmp/libc-test-install/usr/glibc/glibc-2.1/lib/libc.so'.  Stop.

Strange - I do have libc_nonshared.a in my build directory:
$ ll libc*
-rw-r--r--   1 aj       users    16062670 May 10 23:27 libc.a
-rwxr-xr-x   1 aj       users     3615127 May 10 23:28 libc.so*
lrwxrwxrwx   1 aj       users           7 May 10 23:29 libc.so.6 -> libc.so*
-rw-r--r--   1 aj       users       56242 May 10 23:27 libc_nonshared.a
-rw-r--r--   1 aj       users    15704636 May 10 23:25 libc_pic.a
-rw-r--r--   1 aj       users    14632680 May 10 23:27 libc_pic.os

Zack, is this some kind of typo/omission in your recent Makefile
changes?  I'm using the current cvs version (your last patches to the
list aren't applied).

Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@alma.student.uni-kl.de


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