listing.o: listing.cc listing.h g++ -c listing.cc [/code] Я получаю такие ошибки. В чем может быть проблема? [code]jeannetteadorante@LAPTOP-CIB2C03C:~$ make g++ -o compile scanner.o listing.o /usr/bin/ld:listing.o: file format not recognized; treating as linker script /usr/bin/ld:listing.o:5: syntax error `collect2: error: ld returned 1 exit status make: *** [makefile:2: compile] Error 1 jeannetteadorante@LAPTOP-CIB2C03C:~$ [/code] Используя Ubuntu, я попытался запустить make-файл и получил следующую ошибку