glibc 2.35 release tomorrow (2022-02-02).
Florian Weimer
fweimer@redhat.com
Wed Feb 2 09:38:59 GMT 2022
* Dorian ROSSE:
> i launch this :
>
> '''root@ubuntu-ThinkPad-X250:/home/ubuntu/programs/glibc/build# ./configure
> --prefix=/home/ubuntu/programs/glibc && make && make install'''
>
> i fall on error following :
>
> '''/usr/bin/install -c -m 644 include/limits.h /home/ubuntu/programs/glibc/include/limits.h
> /usr/bin/install: 'include/limits.h' and '/home/ubuntu/programs/glibc/include/limits.h' are the
> same file
> make[1]: *** [Makerules:1173: /home/ubuntu/programs/glibc/include/limits.h] Error 1
> make[1]: Leaving directory '/home/ubuntu/programs/glibc'
> make: *** [Makefile:12 : install] Erreur 2'''
That's because you have set the --prefix option to the source directory
itself. This is not supported. It has to be a separate directory tree.
Thanks,
Florian
More information about the Libc-alpha
mailing list