Код: Выделить всё
../vslib/getopt2.h:19: ошибка: previous declaration of 'char* optarg' with 'C++' linkage
/usr/include/getopt.h:59: ошибка: conflicts with new declaration with 'C' linkage
../vslib/getopt2.h:20: ошибка: previous declaration of 'int optind' with 'C++' linkage
/usr/include/getopt.h:73: ошибка: conflicts with new declaration with 'C' linkage
../vslib/getopt2.h:21: ошибка: previous declaration of 'int opterr' with 'C++' linkage
/usr/include/getopt.h:78: ошибка: conflicts with new declaration with 'C' linkage
../vslib/getopt2.h:22: ошибка: previous declaration of 'int optopt' with 'C++' linkage
/usr/include/getopt.h:82: ошибка: conflicts with new declaration with 'C' linkage
make[1]: *** [.OBJ.vfu/see.o] Ошибка 1
make: *** [modules] Ошибка 2Собственно на этом и остановился процесс сборки. Делал как описано в файле INSTALL: просто набрал make.
Файла ./configure там нет.