Recently I have had to add echo='echo' in order to emerge some packages.
for example with
emerge dev-libs/libxml2
I get lots of errors such as
./libtool: line 941: X--tag=CC: command not found ./libtool: line 941: X--mode=compile: command not found ./libtool: line 1252: X-DHAVE_CONFIG_H: command not found ./libtool: line 1252: Xx86_64-pc-linux-gnu-gcc: command not found
Question
ainsley31415926
Recently I have had to add echo='echo' in order to emerge some packages.
for example with
emerge dev-libs/libxml2
I get lots of errors such as
./libtool: line 941: X--tag=CC: command not found
./libtool: line 941: X--mode=compile: command not found
./libtool: line 1252: X-DHAVE_CONFIG_H: command not found
./libtool: line 1252: Xx86_64-pc-linux-gnu-gcc: command not found
etc
But if I do this:
echo='echo' emerge dev-libs/libxml2
It emerges without problems.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts