Article 5CWDS glibc make process crashing while trying to mv a nonexistant file

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.latest?d=yIl2AUoC8zA latest?i=Dlpa8Dmszxc:zpUfQbHK7yE:F7zBnMy latest?i=Dlpa8Dmszxc:zpUfQbHK7yE:V_sGLiP latest?d=qj6IDK7rITs latest?i=Dlpa8Dmszxc:zpUfQbHK7yE:gIN9vFwDlpa8Dmszxc
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments