Skip to content

Instantly share code, notes, and snippets.

@dcolish
Created August 20, 2012 07:21
Show Gist options
  • Select an option

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

Select an option

Save dcolish/3401813 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'
depbase=`echo queryparser/queryparser_internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./common -I./include -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 -MT queryparser/queryparser_internal.lo -MD -MP -MF $depbase.Tpo -c -o queryparser/queryparser_internal.lo queryparser/queryparser_internal.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./common -I./include -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 -MT queryparser/queryparser_internal.lo -MD -MP -MF queryparser/.deps/queryparser_internal.Tpo -c queryparser/queryparser_internal.cc -fPIC -DPIC -o queryparser/.libs/queryparser_internal.o
make[2]: Leaving directory `/tmp/xapian/xapian-core'
make[1]: Leaving directory `/tmp/xapian/xapian-core'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment