Skip to content

Instantly share code, notes, and snippets.

@dcolish
Created August 20, 2012 23:16
Show Gist options
  • Select an option

  • Save dcolish/3409099 to your computer and use it in GitHub Desktop.

Select an option

Save dcolish/3409099 to your computer and use it in GitHub Desktop.
make all-recursive
make[1]: Entering directory `/tmp/xapian/xapian-core'
Making all in .
make[2]: Entering directory `/tmp/xapian/xapian-core'
/bin/bash ./libtool --tag=CXX --mode=link g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -Werror -fvisibility=hidden -g -O2 -o bin/xapian-delve bin/xapian-delve.o libgetopt.la libxapian-1.3.la -licuuc -llink-grammar
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -Werror -fvisibility=hidden -g -O2 -o bin/.libs/xapian-delve bin/xapian-delve.o ./.libs/libgetopt.a ./.libs/libxapian-1.3.so -lz -luuid -licuuc -llink-grammar
./.libs/libxapian-1.3.so: undefined reference to `Xapian::LinkGrammar::Internal::internal_pos_to_string(unsigned int, bool) const'
./.libs/libxapian-1.3.so: undefined reference to `Xapian::LinkGrammar::Internal::initialize(std::string const&, int)'
./.libs/libxapian-1.3.so: undefined reference to `Xapian::LinkGrammar::Internal::internal_get_pos_description_string(std::string const&)'
./.libs/libxapian-1.3.so: undefined reference to `Xapian::LinkGrammar::Internal::internal_get_pos_sentence(std::string const&, bool)'
./.libs/libxapian-1.3.so: undefined reference to `Xapian::LinkGrammar::Internal::free_data()'
./.libs/libxapian-1.3.so: undefined reference to `Xapian::LinkGrammar::Internal::~Internal()'
./.libs/libxapian-1.3.so: undefined reference to `Xapian::LinkGrammar::Internal::internal_get_linkage_diagram_string(std::string const&) const'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/xapian-delve] Error 1
make[2]: Leaving directory `/tmp/xapian/xapian-core'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/xapian/xapian-core'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment