Score:0

configure seems missing for glibc

dz flag

I have follow the INSTALL documentation for run your command line advice but the glibc program unwant to do your advice,

the command line is the following :

root@ubuntu-ThinkPad-X250:/home/ubuntu/programs/glibc-2.31/src/gnu/glibc-build# configure --prefix=usr CC="gcc -m32" CFLAGS="-O3"
  configure : commande introuvable

Thank you in advance to help myself fully install your program,

Regards.

Dorian ROSSE.

William Martens avatar
cn flag
Welcome to Askubuntu! Please can you include the OS and details of it ? (such as; version, LTS? , what kind of Ubuntu? and version of the program(link to it?) ) and if applicable - any log file *maybe from make, or similar Wishes!
hr flag
Why are you running as root? Why are you trying to build libc6 from source? Both those things are red flags for breaking things fast. Regardless, unless the current working directory is on root's `PATH`, you need `./configure` not just `configure` - see [Why do I need to type `./` before executing a program in the current directory?](https://askubuntu.com/questions/320632/why-do-i-need-to-type-before-executing-a-program-in-the-current-directory)
chili555 avatar
cn flag
Why not: `sudo apt update && sudo apt install glibc` Welcome to Ask Ubuntu.
dz flag
sudo apt install glibc E: Impossible de trouver le paquet glibc
dz flag
/glibc-2.31# ./configure && make && make install
dz flag
configure: error: you must configure in a separate build directory
dz flag
/glibc-2.31/build# ./configure && make && make install -bash: ./configure: Aucun fichier ou dossier de ce type
dz flag
/glibc-2.31/build# configure && make && make install configure : commande introuvable
dz flag
/glibc-2.31/src/gnu/glibc-build# ./configure && make && make install -bash: ./configure: Aucun fichier ou dossier de ce type
dz flag
/glibc-2.31/src/gnu/glibc-build# configure && make && make install configure : commande introuvable
dz flag
like you see all command line fail and apt install glibc doesn't find a package glibc
dz flag
I went to follow the reame INSTALL finaly :
dz flag
/glibc-2.31/src/gnu/glibc-build# ./configure CC="gcc -m32" CFLAGS="-O3" -bash: ./configure: Aucun fichier ou dossier de ce type root@ubuntu-ThinkPad-X250:/home/ubuntu/programs/glibc-2.31/src/gnu/glibc-build# configure && make && make install configure : commande introuvable
dz flag
/glibc-2.31/src/gnu/glibc-build# configure CC="gcc -m32" CFLAGS="-O3" configure : commande introuvable
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.