glibc make process crashing while trying to mv a nonexistant file
by freddson6 from LinuxQuestions.org on (#5CWDS)
Hello,
I am trying to compile glibc along with gcc for a cross-compiler that I would use for my Linux distro (note that I am not using LFS). I was compiling glibc with a makefile made by this command:
Code:../glibc-2.32/configure --prefix=/usr --host= --build= --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.32 --with-__thread --with-binutils=/cross-tools/bin --with-headers=/usr/include --cache-file=config.cacheand the make -j5 command, and an error has occured:
Code:mv: cannot stat '/mnt/d/akari/glibc-build/dlfcn/stamp.oST': No such file or directoryI do not know why has that happened, since a file similarly called 'stamp.os' is in the same directory. If anyone knows why has that happened I would be really grateful.


I am trying to compile glibc along with gcc for a cross-compiler that I would use for my Linux distro (note that I am not using LFS). I was compiling glibc with a makefile made by this command:
Code:../glibc-2.32/configure --prefix=/usr --host= --build= --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.32 --with-__thread --with-binutils=/cross-tools/bin --with-headers=/usr/include --cache-file=config.cacheand the make -j5 command, and an error has occured:
Code:mv: cannot stat '/mnt/d/akari/glibc-build/dlfcn/stamp.oST': No such file or directoryI do not know why has that happened, since a file similarly called 'stamp.os' is in the same directory. If anyone knows why has that happened I would be really grateful.