Shell/Bash: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Example
Shell/Bash Example: This is the "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1" Example. compiled from many sources on the internet by SimpleTutorials.org
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
$ sudo apt-get install libxml2-dev libxslt1-dev
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
sudo apt-get install libpq-dev libxml2-dev libxslt1-dev python-dev
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
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
* Summary: This "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!