autotools

Debugging the error "gcc: error: x86_64-linux-gnu-gcc: No such file or directory"

Debugging the error "gcc: error: x86_64-linux-gnu-gcc: No such file or directory" Question: I’m trying to build: https://github.com/kanzure/nanoengineer But it looks like it errors out on: gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/python2.7 -std=c99 x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -MT libstructcompare_a-structcompare.o -MD -MP -MF .deps/libstructcompare_a-structcompare.Tpo -c -o libstructcompare_a-structcompare.o `test -f ‘structcompare.c’ || echo …

Total answers: 10