简体   繁体   中英

glibc-2.14 when 'make install' failed whit 2 error

/usr/bin/install -c -m 644 include/limits.h /usr/local/glibc-2.14/include/limits.h

/usr/bin/install: include/limits.h' and /usr/local/glibc-2.14/include/limits.h' are the same file

make[1]: *** [/usr/local/glibc-2.14/include/limits.h] Error 1

make[1]: Leaving directory `/usr/local/glibc-2.14'

make: ***[install] Error 2

install glibc-2.14, when i enter 'make install' it show this 2 error

someone help me

Thanks

looks like you're trying to install glibc into the same place you built it ? simple answer: don't do that.

if that isn't what you're doing, please describe the exact ./configure and make and make install commands you're using.

use difference folder for the build and prefix, like:

  • the build folder path is ~/glibc-2.14/build
  • and the prefix folder path is /opt/glibc-2.14

it will solve this

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM