Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gcc -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -g -fdebug-prefix-map=/build/python3.8-4wuY7n/python3.8-3.8.10=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector -Wformat -Werror=format-security -DNDEBUG -g -no-pie -fwrapv -O3 -Wall -o main main.c /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a -L/usr/lib/python3.8/config-3.8-x86_64-linux-gnu -L/usr/lib -lcrypt -lpthread -ldl -lutil -lm -lm
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `PyInit_pyexpat':
- (.text+0x18a): undefined reference to `XML_ExpatVersion'
- /usr/bin/ld: (.text+0x19f): undefined reference to `XML_ExpatVersionInfo'
- /usr/bin/ld: (.text+0x2c0): undefined reference to `XML_GetFeatureList'
- /usr/bin/ld: (.text+0x366): undefined reference to `XML_ErrorString'
- /usr/bin/ld: (.text+0x39e): undefined reference to `XML_ErrorString'
- /usr/bin/ld: (.text+0x3be): undefined reference to `XML_ErrorString'
- /usr/bin/ld: (.text+0x40b): undefined reference to `XML_ErrorString'
- /usr/bin/ld: (.text+0x443): undefined reference to `XML_ErrorString'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.text+0x463): more undefined references to `XML_ErrorString' follow
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `PyInit_pyexpat':
- (.text+0x1c80): undefined reference to `XML_GetCurrentColumnNumber'
- /usr/bin/ld: (.text+0x1c86): undefined reference to `XML_SetCommentHandler'
- /usr/bin/ld: (.text+0x1c8c): undefined reference to `XML_SetElementHandler'
- /usr/bin/ld: (.text+0x1c92): undefined reference to `XML_SetProcessingInstructionHandler'
- /usr/bin/ld: (.text+0x1c97): undefined reference to `XML_SetUserData'
- /usr/bin/ld: (.text+0x1c9c): undefined reference to `XML_SetEncoding'
- /usr/bin/ld: (.text+0x1ca2): undefined reference to `XML_Parse'
- /usr/bin/ld: (.text+0x1ca8): undefined reference to `XML_ParserFree'
- /usr/bin/ld: (.text+0x1d1b): undefined reference to `XML_SetHashSalt'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_ParserCreate':
- (.text+0x1f21): undefined reference to `XML_ParserCreate_MM'
- /usr/bin/ld: (.text+0x1f3e): undefined reference to `XML_SetHashSalt'
- /usr/bin/ld: (.text+0x1f4b): undefined reference to `XML_SetUserData'
- /usr/bin/ld: (.text+0x1f5c): undefined reference to `XML_SetUnknownEncodingHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_Parse':
- (.text+0x2266): undefined reference to `XML_SetEncoding'
- /usr/bin/ld: (.text+0x2286): undefined reference to `XML_Parse'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `my_StartElementHandler':
- (.text+0x2415): undefined reference to `XML_GetSpecifiedAttributeCount'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `call_with_frame.isra.0':
- (.text+0x25f7): undefined reference to `XML_StopParser'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `xmlparse_dealloc':
- (.text+0x2859): undefined reference to `XML_ParserFree'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_ParseFile':
- (.text+0x293c): undefined reference to `XML_GetBuffer'
- /usr/bin/ld: (.text+0x29d7): undefined reference to `XML_ParseBuffer'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_SetParamEntityParsing':
- (.text+0x2d1b): undefined reference to `XML_SetParamEntityParsing'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x508): undefined reference to `XML_SetStartElementHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x548): undefined reference to `XML_SetEndElementHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x588): undefined reference to `XML_SetProcessingInstructionHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x5c8): undefined reference to `XML_SetCharacterDataHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x608): undefined reference to `XML_SetUnparsedEntityDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x648): undefined reference to `XML_SetNotationDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x688): undefined reference to `XML_SetStartNamespaceDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x6c8): undefined reference to `XML_SetEndNamespaceDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x708): undefined reference to `XML_SetCommentHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x748): undefined reference to `XML_SetStartCdataSectionHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x788): undefined reference to `XML_SetEndCdataSectionHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x7c8): undefined reference to `XML_SetDefaultHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x808): undefined reference to `XML_SetDefaultHandlerExpand'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x848): undefined reference to `XML_SetNotStandaloneHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x888): undefined reference to `XML_SetExternalEntityRefHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x8c8): undefined reference to `XML_SetStartDoctypeDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x908): undefined reference to `XML_SetEndDoctypeDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x948): undefined reference to `XML_SetEntityDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x988): undefined reference to `XML_SetXmlDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0x9c8): undefined reference to `XML_SetElementDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0xa08): undefined reference to `XML_SetAttlistDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o):(.data+0xa48): undefined reference to `XML_SetSkippedEntityHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_Parse.cold':
- (.text.unlikely+0x896): undefined reference to `XML_Parse'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `call_character_handler.cold':
- (.text.unlikely+0xa6d): undefined reference to `XML_SetCharacterDataHandler'
- /usr/bin/ld: (.text.unlikely+0xa9a): undefined reference to `XML_SetCharacterDataHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `get_parse_result.cold':
- (.text.unlikely+0xada): undefined reference to `XML_GetErrorCode'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_ParseFile.cold':
- (.text.unlikely+0xbad): undefined reference to `XML_ParseBuffer'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `xmlparse_ErrorLineNumber_getter':
- (.text.unlikely+0xd63): undefined reference to `XML_GetCurrentLineNumber'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `xmlparse_namespace_prefixes_setter':
- (.text.unlikely+0xf8b): undefined reference to `XML_SetReturnNSTriplet'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `set_error.isra.0':
- (.text.unlikely+0x1040): undefined reference to `XML_GetCurrentLineNumber'
- /usr/bin/ld: (.text.unlikely+0x104b): undefined reference to `XML_GetCurrentColumnNumber'
- /usr/bin/ld: (.text.unlikely+0x1056): undefined reference to `XML_ErrorString'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_UseForeignDTD':
- (.text.unlikely+0x11c8): undefined reference to `XML_UseForeignDTD'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_ExternalEntityParserCreate':
- (.text.unlikely+0x1994): undefined reference to `XML_ExternalEntityParserCreate'
- /usr/bin/ld: (.text.unlikely+0x19e5): undefined reference to `XML_SetUserData'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_ErrorString':
- (.text.unlikely+0x1e55): undefined reference to `XML_ErrorString'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `xmlparse_ErrorColumnNumber_getter':
- (.text.unlikely+0x1f0a): undefined reference to `XML_GetCurrentColumnNumber'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_SetBase':
- (.text.unlikely+0x2547): undefined reference to `XML_SetBase'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `xmlparse_ErrorCode_getter':
- (.text.unlikely+0x25f1): undefined reference to `XML_GetErrorCode'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `xmlparse_ErrorByteIndex_getter':
- (.text.unlikely+0x2607): undefined reference to `XML_GetCurrentByteIndex'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_GetBase':
- (.text.unlikely+0x261e): undefined reference to `XML_GetBase'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `pyexpat_xmlparser_GetInputContext':
- (.text.unlikely+0x264f): undefined reference to `XML_GetInputContext'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `flag_error':
- (.text.unlikely+0xf4b): undefined reference to `XML_SetExternalEntityRefHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `my_ElementDeclHandler':
- (.text.unlikely+0x1dfd): undefined reference to `XML_FreeContentModel'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC75':
- (.rodata.cst8+0x8): undefined reference to `XML_GetErrorCode'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC76':
- (.rodata.cst8+0x10): undefined reference to `XML_GetCurrentLineNumber'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC77':
- (.rodata.cst8+0x18): undefined reference to `XML_ParserCreate_MM'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC78':
- (.rodata.cst8+0x20): undefined reference to `XML_SetCharacterDataHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC79':
- (.rodata.cst8+0x28): undefined reference to `XML_SetDefaultHandlerExpand'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC80':
- (.rodata.cst8+0x30): undefined reference to `XML_SetNamespaceDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC81':
- (.rodata.cst8+0x38): undefined reference to `XML_SetUnknownEncodingHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(pyexpat.o): in function `.LC82':
- (.rodata.cst8+0x40): undefined reference to `XML_SetStartDoctypeDeclHandler'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `PyInit_zlib':
- (.text+0x1f1): undefined reference to `zlibVersion'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_crc32':
- (.text+0x2e8): undefined reference to `crc32'
- /usr/bin/ld: (.text+0x358): undefined reference to `crc32'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_compressobj':
- (.text+0x5e3): undefined reference to `deflateInit2_'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_decompressobj':
- (.text+0x832): undefined reference to `inflateInit2_'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_Compress_compress':
- (.text+0xa77): undefined reference to `deflate'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_Decompress_decompress':
- (.text+0xd64): undefined reference to `inflate'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `Decomp_dealloc':
- (.text+0xed6): undefined reference to `inflateEnd'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_Compress_flush':
- (.text+0x10ba): undefined reference to `deflate'
- /usr/bin/ld: (.text+0x10e6): undefined reference to `deflateEnd'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_Decompress_flush':
- (.text+0x137b): undefined reference to `inflate'
- /usr/bin/ld: (.text+0x13e1): undefined reference to `inflateEnd'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_decompress':
- (.text+0x15a7): undefined reference to `inflateInit2_'
- /usr/bin/ld: (.text+0x1611): undefined reference to `inflate'
- /usr/bin/ld: (.text+0x164d): undefined reference to `inflateEnd'
- /usr/bin/ld: (.text+0x16b7): undefined reference to `inflateEnd'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_crc32.cold':
- (.text.unlikely+0xf): undefined reference to `crc32'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_compressobj.cold':
- (.text.unlikely+0x170): undefined reference to `deflateSetDictionary'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `Comp_dealloc.cold':
- (.text.unlikely+0x874): undefined reference to `deflateEnd'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_adler32':
- (.text.unlikely+0x9a3): undefined reference to `adler32'
- /usr/bin/ld: (.text.unlikely+0x9b8): undefined reference to `adler32'
- /usr/bin/ld: (.text.unlikely+0x9d0): undefined reference to `adler32'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_Compress_copy_impl':
- (.text.unlikely+0xb6b): undefined reference to `deflateCopy'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_compress':
- (.text.unlikely+0xe23): undefined reference to `deflateInit_'
- /usr/bin/ld: (.text.unlikely+0xe6f): undefined reference to `deflateEnd'
- /usr/bin/ld: (.text.unlikely+0xee4): undefined reference to `deflateEnd'
- /usr/bin/ld: (.text.unlikely+0xf00): undefined reference to `deflate'
- /usr/bin/ld: (.text.unlikely+0xf24): undefined reference to `deflateEnd'
- /usr/bin/ld: (.text.unlikely+0xf4a): undefined reference to `deflateEnd'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_Decompress_copy_impl':
- (.text.unlikely+0x101e): undefined reference to `inflateCopy'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `zlib_decompress.cold':
- (.text.unlikely+0x1172): undefined reference to `inflateEnd'
- /usr/bin/ld: (.text.unlikely+0x11a3): undefined reference to `inflateEnd'
- /usr/bin/ld: (.text.unlikely+0x123c): undefined reference to `inflateEnd'
- /usr/bin/ld: (.text.unlikely+0x1264): undefined reference to `inflateEnd'
- /usr/bin/ld: /usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.a(zlibmodule.o): in function `set_inflate_zdict':
- (.text.unlikely+0x138a): undefined reference to `inflateSetDictionary'
- collect2: error: ld returned 1 exit status
- make: *** [makefile:2: test1] Error 1
Advertisement
Add Comment
Please, Sign In to add comment