Created
August 20, 2012 07:21
-
-
Save dcolish/3401813 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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