Answers for "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1"

1

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

$ sudo apt-get install libxml2-dev libxslt1-dev
Posted by: Guest on October-20-2020
0

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

sudo apt-get install libpq-dev libxml2-dev libxslt1-dev python-dev
Posted by: Guest on March-14-2021
0

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

sudo apt-get install python-dev
sudo apt-get install libxml2-dev libxslt1-dev
Posted by: Guest on February-20-2021
0

python error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

sudo apt-get install gcc python3.x-dev # choose correct python version
Posted by: Guest on February-20-2021

Code answers related to "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language