We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,when I installed glactools,I met a problem like that,can you give me some advise. Thank you very much.
ReadTabix.cpp:(.text+0x1a8): undefined reference to Tabix::setRegion(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' lib/libglactools.a(ReadTabix.o): In function ReadTabix::readLine(std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)': ReadTabix.cpp:(.text+0x20d): undefined reference to Tabix::getNextLine(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' lib/libglactools.a(ReadTabix.o): In function ReadTabix::ReadTabix(std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, int, int)': ReadTabix.cpp:(.text+0x344): undefined reference to Tabix::Tabix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' ReadTabix.cpp:(.text+0x60a): undefined reference to Tabix::setRegion(std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)' lib/libglactools.a(ReadTabix.o): In function ReadTabix::repositionIterator(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int)': ReadTabix.cpp:(.text+0xafb): undefined reference to Tabix::setRegion(std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)' collect2: error: ld returned 1 exit status make: *** [glactools] Error 1
Tabix::setRegion(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' lib/libglactools.a(ReadTabix.o): In function
Tabix::getNextLine(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' lib/libglactools.a(ReadTabix.o): In function
Tabix::Tabix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' ReadTabix.cpp:(.text+0x60a): undefined reference to
ReadTabix::repositionIterator(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int)': ReadTabix.cpp:(.text+0xafb): undefined reference to
The text was updated successfully, but these errors were encountered:
Same as the other issues you opened, could you also post your OS and g++ --version
Sorry, something went wrong.
No branches or pull requests
hi,when I installed glactools,I met a problem like that,can you give me some advise. Thank you very much.
ReadTabix.cpp:(.text+0x1a8): undefined reference to
Tabix::setRegion(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' lib/libglactools.a(ReadTabix.o): In function
ReadTabix::readLine(std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)':ReadTabix.cpp:(.text+0x20d): undefined reference to
Tabix::getNextLine(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' lib/libglactools.a(ReadTabix.o): In function
ReadTabix::ReadTabix(std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, std::__cxx11::basic_string<char, std::char_traits, std::allocator >, int, int)':ReadTabix.cpp:(.text+0x344): undefined reference to
Tabix::Tabix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)' ReadTabix.cpp:(.text+0x60a): undefined reference to
Tabix::setRegion(std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)'lib/libglactools.a(ReadTabix.o): In function
ReadTabix::repositionIterator(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, int, int)': ReadTabix.cpp:(.text+0xafb): undefined reference to
Tabix::setRegion(std::__cxx11::basic_string<char, std::char_traits, std::allocator >&)'collect2: error: ld returned 1 exit status
make: *** [glactools] Error 1
The text was updated successfully, but these errors were encountered: