You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System: Fedora 35
Compiler: g++ (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)
Redex commit: cbf674f6c16d1a08fffa1a54cbb05dce372ad990
The linker fails for redex-all by giving the following error
/usr/bin/ld: ./.libs/libredex.a(DexHasher.o): in function `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::__xfer_bufptrs::~__xfer_bufptrs()':
/usr/include/c++/11/sstream:485: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_pbump(char*, char*, long long)'
/usr/bin/ld: ./.libs/libredex.a(JarLoader.o): in function `std::basic_streambuf<char, std::char_traits<char> >::pubseekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode)':
/usr/include/c++/11/streambuf:258: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::seekoff(long long, std::_Ios_Seekdir, std::_Ios_Openmode)'
/usr/bin/ld: ./.libs/libredex.a(ConstantLifting.o): in function `ConstantValues::to_str[abi:cxx11]()':
/home/madura/redex/service/method-dedup/ConstantValue.h:149: undefined reference to `std::ostream::seekp(long long, std::_Ios_Seekdir)'
/usr/bin/ld: ./.libs/libredex.a(TypeReference.o): in function `type_reference::get_method_signature[abi:cxx11](DexMethod const*)':
/home/madura/redex/service/reference-update/TypeReference.cpp:382: undefined reference to `std::ostream::seekp(long long, std::_Ios_Seekdir)'
/usr/bin/ld: ./.libs/libredex.a(GraphVisualizer.o): in function `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::__xfer_bufptrs::~__xfer_bufptrs()':
/usr/include/c++/11/sstream:485: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_pbump(char*, char*, long long)'
/usr/bin/ld: /usr/include/c++/11/sstream:485: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_pbump(char*, char*, long long)'
/usr/bin/ld: /usr/include/c++/11/sstream:485: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_pbump(char*, char*, long long)'
/usr/bin/ld: /usr/include/c++/11/sstream:485: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_pbump(char*, char*, long long)'
The text was updated successfully, but these errors were encountered:
System: Fedora 35
Compiler: g++ (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)
Redex commit:
cbf674f6c16d1a08fffa1a54cbb05dce372ad990
The linker fails for
redex-all
by giving the following errorThe text was updated successfully, but these errors were encountered: