ошибка libef во время компиляции

Я пытаюсь установить программу из источника и продолжать получать ошибку, связанную с libelf. Программа представляет собой модифицированную наукой версию Dynamips: https://github.com/Groundworkstech/dynamips-gdb-mod. Это несколько лет, и технический документ указывает, что автору пришлось обновить ссылки на libelf тоже (см. Http://grid32.com/bb095447484a76e5c74d1...otkits.pdf) - однако я запускаю самые современные elfutils для ubuntu 16.04 TLS.

Полный вывод сообщения об ошибке:

#DYNAMIPS_ARCH=amd64 make Linking dynamips /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `deflate_cleanup.6929': (.text+0x11): undefined reference to `deflateEnd' /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `__libelf_compress': (.text+0x15e): undefined reference to `deflateInit_' /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `__libelf_compress': (.text+0x26d): undefined reference to `deflate' /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `__libelf_compress': (.text+0x2e2): undefined reference to `deflateEnd' /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `__libelf_decompress': (.text+0x467): undefined reference to `inflateInit_' /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `__libelf_decompress': (.text+0x492): undefined reference to `inflate' /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `__libelf_decompress': (.text+0x49f): undefined reference to `inflateReset' /usr/lib/x86_64-linux-gnu/libelf.a(elf_compress.o): In function `__libelf_decompress': (.text+0x4b3): undefined reference to `inflateEnd' collect2: error: ld returned 1 exit status Makefile:228: recipe for target 'dynamips' failed make: *** [dynamips] Error 1
0
задан 3 December 2017 в 18:09

0 ответов

Другие вопросы по тегам:

Похожие вопросы: