parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

Сломалась сборка в Ubuntu

G_Z 24.11.2021 21:12

Делаю
cd /var/www/cgi-bin/parser3project
cvs -d :pserver:anonymous@cvs.parser.ru:/parser3project co parser3
cd parser3
./buildall --disable-safe-mode --strip
Получаю:
parser3.o: In function `httpd_mode':
/var/www/cgi-bin/parser3project/parser3/src/targets/cgi/parser3.C:412: undefined reference to `GC_pthread_create'
collect2: error: ld returned 1 exit status
Makefile:433: recipe for target 'parser3' failed
make[3]: *** [parser3] Error 1
make[3]: Leaving directory '/var/www/cgi-bin/parser3project/parser3/src/targets/cgi'
Makefile:390: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/var/www/cgi-bin/parser3project/parser3/src/targets'
Makefile:388: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/var/www/cgi-bin/parser3project/parser3/src'
Makefile:419: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
Попробовал сделать чистый checkout — без изменений.
Ubuntu 16.04.6 LTS.