Created
September 25, 2012 03:22
-
-
Save a5sk4s/3779807 to your computer and use it in GitHub Desktop.
node 0.8.9 upgrade/install issue (linking) on 10.6.8 (snow leopard)
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
$ brew doctor | |
Your system is raring to brew. |
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
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install node | |
==> Downloading http://nodejs.org/dist/v0.8.9/node-v0.8.9.tar.gz | |
Already downloaded: /Users/akrubic/Library/Caches/Homebrew/node-0.8.9.tar.gz | |
/usr/bin/tar xf /Users/akrubic/Library/Caches/Homebrew/node-0.8.9.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/node/0.8.9 | |
./configure --prefix=/usr/local/Cellar/node/0.8.9 | |
{ 'target_defaults': { 'cflags': [], | |
'default_configuration': 'Release', | |
'defines': [], | |
'include_dirs': [], | |
'libraries': []}, | |
'variables': { 'clang': 0, | |
'gcc_version': 42, | |
'host_arch': 'x64', | |
'node_install_npm': 'true', | |
'node_install_waf': 'true', | |
'node_prefix': '/usr/local/Cellar/node/0.8.9', | |
'node_shared_openssl': 'false', | |
'node_shared_v8': 'false', | |
'node_shared_zlib': 'false', | |
'node_use_dtrace': 'false', | |
'node_use_etw': 'false', | |
'node_use_openssl': 'true', | |
'target_arch': 'x64', | |
'v8_no_strict_aliasing': 1, | |
'v8_use_snapshot': 'true'}} | |
creating ./config.gypi | |
creating ./config.mk | |
==> make install | |
/usr/bin/gcc-4.2 '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D_DARWIN_USE_64_BIT_INODE=1' '-DHTTP_PARSER_STRICT=0' '-DNDEBUG' -I../deps/http_parser -Os -gdwarf-2 -mmacosx-version-min=10.5 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/.deps//private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o.d.raw -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -c -o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o ../deps/http_parser/http_parser.c | |
rm -f /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/libhttp_parser.a && ./gyp-mac-tool filter-libtool libtool -static -o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/libhttp_parser.a /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o | |
/usr/bin/gcc-4.2 '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D_DARWIN_USE_64_BIT_INODE=1' '-DL_ENDIAN' '-DOPENSSL_THREADS' '-DPURIFY' '-D_REENTRANT' '-DOPENSSL_NO_DTLS1' '-DOPENSSL_NO_SOCK' '-DOPENSSL_NO_DGRAM' '-DOPENSSL_NO_GOST' '-DOPENSSL_NO_HW_PADLOCK' '-DOPENSSL_NO_TTY' '-DENGINESDIR="/dev/null"' '-DOPENSSLDIR="/etc/ssl"' '-DTERMIOS' -I../deps/openssl -I../deps/openssl/openssl -I../deps/openssl/openssl/crypto -I../deps/openssl/openssl/crypto/asn1 -I../deps/openssl/openssl/crypto/evp -I../deps/openssl/openssl/crypto/store -I../deps/openssl/openssl/include -I../deps/openssl/config/k8 -Os -gdwarf-2 -mmacosx-version-min=10.5 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/.deps//private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/bio_ssl.o.d.raw -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -c -o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/bio_ssl.o ../deps/openssl/openssl/ssl/bio_ssl.c | |
... | |
rm -f /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/libv8_nosnapshot.a && ./gyp-mac-tool filter-libtool libtool -static -o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/libv8_nosnapshot.a /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/v8_nosnapshot/gen/libraries.o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/v8_nosnapshot/gen/experimental-libraries.o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/v8_nosnapshot/deps/v8/src/snapshot-empty.o | |
/usr/bin/g++-4.2 '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D_DARWIN_USE_64_BIT_INODE=1' '-DENABLE_DEBUGGER_SUPPORT' '-DV8_TARGET_ARCH_X64' -I../deps/v8/src -O3 -gdwarf-2 -mmacosx-version-min=10.5 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/.deps//private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/mksnapshot/deps/v8/src/mksnapshot.o.d.raw -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -c -o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/mksnapshot/deps/v8/src/mksnapshot.o ../deps/v8/src/mksnapshot.cc | |
/usr/bin/gcc-4.2 -Wl,-search_paths_first -mmacosx-version-min=10.5 -arch x86_64 -L/private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release -L/usr/local/lib -o "/private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/mksnapshot" /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/obj.target/mksnapshot/deps/v8/src/mksnapshot.o /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/libv8_base.a /private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/libv8_nosnapshot.a | |
Undefined symbols: | |
"operator new[](unsigned long)", referenced from: | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(allocation.o) | |
v8::internal::Bootstrapper::AllocateAutoDeletedArray(int) in libv8_base.a(bootstrapper.o) | |
unsigned char** v8::internal::NewArray<unsigned char*>(unsigned long)in libv8_base.a(serialize.o) | |
unsigned char*** v8::internal::NewArray<unsigned char**>(unsigned long)in libv8_base.a(serialize.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(v8utils.o) | |
unsigned short* v8::internal::NewArray<unsigned short>(unsigned long)in libv8_base.a(api.o) | |
unsigned int* v8::internal::NewArray<unsigned int>(unsigned long)in libv8_base.a(api.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(api.o) | |
v8::StartupData* v8::internal::NewArray<v8::StartupData>(unsigned long)in libv8_base.a(api.o) | |
char** v8::internal::NewArray<char*>(unsigned long)in libv8_base.a(api.o) | |
char** v8::internal::NewArray<char*>(unsigned long)in libv8_base.a(flags.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(flags.o) | |
char const** v8::internal::NewArray<char const*>(unsigned long)in libv8_base.a(flags.o) | |
v8::internal::Isolate::PreallocatedStorageInit(unsigned long)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
void** v8::internal::NewArray<void*>(unsigned long)in libv8_base.a(platform-macos.o) | |
unsigned short* v8::internal::NewArray<unsigned short>(unsigned long)in libv8_base.a(debug.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(debug.o) | |
v8::internal::CommandMessage* v8::internal::NewArray<v8::internal::CommandMessage>(unsigned long)in libv8_base.a(debug.o) | |
v8::internal::CompleteParserRecorder::Key* v8::internal::NewArray<v8::internal::CompleteParserRecorder::Key>(unsigned long)in libv8_base.a(parser.o) | |
unsigned int* v8::internal::NewArray<unsigned int>(unsigned long)in libv8_base.a(parser.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(parser.o) | |
char const** v8::internal::NewArray<char const*>(unsigned long)in libv8_base.a(parser.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(parser.o) | |
unsigned short* v8::internal::NewArray<unsigned short>(unsigned long)in libv8_base.a(objects.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(objects.o) | |
v8::internal::CodeEntry** v8::internal::NewArray<v8::internal::CodeEntry*>(unsigned long)in libv8_base.a(profile-generator.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(profile-generator.o) | |
char const** v8::internal::NewArray<char const*>(unsigned long)in libv8_base.a(profile-generator.o) | |
v8::internal::Handle<v8::internal::Code>* v8::internal::NewArray<v8::internal::Handle<v8::internal::Code> >(unsigned long)in libv8_base.a(log.o) | |
v8::internal::Handle<v8::internal::SharedFunctionInfo>* v8::internal::NewArray<v8::internal::Handle<v8::internal::SharedFunctionInfo> >(unsigned long)in libv8_base.a(log.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(log.o) | |
v8::internal::Object** v8::internal::NewArray<v8::internal::Object*>(unsigned long)in libv8_base.a(handles.o) | |
v8::internal::HistogramInfo* v8::internal::NewArray<v8::internal::HistogramInfo>(unsigned long)in libv8_base.a(spaces.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(string-stream.o) | |
v8::internal::StoreBuffer::SetUp() in libv8_base.a(store-buffer.o) | |
v8::internal::StoreBuffer::SetUp() in libv8_base.a(store-buffer.o) | |
v8::internal::Deoptimizer::DoComputeOutputFrames() in libv8_base.a(deoptimizer.o) | |
v8::internal::DeoptimizedFrameInfo::DeoptimizedFrameInfo(v8::internal::Deoptimizer*, int, bool, bool)in libv8_base.a(deoptimizer.o) | |
v8::internal::DeoptimizedFrameInfo::DeoptimizedFrameInfo(v8::internal::Deoptimizer*, int, bool, bool)in libv8_base.a(deoptimizer.o) | |
v8::internal::SlotRef* v8::internal::NewArray<v8::internal::SlotRef>(unsigned long)in libv8_base.a(deoptimizer.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(v8threads.o) | |
v8::internal::Object** v8::internal::NewArray<v8::internal::Object*>(unsigned long)in libv8_base.a(compilation-cache.o) | |
v8::internal::Handle<v8::internal::Object>* v8::internal::NewArray<v8::internal::Handle<v8::internal::Object> >(unsigned long)in libv8_base.a(builtins.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(regexp-stack.o) | |
v8::internal::Runtime_Apply(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_Call(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(runtime.o) | |
v8::internal::Handle<v8::internal::Object>* v8::internal::NewArray<v8::internal::Handle<v8::internal::Object> >(unsigned long)in libv8_base.a(runtime.o) | |
int* v8::internal::NewArray<int>(unsigned long)in libv8_base.a(runtime.o) | |
v8::internal::GetGVNFlagsString(v8::internal::EnumSet<v8::internal::GVNFlag, int>)in libv8_base.a(hydrogen.o) | |
v8::internal::ExternalizeStringExtension::Externalize(v8::Arguments const&)in libv8_base.a(externalize-string-extension.o) | |
v8::internal::ExternalizeStringExtension::Externalize(v8::Arguments const&)in libv8_base.a(externalize-string-extension.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(assembler-x64.o) | |
v8::internal::LazyInstanceImpl<v8::internal::ElementsKind*, v8::internal::StaticallyAllocatedInstanceTrait<v8::internal::ElementsKind*>, v8::internal::InitializeFastElementsKindSequence, v8::internal::SingleThreadInitOnceTrait, v8::internal::LeakyInstanceTrait<v8::internal::ElementsKind*> >::InitInstance(char (*) [8])in libv8_base.a(elements-kind.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(utils.o) | |
v8::internal::CompleteParserRecorder::Key* v8::internal::NewArray<v8::internal::CompleteParserRecorder::Key>(unsigned long)in libv8_base.a(preparse-data.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(preparse-data.o) | |
unsigned int* v8::internal::NewArray<unsigned int>(unsigned long)in libv8_base.a(preparse-data.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(preparser.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(liveedit.o) | |
int* v8::internal::NewArray<int>(unsigned long)in libv8_base.a(liveedit.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(circular-queue.o) | |
long* v8::internal::NewArray<long>(unsigned long)in libv8_base.a(circular-queue.o) | |
int* v8::internal::NewArray<int>(unsigned long)in libv8_base.a(jsregexp.o) | |
unsigned char* v8::internal::NewArray<unsigned char>(unsigned long)in libv8_base.a(scanner.o) | |
v8::internal::Deoptimizer::DoComputeOsrOutputFrame() in libv8_base.a(deoptimizer-x64.o) | |
v8::internal::LDoubleRegister::SetUpCache() in libv8_base.a(lithium.o) | |
v8::internal::LRegister::SetUpCache() in libv8_base.a(lithium.o) | |
v8::internal::LDoubleStackSlot::SetUpCache() in libv8_base.a(lithium.o) | |
v8::internal::LStackSlot::SetUpCache() in libv8_base.a(lithium.o) | |
v8::internal::LConstantOperand::SetUpCache() in libv8_base.a(lithium.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(log-utils.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(lithium-codegen-x64.o) | |
short* v8::internal::NewArray<short>(unsigned long)in libv8_base.a(debug-agent.o) | |
char* v8::internal::NewArray<char>(unsigned long)in libv8_base.a(debug-agent.o) | |
"operator new(unsigned long)", referenced from: | |
v8::internal::Bootstrapper::NativesSourceLookup(int) in libv8_base.a(bootstrapper.o) | |
v8::internal::ExternalReferenceTable::instance(v8::internal::Isolate*)in libv8_base.a(serialize.o) | |
v8::internal::Serializer::Serializer(v8::internal::SnapshotByteSink*)in libv8_base.a(serialize.o) | |
v8::internal::Deserializer::DeserializePartial(v8::internal::Object**)in libv8_base.a(serialize.o) | |
v8::internal::Deserializer::Deserialize() in libv8_base.a(serialize.o) | |
v8::internal::Deserializer::ReadChunk(v8::internal::Object**, v8::internal::Object**, int, unsigned char*)in libv8_base.a(serialize.o) | |
v8::internal::SerializationAddressMapper::SerializationAddressMapper()in libv8_base.a(serialize.o) | |
v8::internal::SerializationAddressMapper::SerializationAddressMapper()in libv8_base.a(serialize.o) | |
v8::internal::SkipList::Update(unsigned char*, int)in libv8_base.a(serialize.o) | |
v8::ScriptData::New(char const*, int)in libv8_base.a(api.o) | |
v8::ScriptData::New(char const*, int)in libv8_base.a(api.o) | |
v8::ScriptData::New(char const*, int)in libv8_base.a(api.o) | |
v8::Isolate::New() in libv8_base.a(api.o) | |
v8::RegisterExtension(v8::Extension*) in libv8_base.a(api.o) | |
v8::internal::Isolate::stats_table() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::InitializeLoggingAndCounters() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::InitializeLoggingAndCounters() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::PreallocatedMemoryThreadStart() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::PrintStack() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::AllocatePerIsolateThreadData(v8::internal::ThreadId)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::InitializeDebugger() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::InitializeDebugger() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Enter() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::EnsureDefaultIsolate() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::EnsureDefaultIsolate() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Init(v8::internal::Deserializer*)in libv8_base.a(isolate.o) | |
v8::internal::OS::CreateSemaphore(int) in libv8_base.a(platform-macos.o) | |
v8::internal::OS::CreateMutex() in libv8_base.a(platform-macos.o) | |
v8::internal::OS::MemoryMappedFile::open(char const*)in libv8_base.a(platform-macos.o) | |
v8::internal::OS::MemoryMappedFile::create(char const*, int, void*)in libv8_base.a(platform-macos.o) | |
v8::internal::SamplerThread::AddActiveSampler(v8::internal::Sampler*)in libv8_base.a(platform-macos.o) | |
v8::internal::HeapIterator::Init() in libv8_base.a(heap.o) | |
v8::internal::SkipList::Update(unsigned char*, int)in libv8_base.a(heap.o) | |
v8::internal::OS::CreateSocket() in libv8_base.a(platform-posix.o) | |
v8::internal::POSIXSocket::Accept() constin libv8_base.a(platform-posix.o) | |
v8::internal::Debugger::StartAgent(char const*, int, bool)in libv8_base.a(debug.o) | |
v8::internal::Debug::EnsureDebugInfo(v8::internal::Handle<v8::internal::SharedFunctionInfo>)in libv8_base.a(debug.o) | |
v8::internal::Debugger::SetDebugMessageDispatchHandler(void (*)(), bool)in libv8_base.a(debug.o) | |
v8::internal::Debug::CreateScriptCache() in libv8_base.a(debug.o) | |
v8::internal::Parser::LazyParseFunctionLiteral(v8::internal::SingletonLogger*)in libv8_base.a(parser.o) | |
v8::internal::DoPreParse(v8::internal::Utf16CharacterStream*, int, v8::internal::ParserRecorder*)in libv8_base.a(parser.o) | |
v8::internal::RegExpBuilder::FlushTerms() in libv8_base.a(parser.o) | |
v8::internal::RegExpBuilder::ToRegExp() in libv8_base.a(parser.o) | |
v8::internal::RegExpEmpty::GetInstance() in libv8_base.a(parser.o) | |
v8::internal::SkipList::Update(unsigned char*, int)in libv8_base.a(objects.o) | |
v8::internal::ProfileNode::FindOrAddChild(v8::internal::CodeEntry*)in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotJSONSerializer::CreateFakeSnapshot() in libv8_base.a(profile-generator.o) | |
v8::internal::NativeObjectsExplorer::FindOrAddGroupInfo(char const*)in libv8_base.a(profile-generator.o) | |
v8::internal::CpuProfilesCollection::NewCodeEntry(v8::internal::Logger::LogEventsAndTags, v8::internal::String*, v8::internal::String*, int)in libv8_base.a(profile-generator.o) | |
v8::internal::ProfileTree::ProfileTree()in libv8_base.a(profile-generator.o) | |
v8::internal::CpuProfilesCollection::StartProfiling(char const*, unsigned int)in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotsCollection::NewSnapshot(v8::internal::HeapSnapshot::Type, char const*, unsigned int)in libv8_base.a(profile-generator.o) | |
v8::internal::CpuProfile::FilteredClone(int) in libv8_base.a(profile-generator.o) | |
v8::internal::CpuProfilesCollection::NewCodeEntry(v8::internal::Logger::LogEventsAndTags, int)in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotJSONSerializer::Serialize(v8::OutputStream*) in libv8_base.a(profile-generator.o) | |
v8::internal::CpuProfilesCollection::NewCodeEntry(v8::internal::Logger::LogEventsAndTags, char const*, v8::internal::String*)in libv8_base.a(profile-generator.o) | |
v8::internal::CpuProfilesCollection::NewCodeEntry(v8::internal::Logger::LogEventsAndTags, char const*)in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotsCollection::HeapSnapshotsCollection()in libv8_base.a(profile-generator.o) | |
v8::internal::NativeObjectsExplorer::NativeObjectsExplorer(v8::internal::HeapSnapshot*, v8::internal::SnapshottingProgressReportingInterface*)in libv8_base.a(profile-generator.o) | |
v8::internal::NativeObjectsExplorer::NativeObjectsExplorer(v8::internal::HeapSnapshot*, v8::internal::SnapshottingProgressReportingInterface*)in libv8_base.a(profile-generator.o) | |
v8::internal::Logger::RegisterSnapshotCodeName(v8::internal::Code*, char const*, int)in libv8_base.a(log.o) | |
v8::internal::Logger::Logger()in libv8_base.a(log.o) | |
v8::internal::Logger::Logger()in libv8_base.a(log.o) | |
v8::internal::Logger::EnableSlidingStateWindow() in libv8_base.a(log.o) | |
v8::internal::Logger::SetUp() in libv8_base.a(log.o) | |
v8::internal::Logger::SetUp() in libv8_base.a(log.o) | |
v8::internal::Logger::SetUp() in libv8_base.a(log.o) | |
v8::internal::IncrementalMarking::EnsureMarkingDequeIsCommitted() in libv8_base.a(incremental-marking.o) | |
v8::internal::GlobalHandles::Create(v8::internal::Object*)in libv8_base.a(global-handles.o) | |
v8::internal::HeapProfiler::ResetSnapshots() in libv8_base.a(heap-profiler.o) | |
v8::internal::HeapProfiler::HeapProfiler()in libv8_base.a(heap-profiler.o) | |
v8::internal::HeapProfiler::SetUp() in libv8_base.a(heap-profiler.o) | |
v8::internal::CodeRange::SetUp(unsigned long)in libv8_base.a(spaces.o) | |
v8::internal::SlotsBufferAllocator::AllocateBuffer(v8::internal::SlotsBuffer*)in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactCollector::EnableCodeFlushing(bool) in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::SlotsBuffer::SlotType, unsigned char*, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::SlotsBuffer::SlotType, unsigned char*, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::SlotsBuffer::SlotType, unsigned char*, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::SkipList::Update(unsigned char*, int)in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::Object**, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::Object**, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::Object**, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::StoreBuffer::SetUp() in libv8_base.a(store-buffer.o) | |
v8::internal::StoreBuffer::SetUp() in libv8_base.a(store-buffer.o) | |
v8::internal::ThreadManager::ThreadManager()in libv8_base.a(v8threads.o) | |
v8::internal::ThreadManager::ThreadManager()in libv8_base.a(v8threads.o) | |
v8::internal::ThreadManager::GetFreeThreadState() in libv8_base.a(v8threads.o) | |
v8::internal::ContextSwitcher::StartPreemption(int) in libv8_base.a(v8threads.o) | |
v8::internal::CpuProfiler::ResetProfiles() in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::CpuProfiler()in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::CpuProfiler()in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::StartProcessorIfNotStarted() in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::StartProcessorIfNotStarted() in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::SetUp() in libv8_base.a(cpu-profiler.o) | |
v8::internal::SkipList::Update(unsigned char*, int)in libv8_base.a(runtime.o) | |
v8::internal::TranscendentalCache::Get(v8::internal::TranscendentalCache::Type, double)in libv8_base.a(runtime.o) | |
v8::internal::FunctionState::FunctionState(v8::internal::HGraphBuilder*, v8::internal::CompilationInfo*, v8::internal::TypeFeedbackOracle*, v8::internal::ReturnHandlingFlag)in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::TryInline(v8::internal::CallKind, v8::internal::Handle<v8::internal::JSFunction>, v8::internal::ZoneList<v8::internal::Expression*>*, v8::internal::HValue*, int, int, v8::internal::ReturnHandlingFlag)in libv8_base.a(hydrogen.o) | |
v8::internal::ExternalizeStringExtension::Externalize(v8::Arguments const&)in libv8_base.a(externalize-string-extension.o) | |
v8::internal::ExternalizeStringExtension::Externalize(v8::Arguments const&)in libv8_base.a(externalize-string-extension.o) | |
v8::internal::CpuFeatures::Probe() in libv8_base.a(assembler-x64.o) | |
v8::internal::Interface::DoAdd(void*, unsigned int, v8::internal::Interface*, v8::internal::Zone*, bool*)in libv8_base.a(interface.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::InitializeOncePerProcess() in libv8_base.a(elements.o) | |
v8::internal::DebuggerAgent::CreateSession(v8::internal::Socket*)in libv8_base.a(debug-agent.o) | |
"___cxa_pure_virtual", referenced from: | |
vtable for v8::internal::SnapshotByteSinkin mksnapshot.o | |
vtable for v8::internal::SnapshotByteSinkin mksnapshot.o | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(bootstrapper.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(bootstrapper.o) | |
vtable for v8::internal::Serializerin libv8_base.a(serialize.o) | |
vtable for v8::internal::Serializerin libv8_base.a(serialize.o) | |
vtable for v8::internal::SerializerDeserializerin libv8_base.a(serialize.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(v8utils.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(v8utils.o) | |
vtable for v8::StartupDataDecompressorin libv8_base.a(api.o) | |
vtable for v8::ScriptDatain libv8_base.a(api.o) | |
vtable for v8::ScriptDatain libv8_base.a(api.o) | |
vtable for v8::ScriptDatain libv8_base.a(api.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(api.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(api.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(flags.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(flags.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(isolate.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(isolate.o) | |
vtable for v8::internal::Samplerin libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Samplerin libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Threadin libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Semaphorein libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Semaphorein libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Semaphorein libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Mutexin libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Mutexin libv8_base.a(platform-macos.o) | |
vtable for v8::internal::Mutexin libv8_base.a(platform-macos.o) | |
vtable for v8::internal::OS::MemoryMappedFilein libv8_base.a(platform-macos.o) | |
vtable for v8::internal::OS::MemoryMappedFilein libv8_base.a(platform-macos.o) | |
vtable for v8::internal::HeapObjectsFilterin libv8_base.a(heap.o) | |
vtable for v8::internal::WeakObjectRetainerin libv8_base.a(heap.o) | |
vtable for v8::internal::Spacein libv8_base.a(heap.o) | |
vtable for v8::internal::Spacein libv8_base.a(heap.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::internal::Socketin libv8_base.a(platform-posix.o) | |
vtable for v8::Debug::EventDetailsin libv8_base.a(debug.o) | |
vtable for v8::Debug::EventDetailsin libv8_base.a(debug.o) | |
vtable for v8::Debug::EventDetailsin libv8_base.a(debug.o) | |
vtable for v8::Debug::EventDetailsin libv8_base.a(debug.o) | |
vtable for v8::Debug::EventDetailsin libv8_base.a(debug.o) | |
vtable for v8::Debug::EventDetailsin libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::Debug::Messagein libv8_base.a(debug.o) | |
vtable for v8::internal::ThreadVisitorin libv8_base.a(debug.o) | |
vtable for v8::ScriptDatain libv8_base.a(parser.o) | |
vtable for v8::ScriptDatain libv8_base.a(parser.o) | |
vtable for v8::ScriptDatain libv8_base.a(parser.o) | |
vtable for v8::internal::Expressionin libv8_base.a(parser.o) | |
vtable for v8::internal::AstNodein libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(parser.o) | |
vtable for v8::internal::Statementin libv8_base.a(parser.o) | |
vtable for v8::internal::MaterializedLiteralin libv8_base.a(parser.o) | |
vtable for v8::internal::IterationStatementin libv8_base.a(parser.o) | |
vtable for v8::internal::IterationStatementin libv8_base.a(parser.o) | |
vtable for v8::internal::IterationStatementin libv8_base.a(parser.o) | |
vtable for v8::internal::BreakableStatementin libv8_base.a(parser.o) | |
vtable for v8::internal::TryStatementin libv8_base.a(parser.o) | |
vtable for v8::internal::Modulein libv8_base.a(parser.o) | |
vtable for v8::internal::ObjectVisitorin libv8_base.a(objects.o) | |
vtable for v8::internal::HashTableKeyin libv8_base.a(objects.o) | |
vtable for v8::internal::HashTableKeyin libv8_base.a(objects.o) | |
vtable for v8::internal::HashTableKeyin libv8_base.a(objects.o) | |
vtable for v8::internal::HashTableKeyin libv8_base.a(objects.o) | |
vtable for v8::internal::SequentialSymbolKey<unsigned short>in libv8_base.a(objects.o) | |
vtable for v8::internal::SequentialSymbolKey<unsigned short>in libv8_base.a(objects.o) | |
vtable for v8::internal::SequentialSymbolKey<char>in libv8_base.a(objects.o) | |
vtable for v8::internal::SequentialSymbolKey<char>in libv8_base.a(objects.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(objects.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(objects.o) | |
vtable for v8::internal::SnapshotFillerInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshotFillerInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshotFillerInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshotFillerInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshotFillerInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshotFillerInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshotFillerInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshottingProgressReportingInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::internal::SnapshottingProgressReportingInterfacein libv8_base.a(profile-generator.o) | |
vtable for v8::RetainedObjectInfoin libv8_base.a(profile-generator.o) | |
vtable for v8::RetainedObjectInfoin libv8_base.a(profile-generator.o) | |
vtable for v8::RetainedObjectInfoin libv8_base.a(profile-generator.o) | |
vtable for v8::RetainedObjectInfoin libv8_base.a(profile-generator.o) | |
vtable for v8::internal::HeapEntriesAllocatorin libv8_base.a(profile-generator.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(log.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(log.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(log.o) | |
vtable for v8::internal::Spacein libv8_base.a(spaces.o) | |
vtable for v8::internal::Spacein libv8_base.a(spaces.o) | |
vtable for v8::internal::ObjectIteratorin libv8_base.a(spaces.o) | |
vtable for v8::internal::WeakObjectRetainerin libv8_base.a(mark-compact.o) | |
vtable for v8::internal::ThreadVisitorin libv8_base.a(mark-compact.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(string-stream.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(string-stream.o) | |
vtable for v8::internal::StandardFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StandardFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StandardFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StandardFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StackFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StackFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StackFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StackFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StackFramein libv8_base.a(frames.o) | |
vtable for v8::internal::StackFramein libv8_base.a(frames.o) | |
vtable for v8::internal::CodeStubin libv8_base.a(code-stubs.o) | |
vtable for v8::internal::CodeStubin libv8_base.a(code-stubs.o) | |
vtable for v8::internal::CodeStubin libv8_base.a(code-stubs.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(deoptimizer.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(deoptimizer.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(deoptimizer.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(deoptimizer.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(deoptimizer.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(code-stubs-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(code-stubs-x64.o) | |
vtable for v8::internal::BufferedUtf16CharacterStreamin libv8_base.a(scanner-character-streams.o) | |
vtable for v8::internal::BufferedUtf16CharacterStreamin libv8_base.a(scanner-character-streams.o) | |
vtable for v8::internal::Utf16CharacterStreamin libv8_base.a(scanner-character-streams.o) | |
vtable for v8::internal::Utf16CharacterStreamin libv8_base.a(scanner-character-streams.o) | |
vtable for v8::internal::Utf16CharacterStreamin libv8_base.a(scanner-character-streams.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(gc-extension.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(gc-extension.o) | |
vtable for v8::internal::KeyedICin libv8_base.a(ic.o) | |
vtable for v8::internal::KeyedICin libv8_base.a(ic.o) | |
vtable for v8::internal::KeyedICin libv8_base.a(ic.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(compiler.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(compiler.o) | |
vtable for v8::internal::ThreadVisitorin libv8_base.a(runtime.o) | |
vtable for unibrow::CharacterStreamin libv8_base.a(unicode.o) | |
vtable for unibrow::CharacterStreamin libv8_base.a(unicode.o) | |
vtable for v8::internal::AstContextin libv8_base.a(hydrogen.o) | |
vtable for v8::internal::AstContextin libv8_base.a(hydrogen.o) | |
vtable for v8::internal::AstContextin libv8_base.a(hydrogen.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(hydrogen.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<2>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<2>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<2>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 1> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 1> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 1> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<2>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<2>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<2>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 2> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 2> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 2> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<0>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<0>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<0>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<3>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<3>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<3>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<0>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<0>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HCall<0>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<4>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<4>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateInstruction<4>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HMaterializedLiteral<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HMaterializedLiteral<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HMaterializedLiteral<1>in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 3> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 3> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 3> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 1> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 1> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 1> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<1, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<1, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::internal::HTemplateControlInstruction<1, 0> in libv8_base.a(hydrogen.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(externalize-string-extension.o) | |
vtable for v8::String::ExternalAsciiStringResourcein libv8_base.a(externalize-string-extension.o) | |
vtable for v8::String::ExternalStringResourcein libv8_base.a(externalize-string-extension.o) | |
vtable for v8::String::ExternalStringResourcein libv8_base.a(externalize-string-extension.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::Declarationin libv8_base.a(ast.o) | |
vtable for v8::internal::Declarationin libv8_base.a(ast.o) | |
vtable for v8::internal::Modulein libv8_base.a(ast.o) | |
vtable for v8::internal::BreakableStatementin libv8_base.a(ast.o) | |
vtable for v8::internal::Statementin libv8_base.a(ast.o) | |
vtable for v8::internal::IterationStatementin libv8_base.a(ast.o) | |
vtable for v8::internal::IterationStatementin libv8_base.a(ast.o) | |
vtable for v8::internal::IterationStatementin libv8_base.a(ast.o) | |
vtable for v8::internal::TryStatementin libv8_base.a(ast.o) | |
vtable for v8::internal::Expressionin libv8_base.a(ast.o) | |
vtable for v8::internal::MaterializedLiteralin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::RegExpVisitorin libv8_base.a(ast.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(ast.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(ast.o) | |
vtable for v8::internal::AstNodein libv8_base.a(ast.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(stub-cache-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(stub-cache-x64.o) | |
vtable for v8::internal::RuntimeCallHelperin libv8_base.a(stub-cache-x64.o) | |
vtable for v8::internal::RuntimeCallHelperin libv8_base.a(stub-cache-x64.o) | |
vtable for v8::internal::HArithmeticBinaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HArithmeticBinaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HBitwiseBinaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HBitwiseBinaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HBinaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HBinaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HBinaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryOperationin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HControlInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HBinaryCallin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HBinaryCallin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryCallin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HUnaryCallin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HInstructionin libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HValuein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HValuein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HValuein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HValuein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HValuein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HValuein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HValuein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<4>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<4>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<4>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<0>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<0>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<0>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 1> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 1> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 1> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<2>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<2>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<2>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<2>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<2>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<2>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<3>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<3>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateInstruction<3>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<0>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<0>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HCall<0>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 1> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 1> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<0, 1> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 3> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 3> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 3> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 2> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 2> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<2, 2> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<1, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<1, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HTemplateControlInstruction<1, 0> in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HMaterializedLiteral<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HMaterializedLiteral<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::HMaterializedLiteral<1>in libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::ArrayInstructionInterfacein libv8_base.a(hydrogen-instructions.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(ic-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(ic-x64.o) | |
vtable for v8::internal::RuntimeCallHelperin libv8_base.a(ic-x64.o) | |
vtable for v8::internal::RuntimeCallHelperin libv8_base.a(ic-x64.o) | |
vtable for v8::internal::FunctionLoggingParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::FunctionLoggingParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::FunctionLoggingParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ParserRecorderin libv8_base.a(preparse-data.o) | |
vtable for v8::internal::ThreadVisitorin libv8_base.a(liveedit.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(liveedit.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(liveedit.o) | |
vtable for v8::internal::OptimizedFunctionVisitorin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableInputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableInputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableInputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableInputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableInputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::Comparator::Inputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::Comparator::Inputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::Comparator::Inputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableOutputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableOutputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::SubrangableOutputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::Comparator::Outputin libv8_base.a(liveedit.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(builtins-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(builtins-x64.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::NativeRegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::RegExpMacroAssemblerin libv8_base.a(regexp-macro-assembler.o) | |
vtable for v8::internal::SeqRegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::SeqRegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::SeqRegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::SeqRegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpNodein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpTreein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpTreein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpTreein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::RegExpTreein libv8_base.a(jsregexp.o) | |
vtable for v8::internal::NodeVisitorin libv8_base.a(jsregexp.o) | |
vtable for v8::internal::NodeVisitorin libv8_base.a(jsregexp.o) | |
vtable for v8::internal::NodeVisitorin libv8_base.a(jsregexp.o) | |
vtable for v8::internal::NodeVisitorin libv8_base.a(jsregexp.o) | |
vtable for v8::internal::NodeVisitorin libv8_base.a(jsregexp.o) | |
vtable for v8::internal::NodeVisitorin libv8_base.a(jsregexp.o) | |
vtable for v8::internal::Statementin libv8_base.a(rewriter.o) | |
vtable for v8::internal::AstNodein libv8_base.a(rewriter.o) | |
vtable for v8::internal::Expressionin libv8_base.a(rewriter.o) | |
vtable for v8::internal::AstNodein libv8_base.a(scopes.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::FastPackedSmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)0> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorin libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::FastHoleySmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)1> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::FastPackedObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)2> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::FastHoleyObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)3> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::FastPackedDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)4> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::FastHoleyDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)5> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::DictionaryElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)6> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::NonStrictArgumentsElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)7> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalByteElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)8> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalUnsignedByteElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)9> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalShortElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)10> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalUnsignedShortElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)11> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalIntElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)12> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalUnsignedIntElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)13> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalFloatElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)14> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::ExternalDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)15> >in libv8_base.a(elements.o) | |
vtable for v8::internal::ElementsAccessorBase<v8::internal::PixelElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)16> >in libv8_base.a(elements.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(log-utils.o) | |
vtable for v8::internal::StringAllocatorin libv8_base.a(log-utils.o) | |
vtable for v8::internal::LDeferredCodein libv8_base.a(lithium-codegen-x64.o) | |
vtable for v8::internal::LDeferredCodein libv8_base.a(lithium-codegen-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(lithium-codegen-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(lithium-codegen-x64.o) | |
vtable for v8::internal::LGapin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LGapin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LGapin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LInstructionin libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 3, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 3, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 3, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 4, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 4, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 4, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 0, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 0, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 0, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 2> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<2, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 0, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 0, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 0, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 2, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 2, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<1, 2, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<0, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LControlInstruction<1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 1, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 2, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 2, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 2, 1> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 3, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 3, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::LTemplateInstruction<0, 3, 0> in libv8_base.a(lithium-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::FullCodeGenerator::ExpressionContextin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::CallWrapperin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::RuntimeCallHelperin libv8_base.a(full-codegen-x64.o) | |
vtable for v8::internal::RuntimeCallHelperin libv8_base.a(full-codegen-x64.o) | |
"operator delete[](void*)", referenced from: | |
v8::internal::Bootstrapper::TearDown() in libv8_base.a(bootstrapper.o) | |
v8::internal::ExternalReferenceDecoder::~ExternalReferenceDecoder()in libv8_base.a(serialize.o) | |
v8::internal::ExternalReferenceDecoder::~ExternalReferenceDecoder()in libv8_base.a(serialize.o) | |
v8::internal::MemoryMappedExternalResource::~MemoryMappedExternalResource()in libv8_base.a(v8utils.o) | |
v8::internal::MemoryMappedExternalResource::~MemoryMappedExternalResource()in libv8_base.a(v8utils.o) | |
v8::internal::ReadCharsFromFile(__sFILE*, int*, int, bool, char const*)in libv8_base.a(v8utils.o) | |
v8::internal::ReadLine(char const*)in libv8_base.a(v8utils.o) | |
v8::internal::ReadLine(char const*)in libv8_base.a(v8utils.o) | |
v8::String::Value::~Value()in libv8_base.a(api.o) | |
v8::String::AsciiValue::~AsciiValue()in libv8_base.a(api.o) | |
v8::StartupDataDecompressor::Decompress() in libv8_base.a(api.o) | |
v8::String::Value::~Value()in libv8_base.a(api.o) | |
v8::StartupDataDecompressor::~StartupDataDecompressor()in libv8_base.a(api.o) | |
v8::String::AsciiValue::~AsciiValue()in libv8_base.a(api.o) | |
v8::String::Utf8Value::~Utf8Value()in libv8_base.a(api.o) | |
v8::String::Utf8Value::~Utf8Value()in libv8_base.a(api.o) | |
v8::StartupDataDecompressor::~StartupDataDecompressor()in libv8_base.a(api.o) | |
v8::MessageHandlerWrapper(v8::Debug::Message const&) in libv8_base.a(api.o) | |
v8::Object::ObjectProtoToString() in libv8_base.a(api.o) | |
v8::internal::HandleScopeImplementer::Free() in libv8_base.a(api.o) | |
v8::internal::FlagList::ResetAllFlags() in libv8_base.a(flags.o) | |
v8::internal::FlagList::PrintHelp() in libv8_base.a(flags.o) | |
v8::internal::FlagList::SetFlagsFromCommandLine(int*, char**, bool)in libv8_base.a(flags.o) | |
v8::internal::FlagList::SetFlagsFromString(char const*, int)in libv8_base.a(flags.o) | |
v8::internal::FlagList::SetFlagsFromString(char const*, int)in libv8_base.a(flags.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(flags.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::DoThrow(v8::internal::Object*, v8::internal::MessageLocation*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::DoThrow(v8::internal::Object*, v8::internal::MessageLocation*)in libv8_base.a(isolate.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(isolate.o) | |
v8::internal::HandleScopeImplementer::~HandleScopeImplementer()in libv8_base.a(isolate.o) | |
v8::internal::OS::StackWalk(v8::internal::Vector<v8::internal::OS::StackFrame>)in libv8_base.a(platform-macos.o) | |
v8::internal::Factory::EmergencyNewError(char const*, v8::internal::Handle<v8::internal::JSArray>)in libv8_base.a(factory.o) | |
v8::internal::CommandMessage::Dispose() in libv8_base.a(debug.o) | |
v8::internal::PrintLn(v8::Local<v8::Value>) in libv8_base.a(debug.o) | |
v8::internal::CommandMessageQueue::~CommandMessageQueue()in libv8_base.a(debug.o) | |
v8::internal::ParserMessage::~ParserMessage()in libv8_base.a(parser.o) | |
v8::internal::ParserMessage::~ParserMessage()in libv8_base.a(parser.o) | |
v8::internal::ScriptDataImpl::~ScriptDataImpl()in libv8_base.a(parser.o) | |
v8::internal::ScriptDataImpl::~ScriptDataImpl()in libv8_base.a(parser.o) | |
v8::internal::Parser::CheckConflictingVarDeclarations(v8::internal::Scope*, bool*)in libv8_base.a(parser.o) | |
v8::internal::Parser::Declare(v8::internal::Declaration*, bool, bool*)in libv8_base.a(parser.o) | |
v8::internal::Parser::ReportInvalidPreparseData(v8::internal::Handle<v8::internal::String>, bool*)in libv8_base.a(parser.o) | |
v8::internal::Parser::ParseExpressionOrLabelledStatement(v8::internal::ZoneList<v8::internal::Handle<v8::internal::String> >*, bool*)in libv8_base.a(parser.o) | |
v8::internal::ParserApi::Parse(v8::internal::CompilationInfo*, int)in libv8_base.a(parser.o) | |
v8::internal::ParserApi::Parse(v8::internal::CompilationInfo*, int)in libv8_base.a(parser.o) | |
v8::internal::ParserApi::Parse(v8::internal::CompilationInfo*, int)in libv8_base.a(parser.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::NewChunk(int)in libv8_base.a(parser.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::Reset()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::NewChunk(int)in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::Reset()in libv8_base.a(parser.o) | |
v8::internal::Scanner::~Scanner()in libv8_base.a(parser.o) | |
v8::internal::Scanner::~Scanner()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::Reset()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::NewChunk(int)in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::MessageHandler::DefaultMessageReport(v8::internal::MessageLocation const*, v8::internal::Handle<v8::internal::Object>)in libv8_base.a(messages.o) | |
v8::internal::MessageHandler::DefaultMessageReport(v8::internal::MessageLocation const*, v8::internal::Handle<v8::internal::Object>)in libv8_base.a(messages.o) | |
v8::internal::SharedFunctionInfo::DisableOptimization() in libv8_base.a(objects.o) | |
v8::internal::JSFunction::PrintName(__sFILE*) in libv8_base.a(objects.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(objects.o) | |
v8::internal::StringsStorage::~StringsStorage()in libv8_base.a(profile-generator.o) | |
v8::internal::StringsStorage::AddOrDisposeString(char*, unsigned int)in libv8_base.a(profile-generator.o) | |
v8::internal::StringsStorage::GetVFormatted(char const*, __va_list_tag*)in libv8_base.a(profile-generator.o) | |
v8::internal::V8HeapExplorer::TagGlobalObjects() in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotJSONSerializer::Serialize(v8::OutputStream*) in libv8_base.a(profile-generator.o) | |
v8::internal::ProfileGenerator::RecordTickSample(v8::internal::TickSample const&)in libv8_base.a(profile-generator.o) | |
v8::internal::V8HeapExplorer::SetPropertyReference(v8::internal::HeapObject*, int, v8::internal::String*, v8::internal::Object*, char const*, int)in libv8_base.a(profile-generator.o) | |
v8::internal::Logger::ApiNamedPropertyAccess(char const*, v8::internal::JSObject*, v8::internal::Object*)in libv8_base.a(log.o) | |
v8::internal::Logger::ApiNamedPropertyAccess(char const*, v8::internal::JSObject*, v8::internal::Object*)in libv8_base.a(log.o) | |
v8::internal::Logger::ApiNamedSecurityCheck(v8::internal::Object*)in libv8_base.a(log.o) | |
v8::internal::Logger::SetterCallbackEvent(v8::internal::String*, unsigned char*)in libv8_base.a(log.o) | |
v8::internal::Logger::GetterCallbackEvent(v8::internal::String*, unsigned char*)in libv8_base.a(log.o) | |
v8::internal::Logger::CallbackEvent(v8::internal::String*, unsigned char*)in libv8_base.a(log.o) | |
v8::internal::Logger::ApiObjectAccess(char const*, v8::internal::JSObject*)in libv8_base.a(log.o) | |
v8::internal::Logger::ApiIndexedPropertyAccess(char const*, v8::internal::JSObject*, unsigned int)in libv8_base.a(log.o) | |
v8::internal::Logger::DebugEvent(char const*, v8::internal::Vector<unsigned short>)in libv8_base.a(log.o) | |
v8::internal::Logger::CodeCreateEvent(v8::internal::Logger::LogEventsAndTags, v8::internal::Code*, v8::internal::SharedFunctionInfo*, v8::internal::String*, int)in libv8_base.a(log.o) | |
v8::internal::Logger::CodeCreateEvent(v8::internal::Logger::LogEventsAndTags, v8::internal::Code*, v8::internal::SharedFunctionInfo*, v8::internal::String*, int)in libv8_base.a(log.o) | |
v8::internal::Logger::CodeCreateEvent(v8::internal::Logger::LogEventsAndTags, v8::internal::Code*, v8::internal::SharedFunctionInfo*, v8::internal::String*)in libv8_base.a(log.o) | |
v8::internal::Logger::LogCompiledFunctions() in libv8_base.a(log.o) | |
v8::internal::Logger::LogCompiledFunctions() in libv8_base.a(log.o) | |
v8::internal::Logger::NameMap::~NameMap()in libv8_base.a(log.o) | |
v8::internal::Logger::NameMap::Remove(unsigned char*)in libv8_base.a(log.o) | |
v8::internal::HandleScopeImplementer::DeleteExtensions(v8::internal::Object**)in libv8_base.a(handles.o) | |
v8::internal::NewSpace::TearDown() in libv8_base.a(spaces.o) | |
v8::internal::NewSpace::TearDown() in libv8_base.a(spaces.o) | |
v8::internal::HeapStringAllocator::grow(unsigned int*)in libv8_base.a(string-stream.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(string-stream.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(string-stream.o) | |
v8::internal::JavaScriptFrame::PrintTop(__sFILE*, bool, bool)in libv8_base.a(frames.o) | |
v8::internal::Accessors::FunctionGetArguments(v8::internal::Object*, void*)in libv8_base.a(accessors.o) | |
v8::internal::CodeStub::RecordCodeGeneration(v8::internal::Code*, v8::internal::MacroAssembler*)in libv8_base.a(code-stubs.o) | |
v8::internal::StoreBuffer::TearDown() in libv8_base.a(store-buffer.o) | |
v8::internal::StoreBuffer::TearDown() in libv8_base.a(store-buffer.o) | |
v8::internal::DeoptimizedFrameInfo::~DeoptimizedFrameInfo()in libv8_base.a(deoptimizer.o) | |
v8::internal::DeoptimizedFrameInfo::~DeoptimizedFrameInfo()in libv8_base.a(deoptimizer.o) | |
v8::internal::Deoptimizer::DeleteFrameDescriptions() in libv8_base.a(deoptimizer.o) | |
v8::internal::DeoptimizedFrameInfo::~DeoptimizedFrameInfo()in libv8_base.a(deoptimizer.o) | |
v8::internal::DeoptimizedFrameInfo::~DeoptimizedFrameInfo()in libv8_base.a(deoptimizer.o) | |
v8::internal::Deoptimizer::GetOutputInfo(v8::internal::DeoptimizationOutputData*, unsigned int, v8::internal::SharedFunctionInfo*)in libv8_base.a(deoptimizer.o) | |
v8::internal::Deoptimizer::GetOutputInfo(v8::internal::DeoptimizationOutputData*, unsigned int, v8::internal::SharedFunctionInfo*)in libv8_base.a(deoptimizer.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(deoptimizer.o) | |
v8::internal::DoubleToFixedCString(double, int)in libv8_base.a(conversions.o) | |
v8::internal::CompilationCache::~CompilationCache()in libv8_base.a(compilation-cache.o) | |
v8::internal::CompilationCache::~CompilationCache()in libv8_base.a(compilation-cache.o) | |
v8::internal::CompilationCache::~CompilationCache()in libv8_base.a(compilation-cache.o) | |
v8::internal::CompilationCache::~CompilationCache()in libv8_base.a(compilation-cache.o) | |
v8::internal::Snapshot::Initialize(char const*)in libv8_base.a(snapshot-common.o) | |
v8::internal::CallJsBuiltin(v8::internal::Isolate*, char const*, v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)0>)in libv8_base.a(builtins.o) | |
v8::internal::MakeCrankshaftCode(v8::internal::CompilationInfo*)in libv8_base.a(compiler.o) | |
v8::internal::RegExpStack::EnsureCapacity(unsigned long)in libv8_base.a(regexp-stack.o) | |
v8::internal::RegExpStack::ThreadLocal::Free() in libv8_base.a(regexp-stack.o) | |
v8::internal::RegExpStack::Reset() in libv8_base.a(regexp-stack.o) | |
v8::internal::RegExpStackScope::~RegExpStackScope()in libv8_base.a(regexp-stack.o) | |
v8::internal::RegExpStackScope::~RegExpStackScope()in libv8_base.a(regexp-stack.o) | |
v8::internal::Runtime_SetFlags(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::GetCallerArguments(int, int*)in libv8_base.a(runtime.o) | |
v8::internal::SearchRegExpNoCaptureMultiple(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::JSArray>, v8::internal::FixedArrayBuilder*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_NumberToPrecision(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_NumberToExponential(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_NumberToFixed(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_NumberToRadixString(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_Apply(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_FunctionBindArguments(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_Call(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_NewObjectFromBound(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_GetLocalPropertyNames(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::Runtime_RegExpExecMultiple(v8::internal::Arguments, v8::internal::Isolate*)in libv8_base.a(runtime.o) | |
v8::internal::JsonParser<false>::ParseJsonNumber() in libv8_base.a(runtime.o) | |
v8::internal::HTracer::FlushToFile() in libv8_base.a(hydrogen.o) | |
v8::internal::HEnvironment::PrintToStd() in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::TraceInline(v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Handle<v8::internal::JSFunction>, char const*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::TraceInline(v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Handle<v8::internal::JSFunction>, char const*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::Bailout(char const*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::AnalyzeGraph() in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::ProcessLoopBlock(v8::internal::HBasicBlock*, v8::internal::HBasicBlock*, v8::internal::EnumSet<v8::internal::GVNFlag, int>, v8::internal::EnumSet<v8::internal::GVNFlag, int>*, v8::internal::EnumSet<v8::internal::GVNFlag, int>*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::ProcessLoopBlock(v8::internal::HBasicBlock*, v8::internal::HBasicBlock*, v8::internal::EnumSet<v8::internal::GVNFlag, int>, v8::internal::EnumSet<v8::internal::GVNFlag, int>*, v8::internal::EnumSet<v8::internal::GVNFlag, int>*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::ProcessLoopBlock(v8::internal::HBasicBlock*, v8::internal::HBasicBlock*, v8::internal::EnumSet<v8::internal::GVNFlag, int>, v8::internal::EnumSet<v8::internal::GVNFlag, int>*, v8::internal::EnumSet<v8::internal::GVNFlag, int>*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::ProcessLoopBlock(v8::internal::HBasicBlock*, v8::internal::HBasicBlock*, v8::internal::EnumSet<v8::internal::GVNFlag, int>, v8::internal::EnumSet<v8::internal::GVNFlag, int>*, v8::internal::EnumSet<v8::internal::GVNFlag, int>*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::ProcessLoopBlock(v8::internal::HBasicBlock*, v8::internal::HBasicBlock*, v8::internal::EnumSet<v8::internal::GVNFlag, int>, v8::internal::EnumSet<v8::internal::GVNFlag, int>*, v8::internal::EnumSet<v8::internal::GVNFlag, int>*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::ProcessLoopBlock(v8::internal::HBasicBlock*, v8::internal::HBasicBlock*, v8::internal::EnumSet<v8::internal::GVNFlag, int>, v8::internal::EnumSet<v8::internal::GVNFlag, int>*, v8::internal::EnumSet<v8::internal::GVNFlag, int>*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::ProcessLoopBlock(v8::internal::HBasicBlock*, v8::internal::HBasicBlock*, v8::internal::EnumSet<v8::internal::GVNFlag, int>, v8::internal::EnumSet<v8::internal::GVNFlag, int>*, v8::internal::EnumSet<v8::internal::GVNFlag, int>*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGlobalValueNumberer::LoopInvariantCodeMotion() in libv8_base.a(hydrogen.o) | |
v8::internal::HTracer::TraceCompilation(v8::internal::FunctionLiteral*)in libv8_base.a(hydrogen.o) | |
v8::internal::HTracer::TraceCompilation(v8::internal::FunctionLiteral*)in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::HandlePolymorphicCallNamed(v8::internal::Call*, v8::internal::HValue*, v8::internal::SmallMapList*, v8::internal::Handle<v8::internal::String>)in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::HandlePolymorphicCallNamed(v8::internal::Call*, v8::internal::HValue*, v8::internal::SmallMapList*, v8::internal::Handle<v8::internal::String>)in libv8_base.a(hydrogen.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(hydrogen.o) | |
v8::internal::SimpleStringResource<unsigned short, v8::String::ExternalStringResource>::~SimpleStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::SimpleStringResource<unsigned short, v8::String::ExternalStringResource>::~SimpleStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::SimpleStringResource<char, v8::String::ExternalAsciiStringResource>::~SimpleStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::SimpleStringResource<char, v8::String::ExternalAsciiStringResource>::~SimpleStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::Assembler::~Assembler()in libv8_base.a(assembler-x64.o) | |
v8::internal::Assembler::GrowBuffer() in libv8_base.a(assembler-x64.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(ast.o) | |
v8::internal::HEnterInlined::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(hydrogen-instructions.o) | |
v8::internal::HStoreNamedField::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(hydrogen-instructions.o) | |
v8::internal::HStoreNamedGeneric::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(hydrogen-instructions.o) | |
v8::internal::HLoadNamedGeneric::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(hydrogen-instructions.o) | |
v8::internal::HLoadNamedFieldPolymorphic::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(hydrogen-instructions.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::Reset()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::Reset()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::NewChunk(int)in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::Reset()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::NewChunk(int)in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::NewChunk(int)in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::Reset()in libv8_base.a(preparser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::NewChunk(int)in libv8_base.a(preparser.o) | |
v8::internal::SequenceCollector<unsigned char, 2, 1048576>::NewChunk(int)in libv8_base.a(preparser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparser.o) | |
v8::internal::Comparator::CalculateDifference(v8::internal::Comparator::Input*, v8::internal::Comparator::Output*)in libv8_base.a(liveedit.o) | |
v8::internal::LiveEdit::PatchFunctionPositions(v8::internal::Handle<v8::internal::JSArray>, v8::internal::Handle<v8::internal::JSArray>)in libv8_base.a(liveedit.o) | |
v8::internal::RelocInfoBuffer::Grow() in libv8_base.a(liveedit.o) | |
v8::internal::SamplingCircularQueue::~SamplingCircularQueue()in libv8_base.a(circular-queue.o) | |
v8::internal::SamplingCircularQueue::~SamplingCircularQueue()in libv8_base.a(circular-queue.o) | |
v8::internal::RegExpImpl::IrregexpExec(v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, int, v8::internal::Handle<v8::internal::JSArray>, v8::internal::Zone*)in libv8_base.a(jsregexp.o) | |
v8::internal::LiteralBuffer::ExpandBuffer() in libv8_base.a(scanner.o) | |
v8::internal::LiteralBuffer::ConvertToUtf16() in libv8_base.a(scanner.o) | |
v8::internal::LDoubleRegister::TearDownCache() in libv8_base.a(lithium.o) | |
v8::internal::LRegister::TearDownCache() in libv8_base.a(lithium.o) | |
v8::internal::LDoubleStackSlot::TearDownCache() in libv8_base.a(lithium.o) | |
v8::internal::LStackSlot::TearDownCache() in libv8_base.a(lithium.o) | |
v8::internal::LConstantOperand::TearDownCache() in libv8_base.a(lithium.o) | |
v8::internal::LOperand::TearDownCaches() in libv8_base.a(lithium.o) | |
v8::internal::LOperand::TearDownCaches() in libv8_base.a(lithium.o) | |
v8::internal::LOperand::TearDownCaches() in libv8_base.a(lithium.o) | |
v8::internal::LOperand::TearDownCaches() in libv8_base.a(lithium.o) | |
v8::internal::LOperand::TearDownCaches() in libv8_base.a(lithium.o) | |
v8::internal::Log::Close() in libv8_base.a(log-utils.o) | |
v8::internal::Log::OpenFile(char const*)in libv8_base.a(log-utils.o) | |
v8::internal::Log::Initialize() in libv8_base.a(log-utils.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(log-utils.o) | |
v8::internal::LCodeGen::Abort(char const*, ...)in libv8_base.a(lithium-codegen-x64.o) | |
v8::internal::LChunkBuilder::Abort(char const*, ...)in libv8_base.a(lithium-x64.o) | |
v8::internal::LStoreNamedGeneric::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(lithium-x64.o) | |
v8::internal::LStoreNamedField::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(lithium-x64.o) | |
v8::internal::LCallGlobal::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(lithium-x64.o) | |
v8::internal::LCallNamed::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(lithium-x64.o) | |
v8::internal::LTypeofIsAndBranch::PrintDataTo(v8::internal::StringStream*)in libv8_base.a(lithium-x64.o) | |
v8::internal::DebuggerAgentSession::Run() in libv8_base.a(debug-agent.o) | |
v8::internal::DebuggerAgentSession::Run() in libv8_base.a(debug-agent.o) | |
v8::internal::DebuggerAgentSession::Run() in libv8_base.a(debug-agent.o) | |
v8::internal::DebuggerAgentSession::Run() in libv8_base.a(debug-agent.o) | |
v8::internal::DebuggerAgent::~DebuggerAgent()in libv8_base.a(debug-agent.o) | |
v8::internal::DebuggerAgent::~DebuggerAgent()in libv8_base.a(debug-agent.o) | |
"operator delete(void*)", referenced from: | |
PartialSnapshotSink::~PartialSnapshotSink()in mksnapshot.o | |
v8::internal::SnapshotByteSink::~SnapshotByteSink()in mksnapshot.o | |
CppByteSink::~CppByteSink()in mksnapshot.o | |
v8::internal::Bootstrapper::TearDown() in libv8_base.a(bootstrapper.o) | |
v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource()in libv8_base.a(bootstrapper.o) | |
v8::String::ExternalStringResourceBase::~ExternalStringResourceBase()in libv8_base.a(bootstrapper.o) | |
v8::internal::NativesExternalStringResource::~NativesExternalStringResource()in libv8_base.a(bootstrapper.o) | |
v8::internal::Deserializer::~Deserializer()in libv8_base.a(serialize.o) | |
v8::internal::Serializer::~Serializer()in libv8_base.a(serialize.o) | |
v8::internal::Serializer::~Serializer()in libv8_base.a(serialize.o) | |
v8::internal::Serializer::~Serializer()in libv8_base.a(serialize.o) | |
v8::internal::Deserializer::~Deserializer()in libv8_base.a(serialize.o) | |
v8::internal::Deserializer::~Deserializer()in libv8_base.a(serialize.o) | |
v8::internal::Serializer::ObjectSerializer::~ObjectSerializer()in libv8_base.a(serialize.o) | |
v8::internal::SerializerDeserializer::~SerializerDeserializer()in libv8_base.a(serialize.o) | |
v8::internal::SerializationAddressMapper::~SerializationAddressMapper()in libv8_base.a(serialize.o) | |
v8::internal::SerializationAddressMapper::~SerializationAddressMapper()in libv8_base.a(serialize.o) | |
v8::internal::StartupSerializer::~StartupSerializer()in libv8_base.a(serialize.o) | |
v8::internal::PartialSerializer::~PartialSerializer()in libv8_base.a(serialize.o) | |
v8::internal::MemoryMappedExternalResource::~MemoryMappedExternalResource()in libv8_base.a(v8utils.o) | |
v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource()in libv8_base.a(v8utils.o) | |
v8::String::ExternalStringResourceBase::~ExternalStringResourceBase()in libv8_base.a(v8utils.o) | |
v8::RegisteredExtension::UnregisterAll() in libv8_base.a(api.o) | |
v8::StartupDataDecompressor::~StartupDataDecompressor()in libv8_base.a(api.o) | |
v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource()in libv8_base.a(api.o) | |
v8::ExternalAsciiStringResourceImpl::~ExternalAsciiStringResourceImpl()in libv8_base.a(api.o) | |
v8::String::ExternalStringResourceBase::~ExternalStringResourceBase()in libv8_base.a(api.o) | |
v8::ScriptData::~ScriptData()in libv8_base.a(api.o) | |
v8::Extension::~Extension()in libv8_base.a(api.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(flags.o) | |
v8::internal::Isolate::ThreadDataTable::Remove(v8::internal::Isolate::PerIsolateThreadData*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::~Isolate()in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Exit() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Deinit() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::Deinit() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::ThreadDataTable::Remove(v8::internal::Isolate*, v8::internal::ThreadId)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::ThreadDataTable::RemoveAllThreads(v8::internal::Isolate*)in libv8_base.a(isolate.o) | |
v8::internal::Isolate::TearDown() in libv8_base.a(isolate.o) | |
v8::internal::Isolate::TearDown() in libv8_base.a(isolate.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(isolate.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(isolate.o) | |
unibrow::InputBuffer<unibrow::Utf8, unibrow::Buffer<char const*>, 1024u>::~InputBuffer()in libv8_base.a(isolate.o) | |
v8::internal::DateCache::~DateCache()in libv8_base.a(isolate.o) | |
unibrow::InputBuffer<v8::internal::String, v8::internal::String**, 256u>::~InputBuffer()in libv8_base.a(isolate.o) | |
unibrow::InputBuffer<v8::internal::String, v8::internal::String*, 1024u>::~InputBuffer()in libv8_base.a(isolate.o) | |
v8::internal::PreallocatedMemoryThread::~PreallocatedMemoryThread()in libv8_base.a(isolate.o) | |
unibrow::Utf8InputBuffer<1024u>::~Utf8InputBuffer()in libv8_base.a(isolate.o) | |
v8::internal::Thread::~Thread()in libv8_base.a(platform-macos.o) | |
v8::internal::Sampler::~Sampler()in libv8_base.a(platform-macos.o) | |
v8::internal::PosixMemoryMappedFile::~PosixMemoryMappedFile()in libv8_base.a(platform-macos.o) | |
v8::internal::MacOSSemaphore::~MacOSSemaphore()in libv8_base.a(platform-macos.o) | |
v8::internal::Semaphore::~Semaphore()in libv8_base.a(platform-macos.o) | |
v8::internal::Mutex::~Mutex()in libv8_base.a(platform-macos.o) | |
v8::internal::OS::MemoryMappedFile::~MemoryMappedFile()in libv8_base.a(platform-macos.o) | |
v8::internal::SamplerThread::~SamplerThread()in libv8_base.a(platform-macos.o) | |
v8::internal::MacOSMutex::~MacOSMutex()in libv8_base.a(platform-macos.o) | |
v8::internal::TranscendentalCache::Clear() in libv8_base.a(heap.o) | |
v8::internal::Heap::VisitExternalResources(v8::ExternalResourceVisitor*)::VisitorAdapter::~VisitorAdapter()in libv8_base.a(heap.o) | |
v8::internal::Heap::GarbageCollectionPrologue() in libv8_base.a(heap.o) | |
v8::internal::UnreachableObjectsFilter::MarkingVisitor::~MarkingVisitor()in libv8_base.a(heap.o) | |
v8::internal::HeapObjectsFilter::~HeapObjectsFilter()in libv8_base.a(heap.o) | |
v8::internal::ScavengeWeakObjectRetainer::~ScavengeWeakObjectRetainer()in libv8_base.a(heap.o) | |
v8::internal::ScavengeVisitor::~ScavengeVisitor()in libv8_base.a(heap.o) | |
unibrow::InputBuffer<unibrow::Utf8, unibrow::Buffer<char const*>, 256u>::~InputBuffer()in libv8_base.a(heap.o) | |
v8::internal::WeakObjectRetainer::~WeakObjectRetainer()in libv8_base.a(heap.o) | |
v8::internal::UnreachableObjectsFilter::~UnreachableObjectsFilter()in libv8_base.a(heap.o) | |
v8::internal::JSConstructEntryStub::~JSConstructEntryStub()in libv8_base.a(heap.o) | |
unibrow::Utf8InputBuffer<256u>::~Utf8InputBuffer()in libv8_base.a(heap.o) | |
v8::internal::Socket::~Socket()in libv8_base.a(platform-posix.o) | |
v8::internal::POSIXSocket::~POSIXSocket()in libv8_base.a(platform-posix.o) | |
v8::internal::V8::TearDown() in libv8_base.a(v8.o) | |
v8::internal::MessageDispatchHelperThread::~MessageDispatchHelperThread()in libv8_base.a(debug.o) | |
v8::internal::DebugInfoListNode::~DebugInfoListNode()in libv8_base.a(debug.o) | |
v8::internal::BreakLocationIterator::~BreakLocationIterator()in libv8_base.a(debug.o) | |
v8::internal::MessageImpl::~MessageImpl()in libv8_base.a(debug.o) | |
v8::internal::EventDetailsImpl::~EventDetailsImpl()in libv8_base.a(debug.o) | |
v8::internal::ActiveFunctionsRedirector::~ActiveFunctionsRedirector()in libv8_base.a(debug.o) | |
v8::internal::ActiveFunctionsCollector::~ActiveFunctionsCollector()in libv8_base.a(debug.o) | |
v8::internal::ThreadVisitor::~ThreadVisitor()in libv8_base.a(debug.o) | |
v8::Debug::EventDetails::~EventDetails()in libv8_base.a(debug.o) | |
v8::Debug::Message::~Message()in libv8_base.a(debug.o) | |
v8::internal::ScriptCache::~ScriptCache()in libv8_base.a(debug.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(debug.o) | |
v8::internal::ScriptDataImpl::~ScriptDataImpl()in libv8_base.a(parser.o) | |
v8::internal::SingletonLogger::~SingletonLogger()in libv8_base.a(parser.o) | |
v8::internal::ParserRecorder::~ParserRecorder()in libv8_base.a(parser.o) | |
v8::ScriptData::~ScriptData()in libv8_base.a(parser.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::Parser::~Parser()in libv8_base.a(parser.o) | |
v8::internal::Parser::~Parser()in libv8_base.a(parser.o) | |
v8::internal::Parser::~Parser()in libv8_base.a(parser.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(parser.o) | |
v8::internal::SymbolsKey::~SymbolsKey()in libv8_base.a(objects.o) | |
v8::internal::RegExpKey::~RegExpKey()in libv8_base.a(objects.o) | |
v8::internal::StringSharedKey::~StringSharedKey()in libv8_base.a(objects.o) | |
v8::internal::StringKey::~StringKey()in libv8_base.a(objects.o) | |
v8::internal::SubStringAsciiSymbolKey::~SubStringAsciiSymbolKey()in libv8_base.a(objects.o) | |
v8::internal::Utf8SymbolKey::~Utf8SymbolKey()in libv8_base.a(objects.o) | |
v8::internal::TwoCharHashTableKey::~TwoCharHashTableKey()in libv8_base.a(objects.o) | |
v8::internal::SymbolKey::~SymbolKey()in libv8_base.a(objects.o) | |
v8::internal::SequentialSymbolKey<unsigned short>::~SequentialSymbolKey()in libv8_base.a(objects.o) | |
v8::internal::TwoByteSymbolKey::~TwoByteSymbolKey()in libv8_base.a(objects.o) | |
v8::internal::SequentialSymbolKey<char>::~SequentialSymbolKey()in libv8_base.a(objects.o) | |
v8::internal::PolymorphicCodeCacheHashTableKey::~PolymorphicCodeCacheHashTableKey()in libv8_base.a(objects.o) | |
v8::internal::CodeCacheHashTableKey::~CodeCacheHashTableKey()in libv8_base.a(objects.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(objects.o) | |
unibrow::InputBuffer<unibrow::Utf8, unibrow::Buffer<char const*>, 256u>::~InputBuffer()in libv8_base.a(objects.o) | |
unibrow::Utf8InputBuffer<256u>::~Utf8InputBuffer()in libv8_base.a(objects.o) | |
v8::internal::ObjectVisitor::~ObjectVisitor()in libv8_base.a(objects.o) | |
unibrow::InputBuffer<v8::internal::String, v8::internal::String**, 256u>::~InputBuffer()in libv8_base.a(objects.o) | |
unibrow::InputBuffer<v8::internal::String, v8::internal::String*, 1024u>::~InputBuffer()in libv8_base.a(objects.o) | |
v8::internal::HashTableKey::~HashTableKey()in libv8_base.a(objects.o) | |
v8::internal::Relocatable::~Relocatable()in libv8_base.a(objects.o) | |
v8::internal::StringInputBuffer::~StringInputBuffer()in libv8_base.a(objects.o) | |
v8::internal::AsciiSymbolKey::~AsciiSymbolKey()in libv8_base.a(objects.o) | |
v8::internal::SafeStringInputBuffer::~SafeStringInputBuffer()in libv8_base.a(objects.o) | |
v8::internal::FlatStringReader::~FlatStringReader()in libv8_base.a(objects.o) | |
v8::internal::DeleteCodeEntry(v8::internal::CodeEntry**)in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotsCollection::~HeapSnapshotsCollection()in libv8_base.a(profile-generator.o) | |
v8::internal::DeleteHeapSnapshot(v8::internal::HeapSnapshot**)in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshot::Delete() in libv8_base.a(profile-generator.o) | |
v8::internal::V8HeapExplorer::~V8HeapExplorer()in libv8_base.a(profile-generator.o) | |
v8::internal::NativeObjectsExplorer::~NativeObjectsExplorer()in libv8_base.a(profile-generator.o) | |
v8::internal::DeleteCpuProfile(v8::internal::CpuProfile**)in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotJSONSerializer::Serialize(v8::OutputStream*) in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotJSONSerializer::Serialize(v8::OutputStream*) in libv8_base.a(profile-generator.o) | |
v8::internal::BasicHeapEntriesAllocator::~BasicHeapEntriesAllocator()in libv8_base.a(profile-generator.o) | |
v8::internal::SnapshotFiller::~SnapshotFiller()in libv8_base.a(profile-generator.o) | |
v8::internal::NativeGroupRetainedObjectInfo::~NativeGroupRetainedObjectInfo()in libv8_base.a(profile-generator.o) | |
v8::internal::GlobalHandlesExtractor::~GlobalHandlesExtractor()in libv8_base.a(profile-generator.o) | |
v8::internal::IndexedReferencesExtractor::~IndexedReferencesExtractor()in libv8_base.a(profile-generator.o) | |
v8::internal::GcSubrootsEnumerator::~GcSubrootsEnumerator()in libv8_base.a(profile-generator.o) | |
v8::internal::SnapshottingProgressReportingInterface::~SnapshottingProgressReportingInterface()in libv8_base.a(profile-generator.o) | |
v8::internal::SnapshotFillerInterface::~SnapshotFillerInterface()in libv8_base.a(profile-generator.o) | |
v8::internal::HeapEntriesAllocator::~HeapEntriesAllocator()in libv8_base.a(profile-generator.o) | |
v8::RetainedObjectInfo::~RetainedObjectInfo()in libv8_base.a(profile-generator.o) | |
v8::internal::GlobalObjectsEnumerator::~GlobalObjectsEnumerator()in libv8_base.a(profile-generator.o) | |
v8::internal::DeleteNodesCallback::AfterAllChildrenTraversed(v8::internal::ProfileNode*)in libv8_base.a(profile-generator.o) | |
v8::internal::RootsReferencesExtractor::~RootsReferencesExtractor()in libv8_base.a(profile-generator.o) | |
v8::internal::HeapSnapshotGenerator::~HeapSnapshotGenerator()in libv8_base.a(profile-generator.o) | |
v8::internal::Logger::~Logger()in libv8_base.a(log.o) | |
v8::internal::Logger::~Logger()in libv8_base.a(log.o) | |
v8::internal::Logger::~Logger()in libv8_base.a(log.o) | |
v8::internal::Logger::TearDown() in libv8_base.a(log.o) | |
v8::internal::Profiler::~Profiler()in libv8_base.a(log.o) | |
v8::internal::EnumerateOptimizedFunctionsVisitor::~EnumerateOptimizedFunctionsVisitor()in libv8_base.a(log.o) | |
v8::internal::OptimizedFunctionVisitor::~OptimizedFunctionVisitor()in libv8_base.a(log.o) | |
v8::internal::Ticker::~Ticker()in libv8_base.a(log.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(log.o) | |
v8::internal::IncrementalMarking::TearDown() in libv8_base.a(incremental-marking.o) | |
v8::internal::IncrementalMarkingMarkingVisitor::~IncrementalMarkingMarkingVisitor()in libv8_base.a(incremental-marking.o) | |
v8::internal::IncrementalMarkingRootMarkingVisitor::~IncrementalMarkingRootMarkingVisitor()in libv8_base.a(incremental-marking.o) | |
v8::internal::Relocatable::~Relocatable()in libv8_base.a(handles.o) | |
v8::internal::CustomArguments::~CustomArguments()in libv8_base.a(handles.o) | |
v8::internal::GlobalHandles::~GlobalHandles()in libv8_base.a(global-handles.o) | |
v8::internal::ZoneScope::~ZoneScope()in libv8_base.a(zone.o) | |
v8::internal::HeapProfiler::TakeSnapshotImpl(char const*, int, v8::ActivityControl*)in libv8_base.a(heap-profiler.o) | |
v8::internal::HeapProfiler::~HeapProfiler()in libv8_base.a(heap-profiler.o) | |
v8::internal::HeapProfiler::ResetSnapshots() in libv8_base.a(heap-profiler.o) | |
v8::internal::HeapProfiler::TearDown() in libv8_base.a(heap-profiler.o) | |
v8::internal::CodeRange::TearDown() in libv8_base.a(spaces.o) | |
v8::internal::CodeRange::SetUp(unsigned long)in libv8_base.a(spaces.o) | |
v8::internal::MemoryAllocator::Free(v8::internal::MemoryChunk*)in libv8_base.a(spaces.o) | |
v8::internal::MemoryAllocator::Free(v8::internal::MemoryChunk*)in libv8_base.a(spaces.o) | |
v8::internal::SlotsBufferAllocator::DeallocateBuffer(v8::internal::SlotsBuffer*)in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactCollector::EnableCodeFlushing(bool) in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactCollector::~MarkCompactCollector()in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBufferAllocator::DeallocateChain(v8::internal::SlotsBuffer**)in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::SlotsBuffer::SlotType, unsigned char*, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactCollector::AbortCompaction() in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactCollector::EvacuatePages() in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactCollector::EvacuateNewSpaceAndCandidates() in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactCollector::EvacuateNewSpaceAndCandidates() in libv8_base.a(mark-compact.o) | |
v8::internal::EvacuationWeakObjectRetainer::~EvacuationWeakObjectRetainer()in libv8_base.a(mark-compact.o) | |
v8::internal::PointersUpdatingVisitor::~PointersUpdatingVisitor()in libv8_base.a(mark-compact.o) | |
v8::internal::MarkCompactWeakObjectRetainer::~MarkCompactWeakObjectRetainer()in libv8_base.a(mark-compact.o) | |
v8::internal::SymbolTableCleaner::~SymbolTableCleaner()in libv8_base.a(mark-compact.o) | |
v8::internal::RootMarkingVisitor::~RootMarkingVisitor()in libv8_base.a(mark-compact.o) | |
v8::internal::MarkingVisitor::~MarkingVisitor()in libv8_base.a(mark-compact.o) | |
v8::internal::SharedFunctionInfoMarkingVisitor::~SharedFunctionInfoMarkingVisitor()in libv8_base.a(mark-compact.o) | |
v8::internal::CodeMarkingVisitor::~CodeMarkingVisitor()in libv8_base.a(mark-compact.o) | |
v8::internal::ThreadVisitor::~ThreadVisitor()in libv8_base.a(mark-compact.o) | |
v8::internal::WeakObjectRetainer::~WeakObjectRetainer()in libv8_base.a(mark-compact.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(mark-compact.o) | |
v8::internal::SlotsBuffer::AddTo(v8::internal::SlotsBufferAllocator*, v8::internal::SlotsBuffer**, v8::internal::Object**, v8::internal::SlotsBuffer::AdditionMode)in libv8_base.a(mark-compact.o) | |
v8::internal::NoAllocationStringAllocator::~NoAllocationStringAllocator()in libv8_base.a(string-stream.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(string-stream.o) | |
unibrow::InputBuffer<v8::internal::String, v8::internal::String*, 1024u>::~InputBuffer()in libv8_base.a(string-stream.o) | |
v8::internal::HeapStringAllocator::~HeapStringAllocator()in libv8_base.a(string-stream.o) | |
v8::internal::ExitFrame::~ExitFrame()in libv8_base.a(frames.o) | |
v8::internal::StandardFrame::~StandardFrame()in libv8_base.a(frames.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(frames.o) | |
v8::internal::EntryFrame::~EntryFrame()in libv8_base.a(frames.o) | |
v8::internal::StackFrame::~StackFrame()in libv8_base.a(frames.o) | |
v8::internal::EntryConstructFrame::~EntryConstructFrame()in libv8_base.a(frames.o) | |
v8::internal::JavaScriptFrame::~JavaScriptFrame()in libv8_base.a(frames.o) | |
v8::internal::ArgumentsAdaptorFrame::~ArgumentsAdaptorFrame()in libv8_base.a(frames.o) | |
v8::internal::OptimizedFrame::~OptimizedFrame()in libv8_base.a(frames.o) | |
v8::internal::InternalFrame::~InternalFrame()in libv8_base.a(frames.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(runtime-profiler.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(accessors.o) | |
v8::internal::ICCompareStub::~ICCompareStub()in libv8_base.a(code-stubs.o) | |
v8::internal::KeyedLoadElementStub::~KeyedLoadElementStub()in libv8_base.a(code-stubs.o) | |
v8::internal::KeyedStoreElementStub::~KeyedStoreElementStub()in libv8_base.a(code-stubs.o) | |
v8::internal::ElementsTransitionAndStoreStub::~ElementsTransitionAndStoreStub()in libv8_base.a(code-stubs.o) | |
v8::internal::JSEntryStub::~JSEntryStub()in libv8_base.a(code-stubs.o) | |
v8::internal::CodeStub::~CodeStub()in libv8_base.a(code-stubs.o) | |
v8::internal::StoreBuffer::TearDown() in libv8_base.a(store-buffer.o) | |
v8::internal::StoreBuffer::TearDown() in libv8_base.a(store-buffer.o) | |
v8::internal::DeoptimizingVisitor::~DeoptimizingVisitor()in libv8_base.a(deoptimizer.o) | |
v8::internal::Deoptimizer::EntryGenerator::~EntryGenerator()in libv8_base.a(deoptimizer.o) | |
v8::internal::OptimizedFunctionVisitor::~OptimizedFunctionVisitor()in libv8_base.a(deoptimizer.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(deoptimizer.o) | |
v8::internal::ThreadManager::~ThreadManager()in libv8_base.a(v8threads.o) | |
v8::internal::ThreadManager::~ThreadManager()in libv8_base.a(v8threads.o) | |
v8::internal::ContextSwitcher::~ContextSwitcher()in libv8_base.a(v8threads.o) | |
v8::internal::ToNumberStub::~ToNumberStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::FastNewClosureStub::~FastNewClosureStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::FastNewContextStub::~FastNewContextStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::FastNewBlockContextStub::~FastNewBlockContextStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::FastCloneShallowArrayStub::~FastCloneShallowArrayStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::FastCloneShallowObjectStub::~FastCloneShallowObjectStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::ToBooleanStub::~ToBooleanStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::UnaryOpStub::~UnaryOpStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::BinaryOpStub::~BinaryOpStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::TranscendentalCacheStub::~TranscendentalCacheStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::MathPowStub::~MathPowStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::RegExpExecStub::~RegExpExecStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::RegExpConstructResultStub::~RegExpConstructResultStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::NumberToStringStub::~NumberToStringStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::StackCheckStub::~StackCheckStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::InterruptStub::~InterruptStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::CallFunctionStub::~CallFunctionStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::CallConstructStub::~CallConstructStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::InstanceofStub::~InstanceofStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::SubStringStub::~SubStringStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::StringCompareStub::~StringCompareStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::StoreArrayLiteralElementStub::~StoreArrayLiteralElementStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::StoreBufferOverflowStub::~StoreBufferOverflowStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::StringDictionaryLookupStub::~StringDictionaryLookupStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::CompareStub::~CompareStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::CEntryStub::~CEntryStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::StringAddStub::~StringAddStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::NullCallWrapper::~NullCallWrapper()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::CallWrapper::~CallWrapper()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::RecordWriteStub::~RecordWriteStub()in libv8_base.a(code-stubs-x64.o) | |
v8::internal::CpuProfiler::ResetProfiles() in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::~CpuProfiler()in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::~CpuProfiler()in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::DeleteProfile(v8::internal::CpuProfile*)in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::TearDown() in libv8_base.a(cpu-profiler.o) | |
v8::internal::CpuProfiler::StopProcessor() in libv8_base.a(cpu-profiler.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(cpu-profiler.o) | |
v8::internal::ProfilerEventsProcessor::~ProfilerEventsProcessor()in libv8_base.a(cpu-profiler.o) | |
v8::internal::Relocatable::~Relocatable()in libv8_base.a(stub-cache.o) | |
v8::internal::ExternalTwoByteStringUtf16CharacterStream::~ExternalTwoByteStringUtf16CharacterStream()in libv8_base.a(scanner-character-streams.o) | |
v8::internal::Utf8ToUtf16CharacterStream::~Utf8ToUtf16CharacterStream()in libv8_base.a(scanner-character-streams.o) | |
v8::internal::GenericStringUtf16CharacterStream::~GenericStringUtf16CharacterStream()in libv8_base.a(scanner-character-streams.o) | |
v8::internal::BufferedUtf16CharacterStream::~BufferedUtf16CharacterStream()in libv8_base.a(scanner-character-streams.o) | |
v8::internal::Utf16CharacterStream::~Utf16CharacterStream()in libv8_base.a(scanner-character-streams.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(execution.o) | |
v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource()in libv8_base.a(gc-extension.o) | |
v8::ExternalAsciiStringResourceImpl::~ExternalAsciiStringResourceImpl()in libv8_base.a(gc-extension.o) | |
v8::internal::GCExtension::~GCExtension()in libv8_base.a(gc-extension.o) | |
v8::Extension::~Extension()in libv8_base.a(gc-extension.o) | |
v8::internal::ToBooleanIC::~ToBooleanIC()in libv8_base.a(ic.o) | |
v8::internal::CompareIC::~CompareIC()in libv8_base.a(ic.o) | |
v8::internal::BinaryOpIC::~BinaryOpIC()in libv8_base.a(ic.o) | |
v8::internal::UnaryOpIC::~UnaryOpIC()in libv8_base.a(ic.o) | |
v8::internal::KeyedStoreIC::~KeyedStoreIC()in libv8_base.a(ic.o) | |
v8::internal::StoreIC::~StoreIC()in libv8_base.a(ic.o) | |
v8::internal::KeyedLoadIC::~KeyedLoadIC()in libv8_base.a(ic.o) | |
v8::internal::LoadIC::~LoadIC()in libv8_base.a(ic.o) | |
v8::internal::KeyedIC::~KeyedIC()in libv8_base.a(ic.o) | |
v8::internal::CallICBase::~CallICBase()in libv8_base.a(ic.o) | |
v8::internal::IC::~IC() in libv8_base.a(ic.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(ic.o) | |
v8::internal::KeyedCallIC::~KeyedCallIC()in libv8_base.a(ic.o) | |
v8::internal::CallIC::~CallIC()in libv8_base.a(ic.o) | |
v8::internal::Relocatable::~Relocatable()in libv8_base.a(builtins.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(compiler.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(compiler.o) | |
v8::internal::StubRuntimeCallHelper::~StubRuntimeCallHelper()in libv8_base.a(codegen-x64.o) | |
v8::internal::ActivationsFinder::~ActivationsFinder()in libv8_base.a(runtime.o) | |
v8::internal::ThreadVisitor::~ThreadVisitor()in libv8_base.a(runtime.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(runtime.o) | |
unibrow::InputBuffer<v8::internal::String, v8::internal::String*, 1024u>::~InputBuffer()in libv8_base.a(runtime.o) | |
unibrow::CharacterStream::~CharacterStream()in libv8_base.a(unicode.o) | |
v8::internal::AstContext::~AstContext()in libv8_base.a(hydrogen.o) | |
v8::internal::ValueContext::~ValueContext()in libv8_base.a(hydrogen.o) | |
v8::internal::EffectContext::~EffectContext()in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::TryInline(v8::internal::CallKind, v8::internal::Handle<v8::internal::JSFunction>, v8::internal::ZoneList<v8::internal::Expression*>*, v8::internal::HValue*, int, int, v8::internal::ReturnHandlingFlag)in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::TryInline(v8::internal::CallKind, v8::internal::Handle<v8::internal::JSFunction>, v8::internal::ZoneList<v8::internal::Expression*>*, v8::internal::HValue*, int, int, v8::internal::ReturnHandlingFlag)in libv8_base.a(hydrogen.o) | |
v8::internal::ArrayInstructionInterface::~ArrayInstructionInterface()in libv8_base.a(hydrogen.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(hydrogen.o) | |
v8::internal::TestContext::~TestContext()in libv8_base.a(hydrogen.o) | |
v8::internal::HGraphBuilder::~HGraphBuilder()in libv8_base.a(hydrogen.o) | |
v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::ExternalizeStringExtension::~ExternalizeStringExtension()in libv8_base.a(externalize-string-extension.o) | |
v8::String::ExternalStringResource::~ExternalStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::String::ExternalStringResourceBase::~ExternalStringResourceBase()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::SimpleStringResource<unsigned short, v8::String::ExternalStringResource>::~SimpleStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::SimpleStringResource<char, v8::String::ExternalAsciiStringResource>::~SimpleStringResource()in libv8_base.a(externalize-string-extension.o) | |
v8::ExternalAsciiStringResourceImpl::~ExternalAsciiStringResourceImpl()in libv8_base.a(externalize-string-extension.o) | |
v8::Extension::~Extension()in libv8_base.a(externalize-string-extension.o) | |
v8::internal::CpuFeatures::Probe() in libv8_base.a(assembler-x64.o) | |
v8::internal::CpuFeatures::Probe() in libv8_base.a(assembler-x64.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(ast.o) | |
v8::internal::AstVisitor::~AstVisitor()in libv8_base.a(ast.o) | |
v8::internal::RegExpVisitor::~RegExpVisitor()in libv8_base.a(ast.o) | |
v8::internal::RegExpUnparser::~RegExpUnparser()in libv8_base.a(ast.o) | |
v8::internal::RuntimeCallHelper::~RuntimeCallHelper()in libv8_base.a(stub-cache-x64.o) | |
v8::internal::NullCallWrapper::~NullCallWrapper()in libv8_base.a(stub-cache-x64.o) | |
v8::internal::CallWrapper::~CallWrapper()in libv8_base.a(stub-cache-x64.o) | |
v8::internal::CodePatcher::~CodePatcher()in libv8_base.a(macro-assembler-x64.o) | |
v8::internal::ArrayInstructionInterface::~ArrayInstructionInterface()in libv8_base.a(hydrogen-instructions.o) | |
v8::internal::NullCallWrapper::~NullCallWrapper()in libv8_base.a(ic-x64.o) | |
v8::internal::CallWrapper::~CallWrapper()in libv8_base.a(ic-x64.o) | |
v8::internal::RuntimeCallHelper::~RuntimeCallHelper()in libv8_base.a(ic-x64.o) | |
v8::internal::ParserRecorder::~ParserRecorder()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned int, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::PartialParserRecorder::~PartialParserRecorder()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::Collector<v8::internal::CompleteParserRecorder::Key, 2, 1048576>::~Collector()in libv8_base.a(preparse-data.o) | |
v8::internal::FunctionLoggingParserRecorder::~FunctionLoggingParserRecorder()in libv8_base.a(preparse-data.o) | |
v8::internal::CompleteParserRecorder::~CompleteParserRecorder()in libv8_base.a(preparse-data.o) | |
v8::internal::ArgumentsAccessStub::~ArgumentsAccessStub()in libv8_base.a(codegen.o) | |
v8::internal::SequenceCollector<unsigned char, 2, 1048576>::~SequenceCollector()in libv8_base.a(preparser.o) | |
v8::internal::Collector<unsigned char, 2, 1048576>::~Collector()in libv8_base.a(preparser.o) | |
unibrow::InputBuffer<v8::internal::String, v8::internal::String*, 1024u>::~InputBuffer()in libv8_base.a(v8conversions.o) | |
v8::internal::InactiveThreadActivationsChecker::~InactiveThreadActivationsChecker()in libv8_base.a(liveedit.o) | |
v8::internal::DependentFunctionsDeoptimizingVisitor::~DependentFunctionsDeoptimizingVisitor()in libv8_base.a(liveedit.o) | |
v8::internal::ReferenceCollectorVisitor::~ReferenceCollectorVisitor()in libv8_base.a(liveedit.o) | |
v8::internal::TokensCompareOutput::~TokensCompareOutput()in libv8_base.a(liveedit.o) | |
v8::internal::TokensCompareInput::~TokensCompareInput()in libv8_base.a(liveedit.o) | |
v8::internal::SubrangableOutput::~SubrangableOutput()in libv8_base.a(liveedit.o) | |
v8::internal::TokenizingLineArrayCompareOutput::~TokenizingLineArrayCompareOutput()in libv8_base.a(liveedit.o) | |
v8::internal::SubrangableInput::~SubrangableInput()in libv8_base.a(liveedit.o) | |
v8::internal::OptimizedFunctionVisitor::~OptimizedFunctionVisitor()in libv8_base.a(liveedit.o) | |
v8::internal::ThreadVisitor::~ThreadVisitor()in libv8_base.a(liveedit.o) | |
v8::internal::Comparator::Output::~Output()in libv8_base.a(liveedit.o) | |
v8::internal::Comparator::Input::~Input()in libv8_base.a(liveedit.o) | |
v8::internal::ConstructFrame::~ConstructFrame()in libv8_base.a(liveedit.o) | |
v8::internal::LineArrayCompareInput::~LineArrayCompareInput()in libv8_base.a(liveedit.o) | |
v8::internal::Deoptimizer::EntryGenerator::~EntryGenerator()in libv8_base.a(builtins-x64.o) | |
v8::internal::NullCallWrapper::~NullCallWrapper()in libv8_base.a(builtins-x64.o) | |
v8::internal::CallWrapper::~CallWrapper()in libv8_base.a(builtins-x64.o) | |
v8::internal::NativeRegExpMacroAssembler::~NativeRegExpMacroAssembler()in libv8_base.a(regexp-macro-assembler.o) | |
v8::internal::RegExpMacroAssembler::~RegExpMacroAssembler()in libv8_base.a(regexp-macro-assembler.o) | |
v8::internal::Analysis::~Analysis()in libv8_base.a(jsregexp.o) | |
v8::internal::DispatchTableConstructor::~DispatchTableConstructor()in libv8_base.a(jsregexp.o) | |
v8::internal::NodeVisitor::~NodeVisitor()in libv8_base.a(jsregexp.o) | |
v8::internal::Relocatable::~Relocatable()in libv8_base.a(jsregexp.o) | |
v8::internal::Processor::~Processor()in libv8_base.a(rewriter.o) | |
v8::internal::VariableMap::~VariableMap()in libv8_base.a(scopes.o) | |
v8::internal::Deoptimizer::TableEntryGenerator::~TableEntryGenerator()in libv8_base.a(deoptimizer-x64.o) | |
v8::internal::ElementsAccessorBase<v8::internal::NonStrictArgumentsElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)7> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::DictionaryElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)6> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::PixelElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)16> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::PixelElementsAccessor, (v8::internal::ElementsKind)16>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)15> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalDoubleElementsAccessor::~ExternalDoubleElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalFloatElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)14> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalFloatElementsAccessor::~ExternalFloatElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalUnsignedIntElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)13> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalUnsignedIntElementsAccessor::~ExternalUnsignedIntElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalIntElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)12> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalIntElementsAccessor::~ExternalIntElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalUnsignedShortElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)11> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalUnsignedShortElementsAccessor::~ExternalUnsignedShortElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalShortElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)10> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalShortElementsAccessor, (v8::internal::ElementsKind)10>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalUnsignedByteElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)9> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalUnsignedByteElementsAccessor::~ExternalUnsignedByteElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::ExternalByteElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)8> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::ExternalByteElementsAccessor::~ExternalByteElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::FastHoleyDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)5> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::FastDoubleElementsAccessor<v8::internal::FastHoleyDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)5> >::~FastDoubleElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastHoleyDoubleElementsAccessor::~FastHoleyDoubleElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::FastPackedDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)4> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::FastElementsAccessor<v8::internal::FastPackedDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)4>, 8>::~FastElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::FastHoleyObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)3> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::FastSmiOrObjectElementsAccessor<v8::internal::FastHoleyObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)3> >::~FastSmiOrObjectElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastHoleyObjectElementsAccessor::~FastHoleyObjectElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::FastPackedObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)2> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::FastSmiOrObjectElementsAccessor<v8::internal::FastPackedObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)2> >::~FastSmiOrObjectElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastPackedObjectElementsAccessor::~FastPackedObjectElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::FastHoleySmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)1> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::FastSmiOrObjectElementsAccessor<v8::internal::FastHoleySmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)1> >::~FastSmiOrObjectElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastHoleySmiElementsAccessor::~FastHoleySmiElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessorBase<v8::internal::FastPackedSmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)0> >::~ElementsAccessorBase()in libv8_base.a(elements.o) | |
v8::internal::FastElementsAccessor<v8::internal::FastPackedSmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)0>, 8>::~FastElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ElementsAccessor::~ElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastElementsAccessor<v8::internal::FastPackedObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)2>, 8>::~FastElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastElementsAccessor<v8::internal::FastHoleyDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)5>, 8>::~FastElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::NonStrictArgumentsElementsAccessor::~NonStrictArgumentsElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::PixelElementsAccessor::~PixelElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalShortElementsAccessor::~ExternalShortElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalIntElementsAccessor, (v8::internal::ElementsKind)12>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalFloatElementsAccessor, (v8::internal::ElementsKind)14>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalUnsignedIntElementsAccessor, (v8::internal::ElementsKind)13>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalDoubleElementsAccessor, (v8::internal::ElementsKind)15>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastDoubleElementsAccessor<v8::internal::FastPackedDoubleElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)4> >::~FastDoubleElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastPackedDoubleElementsAccessor::~FastPackedDoubleElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalByteElementsAccessor, (v8::internal::ElementsKind)8>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalUnsignedShortElementsAccessor, (v8::internal::ElementsKind)11>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::ExternalElementsAccessor<v8::internal::ExternalUnsignedByteElementsAccessor, (v8::internal::ElementsKind)9>::~ExternalElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastElementsAccessor<v8::internal::FastHoleyObjectElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)3>, 8>::~FastElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastElementsAccessor<v8::internal::FastHoleySmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)1>, 8>::~FastElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastSmiOrObjectElementsAccessor<v8::internal::FastPackedSmiElementsAccessor, v8::internal::ElementsKindTraits<(v8::internal::ElementsKind)0> >::~FastSmiOrObjectElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::FastPackedSmiElementsAccessor::~FastPackedSmiElementsAccessor()in libv8_base.a(elements.o) | |
v8::internal::DictionaryElementsAccessor::~DictionaryElementsAccessor()in libv8_base.a(elements.o) | |
disasm::Disassembler::~Disassembler()in libv8_base.a(disasm-x64.o) | |
disasm::DisassemblerX64::~DisassemblerX64()in libv8_base.a(disasm-x64.o) | |
disasm::NameConverter::~NameConverter()in libv8_base.a(disasm-x64.o) | |
v8::internal::StringAllocator::~StringAllocator()in libv8_base.a(log-utils.o) | |
v8::internal::SafepointGenerator::~SafepointGenerator()in libv8_base.a(lithium-codegen-x64.o) | |
v8::internal::CallWrapper::~CallWrapper()in libv8_base.a(lithium-codegen-x64.o) | |
v8::internal::RegExpMacroAssemblerX64::~RegExpMacroAssemblerX64()in libv8_base.a(regexp-macro-assembler-x64.o) | |
v8::internal::DebuggerAgentSession::~DebuggerAgentSession()in libv8_base.a(debug-agent.o) | |
unibrow::InputBuffer<unibrow::Utf8, unibrow::Buffer<char const*>, 256u>::~InputBuffer()in libv8_base.a(debug-agent.o) | |
v8::internal::DebuggerAgent::~DebuggerAgent()in libv8_base.a(debug-agent.o) | |
unibrow::Utf8InputBuffer<256u>::~Utf8InputBuffer()in libv8_base.a(debug-agent.o) | |
v8::internal::BreakableStatementChecker::~BreakableStatementChecker()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::ExpressionContext::~ExpressionContext()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::NestedStatement::~NestedStatement()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::~FullCodeGenerator()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::WithOrCatch::~WithOrCatch()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::Breakable::~Breakable()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::NestedBlock::~NestedBlock()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::Iteration::~Iteration()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::Finally::~Finally()in libv8_base.a(full-codegen.o) | |
v8::internal::FullCodeGenerator::TryCatch::~TryCatch()in libv8_base.a(full-codegen.o) | |
v8::internal::NopRuntimeCallHelper::~NopRuntimeCallHelper()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::ExpressionContext::~ExpressionContext()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::EffectContext::~EffectContext()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::NestedStatement::~NestedStatement()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::ForIn::~ForIn()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::RuntimeCallHelper::~RuntimeCallHelper()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::NullCallWrapper::~NullCallWrapper()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::CallWrapper::~CallWrapper()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::Iteration::~Iteration()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::TryFinally::~TryFinally()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::Breakable::~Breakable()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::TestContext::~TestContext()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::StackValueContext::~StackValueContext()in libv8_base.a(full-codegen-x64.o) | |
v8::internal::FullCodeGenerator::AccumulatorValueContext::~AccumulatorValueContext()in libv8_base.a(full-codegen-x64.o) | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
make[1]: *** [/private/tmp/brew-node-0.8.9-K2Xx/node-v0.8.9/out/Release/mksnapshot] Error 1 | |
make: *** [node] Error 2 | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/node.rb#L77 | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: b03d98ce53e86d285b3c83d2c90d6c59ea7bcc28 | |
CPU: dual-core 64-bit penryn | |
OS X: 10.6.8-i386 | |
Xcode: 3.2.6 | |
X11: 2.3.6 => /usr/X11 | |
CC: /usr/bin/gcc-4.2 | |
CXX: /usr/bin/g++-4.2 | |
LD: /usr/bin/gcc-4.2 | |
CFLAGS: -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 | |
CXXFLAGS: -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 | |
LDFLAGS: -L/usr/local/lib | |
MAKEFLAGS: -j1 | |
MACOSX_DEPLOYMENT_TARGET: 10.6 | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: /usr/bin/gcc-4.2 | |
PATH: /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/X11/bin:/Users/akrubic/.rvm/bin:/usr/local/Library/Contributions/cmds | |
Error: Failed executing: make install (node.rb:77) | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/13282 | |
Otherwise, this may help you fix or report the issue: | |
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by gearmand configure 0.36, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/gearman/0.36 --without-mysql | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = akrubic.home | |
uname -m = i386 | |
uname -r = 10.8.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 | |
Kernel configured for up to 2 processors. | |
2 processors are physically available. | |
2 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 75 tasks, 337 threads, 2 processors | |
Load average: 1.78, Mach factor: 0.65 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/local/sbin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/X11/bin | |
PATH: /Users/akrubic/.rvm/bin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3078: checking build system type | |
configure:3092: result: x86_64-apple-darwin10.8.0 | |
configure:3112: checking host system type | |
configure:3125: result: x86_64-apple-darwin10.8.0 | |
configure:3145: checking target system type | |
configure:3158: result: x86_64-apple-darwin10.8.0 | |
configure:3242: checking for gcc | |
configure:3269: result: /usr/bin/gcc-4.2 | |
configure:3498: checking for C compiler version | |
configure:3507: /usr/bin/gcc-4.2 --version >&5 | |
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:3518: $? = 0 | |
configure:3507: /usr/bin/gcc-4.2 -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
configure:3518: $? = 0 | |
configure:3507: /usr/bin/gcc-4.2 -V >&5 | |
gcc-4.2: argument to `-V' is missing | |
configure:3518: $? = 1 | |
configure:3507: /usr/bin/gcc-4.2 -qversion >&5 | |
i686-apple-darwin10-gcc-4.2.1: no input files | |
configure:3518: $? = 1 | |
configure:3538: checking whether the C compiler works | |
configure:3560: /usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.c >&5 | |
configure:3564: $? = 0 | |
configure:3612: result: yes | |
configure:3615: checking for C compiler default output file name | |
configure:3617: result: a.out | |
configure:3623: checking for suffix of executables | |
configure:3630: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.c >&5 | |
configure:3634: $? = 0 | |
configure:3656: result: | |
configure:3678: checking whether we are cross compiling | |
configure:3686: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.c >&5 | |
configure:3690: $? = 0 | |
configure:3697: ./conftest | |
configure:3701: $? = 0 | |
configure:3716: result: no | |
configure:3721: checking for suffix of object files | |
configure:3743: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:3747: $? = 0 | |
configure:3768: result: o | |
configure:3772: checking whether we are using the GNU C compiler | |
configure:3791: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:3791: $? = 0 | |
configure:3800: result: yes | |
configure:3809: checking whether /usr/bin/gcc-4.2 accepts -g | |
configure:3829: /usr/bin/gcc-4.2 -c -g conftest.c >&5 | |
configure:3829: $? = 0 | |
configure:3870: result: yes | |
configure:3887: checking for /usr/bin/gcc-4.2 option to accept ISO C89 | |
configure:3951: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:3951: $? = 0 | |
configure:3964: result: none needed | |
configure:3990: checking how to run the C preprocessor | |
configure:4021: /usr/bin/gcc-4.2 -E conftest.c | |
configure:4021: $? = 0 | |
configure:4035: /usr/bin/gcc-4.2 -E conftest.c | |
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory | |
configure:4035: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4060: result: /usr/bin/gcc-4.2 -E | |
configure:4080: /usr/bin/gcc-4.2 -E conftest.c | |
configure:4080: $? = 0 | |
configure:4094: /usr/bin/gcc-4.2 -E conftest.c | |
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory | |
configure:4094: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4123: checking for grep that handles long lines and -e | |
configure:4181: result: /usr/bin/grep | |
configure:4186: checking for egrep | |
configure:4248: result: /usr/bin/grep -E | |
configure:4253: checking for ANSI C header files | |
configure:4273: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4273: $? = 0 | |
configure:4346: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.c >&5 | |
configure:4346: $? = 0 | |
configure:4346: ./conftest | |
configure:4346: $? = 0 | |
configure:4357: result: yes | |
configure:4370: checking for sys/types.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for sys/stat.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for stdlib.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for string.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for memory.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for strings.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for inttypes.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for stdint.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4370: checking for unistd.h | |
configure:4370: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4370: $? = 0 | |
configure:4370: result: yes | |
configure:4385: checking minix/config.h usability | |
configure:4385: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
conftest.c:52:26: error: minix/config.h: No such file or directory | |
configure:4385: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <minix/config.h> | |
configure:4385: result: no | |
configure:4385: checking minix/config.h presence | |
configure:4385: /usr/bin/gcc-4.2 -E conftest.c | |
conftest.c:19:26: error: minix/config.h: No such file or directory | |
configure:4385: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <minix/config.h> | |
configure:4385: result: no | |
configure:4385: checking for minix/config.h | |
configure:4385: result: no | |
configure:4414: checking whether it is safe to define __EXTENSIONS__ | |
configure:4432: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:4432: $? = 0 | |
configure:4439: result: yes | |
configure:4470: checking for a BSD-compatible install | |
configure:4538: result: /usr/bin/install -c | |
configure:4549: checking whether build environment is sane | |
configure:4599: result: yes | |
configure:4730: checking for a thread-safe mkdir -p | |
configure:4769: result: config/install-sh -c -d | |
configure:4782: checking for gawk | |
configure:4812: result: no | |
configure:4782: checking for mawk | |
configure:4812: result: no | |
configure:4782: checking for nawk | |
configure:4812: result: no | |
configure:4782: checking for awk | |
configure:4798: found /usr/bin/awk | |
configure:4809: result: awk | |
configure:4820: checking whether make sets $(MAKE) | |
configure:4842: result: yes | |
configure:4872: checking for style of include used by make | |
configure:4900: result: GNU | |
configure:4980: checking how to create a ustar tar archive | |
configure:4993: tar --version | |
bsdtar 2.6.2 - libarchive 2.6.2 | |
configure:4996: $? = 0 | |
configure:5036: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:5039: $? = 0 | |
configure:5043: tar -xf - <conftest.tar | |
configure:5046: $? = 0 | |
configure:5059: result: gnutar | |
configure:5067: checking dependency style of /usr/bin/gcc-4.2 | |
configure:5178: result: gcc3 | |
configure:5261: checking how to print strings | |
configure:5288: result: printf | |
configure:5309: checking for a sed that does not truncate output | |
configure:5373: result: /usr/bin/sed | |
configure:5391: checking for fgrep | |
configure:5453: result: /usr/bin/grep -F | |
configure:5488: checking for ld used by /usr/bin/gcc-4.2 | |
configure:5555: result: /usr/bin/gcc-4.2 | |
configure:5562: checking if the linker (/usr/bin/gcc-4.2) is GNU ld | |
configure:5577: result: no | |
configure:5589: checking for BSD- or MS-compatible name lister (nm) | |
configure:5638: result: /usr/bin/nm | |
configure:5768: checking the name lister (/usr/bin/nm) interface | |
configure:5775: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:5778: /usr/bin/nm "conftest.o" | |
configure:5781: output | |
0000000000000000 D _some_variable | |
configure:5788: result: BSD nm | |
configure:5791: checking whether ln -s works | |
configure:5795: result: yes | |
configure:5803: checking the maximum length of command line arguments | |
configure:5928: result: 196608 | |
configure:5945: checking whether the shell understands some XSI constructs | |
configure:5955: result: yes | |
configure:5959: checking whether the shell understands "+=" | |
configure:5965: result: yes | |
configure:6000: checking how to convert x86_64-apple-darwin10.8.0 file names to x86_64-apple-darwin10.8.0 format | |
configure:6040: result: func_convert_file_noop | |
configure:6047: checking how to convert x86_64-apple-darwin10.8.0 file names to toolchain format | |
configure:6067: result: func_convert_file_noop | |
configure:6074: checking for /usr/bin/gcc-4.2 option to reload object files | |
configure:6081: result: -r | |
configure:6155: checking for objdump | |
configure:6185: result: no | |
configure:6214: checking how to recognize dependent libraries | |
configure:6416: result: pass_all | |
configure:6501: checking for dlltool | |
configure:6531: result: no | |
configure:6561: checking how to associate runtime and link libraries | |
configure:6588: result: printf %s\n | |
configure:6648: checking for ar | |
configure:6664: found /usr/bin/ar | |
configure:6675: result: ar | |
configure:6712: checking for archiver @FILE support | |
configure:6729: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:6729: $? = 0 | |
configure:6732: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6735: $? = 1 | |
configure:6755: result: no | |
configure:6813: checking for strip | |
configure:6829: found /usr/bin/strip | |
configure:6840: result: strip | |
configure:6912: checking for ranlib | |
configure:6928: found /usr/bin/ranlib | |
configure:6939: result: ranlib | |
configure:7041: checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object | |
configure:7160: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:7163: $? = 0 | |
configure:7167: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7170: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:7160: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:7163: $? = 0 | |
configure:7167: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7170: $? = 0 | |
configure:7236: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.c conftstm.o >&5 | |
configure:7239: $? = 0 | |
configure:7277: result: ok | |
configure:7314: checking for sysroot | |
configure:7344: result: no | |
configure:7587: checking for mt | |
configure:7617: result: no | |
configure:7637: checking if : is a manifest tool | |
configure:7643: : '-?' | |
configure:7651: result: no | |
configure:7707: checking for dsymutil | |
configure:7723: found /usr/bin/dsymutil | |
configure:7734: result: dsymutil | |
configure:7799: checking for nmedit | |
configure:7815: found /usr/bin/nmedit | |
configure:7826: result: nmedit | |
configure:7891: checking for lipo | |
configure:7907: found /usr/bin/lipo | |
configure:7918: result: lipo | |
configure:7983: checking for otool | |
configure:7999: found /usr/bin/otool | |
configure:8010: result: otool | |
configure:8075: checking for otool64 | |
configure:8105: result: no | |
configure:8150: checking for -single_module linker flag | |
/usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:8177: result: yes | |
configure:8179: checking for -exported_symbols_list linker flag | |
configure:8199: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:8199: $? = 0 | |
configure:8209: result: yes | |
configure:8211: checking for -force_load linker flag | |
/usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
/usr/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8241: result: yes | |
configure:8280: checking for dlfcn.h | |
configure:8280: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
configure:8280: $? = 0 | |
configure:8280: result: yes | |
configure:8466: checking for objdir | |
configure:8481: result: .libs | |
configure:8752: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions | |
configure:8770: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8774: $? = 0 | |
configure:8787: result: yes | |
configure:9097: checking for /usr/bin/gcc-4.2 option to produce PIC | |
configure:9104: result: -fno-common -DPIC | |
configure:9112: checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works | |
configure:9130: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9134: $? = 0 | |
configure:9147: result: yes | |
configure:9176: checking if /usr/bin/gcc-4.2 static flag -static works | |
configure:9204: result: no | |
configure:9219: checking if /usr/bin/gcc-4.2 supports -c -o file.o | |
configure:9240: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -o out/conftest2.o conftest.c >&5 | |
configure:9244: $? = 0 | |
configure:9266: result: yes | |
configure:9274: checking if /usr/bin/gcc-4.2 supports -c -o file.o | |
configure:9321: result: yes | |
configure:9354: checking whether the /usr/bin/gcc-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries | |
configure:10512: result: yes | |
configure:10757: checking dynamic linker characteristics | |
configure:11497: result: darwin10.8.0 dyld | |
configure:11604: checking how to hardcode library paths into programs | |
configure:11629: result: immediate | |
configure:12169: checking whether stripping libraries is possible | |
configure:12183: result: yes | |
configure:12209: checking if libtool supports shared libraries | |
configure:12211: result: yes | |
configure:12214: checking whether to build shared libraries | |
configure:12235: result: yes | |
configure:12238: checking whether to build static libraries | |
configure:12242: result: no | |
configure:12389: checking for C++ compiler version | |
configure:12398: /usr/bin/g++-4.2 --version >&5 | |
i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:12409: $? = 0 | |
configure:12398: /usr/bin/g++-4.2 -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin10 | |
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) | |
configure:12409: $? = 0 | |
configure:12398: /usr/bin/g++-4.2 -V >&5 | |
g++-4.2: argument to `-V' is missing | |
configure:12409: $? = 1 | |
configure:12398: /usr/bin/g++-4.2 -qversion >&5 | |
i686-apple-darwin10-g++-4.2.1: no input files | |
configure:12409: $? = 1 | |
configure:12413: checking whether we are using the GNU C++ compiler | |
configure:12432: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:12432: $? = 0 | |
configure:12441: result: yes | |
configure:12450: checking whether /usr/bin/g++-4.2 accepts -g | |
configure:12470: /usr/bin/g++-4.2 -c -g conftest.cpp >&5 | |
configure:12470: $? = 0 | |
configure:12511: result: yes | |
configure:12536: checking dependency style of /usr/bin/g++-4.2 | |
configure:12647: result: gcc3 | |
configure:12681: checking how to run the C++ preprocessor | |
configure:12708: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:12708: $? = 0 | |
configure:12722: /usr/bin/g++-4.2 -E conftest.cpp | |
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory | |
configure:12722: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12747: result: /usr/bin/g++-4.2 -E | |
configure:12767: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:12767: $? = 0 | |
configure:12781: /usr/bin/g++-4.2 -E conftest.cpp | |
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory | |
configure:12781: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12951: checking for ld used by /usr/bin/g++-4.2 | |
configure:13018: result: /usr/bin/gcc-4.2 | |
configure:13025: checking if the linker (/usr/bin/gcc-4.2) is GNU ld | |
configure:13040: result: no | |
configure:13095: checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries | |
configure:14099: result: yes | |
configure:14134: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:14137: $? = 0 | |
configure:14657: checking for /usr/bin/g++-4.2 option to produce PIC | |
configure:14664: result: -fno-common -DPIC | |
configure:14672: checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works | |
configure:14690: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14694: $? = 0 | |
configure:14707: result: yes | |
configure:14730: checking if /usr/bin/g++-4.2 static flag -static works | |
configure:14758: result: no | |
configure:14770: checking if /usr/bin/g++-4.2 supports -c -o file.o | |
configure:14791: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -o out/conftest2.o conftest.cpp >&5 | |
configure:14795: $? = 0 | |
configure:14817: result: yes | |
configure:14822: checking if /usr/bin/g++-4.2 supports -c -o file.o | |
configure:14869: result: yes | |
configure:14899: checking whether the /usr/bin/g++-4.2 linker (/usr/bin/gcc-4.2) supports shared libraries | |
configure:14933: result: yes | |
configure:15076: checking dynamic linker characteristics | |
configure:15750: result: darwin10.8.0 dyld | |
configure:15803: checking how to hardcode library paths into programs | |
configure:15828: result: immediate | |
configure:15873: checking whether the -Werror option is usable | |
configure:15892: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -Werror conftest.c >&5 | |
configure:15892: $? = 0 | |
configure:15901: result: yes | |
configure:15903: checking for simple visibility declarations | |
configure:15930: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -fvisibility=hidden -Werror conftest.c >&5 | |
configure:15930: $? = 0 | |
configure:15939: result: yes | |
configure:16105: checking whether __SUNPRO_C is declared | |
configure:16105: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:76: error: '__SUNPRO_C' undeclared (first use in this function) | |
conftest.c:76: error: (Each undeclared identifier is reported only once | |
conftest.c:76: error: for each function it appears in.) | |
configure:16105: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| #ifndef __SUNPRO_C | |
| #ifdef __cplusplus | |
| (void) __SUNPRO_C; | |
| #else | |
| (void) __SUNPRO_C; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16105: result: no | |
configure:16112: checking whether __ICC is declared | |
configure:16112: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:76: error: '__ICC' undeclared (first use in this function) | |
conftest.c:76: error: (Each undeclared identifier is reported only once | |
conftest.c:76: error: for each function it appears in.) | |
configure:16112: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| #ifndef __ICC | |
| #ifdef __cplusplus | |
| (void) __ICC; | |
| #else | |
| (void) __ICC; | |
| #endif | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16112: result: no | |
configure:16156: checking whether make supports nested variables | |
configure:16173: result: yes | |
configure:16186: checking for ISO C++ 98 include files | |
configure:16263: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:96: error: mixing declarations and function-definitions is forbidden | |
conftest.cpp:96: error: 'yes' was not declared in this scope | |
conftest.cpp:96: error: redefinition of 'int ax_cv_cxx_stdcxx_98' | |
conftest.cpp:96: error: 'int ax_cv_cxx_stdcxx_98' previously defined here | |
conftest.cpp:96: error: 'no' was not declared in this scope | |
configure:16263: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| #include <cassert> | |
| #include <cctype> | |
| #include <cerrno> | |
| #include <cfloat> | |
| #include <ciso646> | |
| #include <climits> | |
| #include <clocale> | |
| #include <cmath> | |
| #include <csetjmp> | |
| #include <csignal> | |
| #include <cstdarg> | |
| #include <cstddef> | |
| #include <cstdio> | |
| #include <cstdlib> | |
| #include <cstring> | |
| #include <ctime> | |
| | |
| #include <algorithm> | |
| #include <bitset> | |
| #include <complex> | |
| #include <deque> | |
| #include <exception> | |
| #include <fstream> | |
| #include <functional> | |
| #include <iomanip> | |
| #include <ios> | |
| #include <iosfwd> | |
| #include <iostream> | |
| #include <istream> | |
| #include <iterator> | |
| #include <limits> | |
| #include <list> | |
| #include <locale> | |
| #include <map> | |
| #include <memory> | |
| #include <new> | |
| #include <numeric> | |
| #include <ostream> | |
| #include <queue> | |
| #include <set> | |
| #include <sstream> | |
| #include <stack> | |
| #include <stdexcept> | |
| #include <streambuf> | |
| #include <string> | |
| #include <typeinfo> | |
| #include <utility> | |
| #include <valarray> | |
| #include <vector> | |
| | |
| int | |
| main () | |
| { | |
| | |
| int x | |
| | |
| ; | |
| return 0; | |
| }, ax_cv_cxx_stdcxx_98=yes , ax_cv_cxx_stdcxx_98=no | |
| | |
configure:16277: result: | |
configure: this is boost.m4 serial 16 | |
configure:16318: checking for Boost headers version >= 1.39.0 | |
configure:16389: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:16389: $? = 0 | |
configure:16410: result: yes | |
configure:16429: checking for Boost's header version | |
configure:16447: result: 1_50 | |
configure:16459: checking for the toolset name used by Boost for /usr/bin/g++-4.2 | |
configure:16534: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:41:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC | |
configure:16534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 8 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16534: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:41:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC | |
configure:16534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 7 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16534: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:41:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC | |
configure:16534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 6 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16534: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:41:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC | |
configure:16534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 5 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16534: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:41:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC | |
configure:16534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 4 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16534: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:41:3: error: #error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC | |
configure:16534: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC | |
| /* OK */ | |
| #else | |
| # error defined __GNUC__ && __GNUC__ == 4 && __GNUC_MINOR__ == 3 && !defined __ICC | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16534: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:16534: $? = 0 | |
configure:16569: result: xgcc42 -xgcc | |
configure:16596: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.c >&5 | |
conftest.c:41:3: error: #error MT not needed | |
configure:16596: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| /* end confdefs.h. */ | |
| | |
| #if defined _REENTRANT || defined _MT || defined __MT__ | |
| /* use -mt */ | |
| #else | |
| # error MT not needed | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:16624: checking boost/program_options.hpp usability | |
configure:16624: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:16624: $? = 0 | |
configure:16624: result: yes | |
configure:16624: checking boost/program_options.hpp presence | |
configure:16624: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:16624: $? = 0 | |
configure:16624: result: yes | |
configure:16624: checking for boost/program_options.hpp | |
configure:16624: result: yes | |
configure:16651: checking for the Boost program_options library | |
configure:16693: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:16693: $? = 0 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42-mt >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42-mt >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42-mt >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42 >&5 | |
ld: library not found for -lboost_program_options-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42 >&5 | |
ld: library not found for -lboost_program_options-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42 >&5 | |
ld: library not found for -lboost_program_options-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42-mt-d >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42-mt-d >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42-mt-d >&5 | |
ld: library not found for -lboost_program_options-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc42-d >&5 | |
ld: library not found for -lboost_program_options-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc42-d >&5 | |
ld: library not found for -lboost_program_options-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc42-d >&5 | |
ld: library not found for -lboost_program_options-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc-mt >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc-mt >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc-mt >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc >&5 | |
ld: library not found for -lboost_program_options-xgcc | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc >&5 | |
ld: library not found for -lboost_program_options-xgcc | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc >&5 | |
ld: library not found for -lboost_program_options-xgcc | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc-mt-d >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc-mt-d >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc-mt-d >&5 | |
ld: library not found for -lboost_program_options-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-xgcc-d >&5 | |
ld: library not found for -lboost_program_options-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-xgcc-d >&5 | |
ld: library not found for -lboost_program_options-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-xgcc-d >&5 | |
ld: library not found for -lboost_program_options-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-mt-1_50 >&5 | |
ld: library not found for -lboost_program_options-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-1_50 >&5 | |
ld: library not found for -lboost_program_options-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-1_50 >&5 | |
ld: library not found for -lboost_program_options-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-1_50 >&5 | |
ld: library not found for -lboost_program_options-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-mt-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_program_options-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_program_options-d-1_50 >&5 | |
ld: library not found for -lboost_program_options-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:16759: $? = 1 | |
configure:16744: re-using the existing conftest.o | |
configure:16750: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_program_options-mt >&5 | |
configure:16759: $? = 0 | |
configure:16806: result: yes | |
configure:16834: checking for the flags needed to use pthreads | |
configure:16889: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:16889: $? = 0 | |
configure:16903: result: | |
configure:16936: checking boost/system/error_code.hpp usability | |
configure:16936: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:16936: $? = 0 | |
configure:16936: result: yes | |
configure:16936: checking boost/system/error_code.hpp presence | |
configure:16936: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:16936: $? = 0 | |
configure:16936: result: yes | |
configure:16936: checking for boost/system/error_code.hpp | |
configure:16936: result: yes | |
configure:16963: checking for the Boost system library | |
configure:17005: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:17005: $? = 0 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42-mt-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42-mt-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42-mt-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42-mt >&5 | |
ld: library not found for -lboost_system-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42-mt >&5 | |
ld: library not found for -lboost_system-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42-mt >&5 | |
ld: library not found for -lboost_system-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42 >&5 | |
ld: library not found for -lboost_system-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42 >&5 | |
ld: library not found for -lboost_system-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42 >&5 | |
ld: library not found for -lboost_system-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42-mt-d >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42-mt-d >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42-mt-d >&5 | |
ld: library not found for -lboost_system-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc42-d >&5 | |
ld: library not found for -lboost_system-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc42-d >&5 | |
ld: library not found for -lboost_system-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc42-d >&5 | |
ld: library not found for -lboost_system-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc-mt-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc-mt-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc-mt-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc-d-1_50 >&5 | |
ld: library not found for -lboost_system-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc-mt >&5 | |
ld: library not found for -lboost_system-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc-mt >&5 | |
ld: library not found for -lboost_system-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc-mt >&5 | |
ld: library not found for -lboost_system-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc >&5 | |
ld: library not found for -lboost_system-xgcc | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc >&5 | |
ld: library not found for -lboost_system-xgcc | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc >&5 | |
ld: library not found for -lboost_system-xgcc | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc-mt-d >&5 | |
ld: library not found for -lboost_system-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc-mt-d >&5 | |
ld: library not found for -lboost_system-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc-mt-d >&5 | |
ld: library not found for -lboost_system-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-xgcc-d >&5 | |
ld: library not found for -lboost_system-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-xgcc-d >&5 | |
ld: library not found for -lboost_system-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-xgcc-d >&5 | |
ld: library not found for -lboost_system-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-mt-1_50 >&5 | |
ld: library not found for -lboost_system-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-mt-1_50 >&5 | |
ld: library not found for -lboost_system-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-mt-1_50 >&5 | |
ld: library not found for -lboost_system-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-1_50 >&5 | |
ld: library not found for -lboost_system-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-1_50 >&5 | |
ld: library not found for -lboost_system-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-1_50 >&5 | |
ld: library not found for -lboost_system-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-mt-d-1_50 >&5 | |
ld: library not found for -lboost_system-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-d-1_50 >&5 | |
ld: library not found for -lboost_system-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_system-d-1_50 >&5 | |
ld: library not found for -lboost_system-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_system-d-1_50 >&5 | |
ld: library not found for -lboost_system-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17071: $? = 1 | |
configure:17056: re-using the existing conftest.o | |
configure:17062: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_system-mt >&5 | |
configure:17071: $? = 0 | |
configure:17118: result: yes | |
configure:17403: checking boost/thread.hpp usability | |
configure:17403: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:17403: $? = 0 | |
configure:17403: result: yes | |
configure:17403: checking boost/thread.hpp presence | |
configure:17403: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:17403: $? = 0 | |
configure:17403: result: yes | |
configure:17403: checking for boost/thread.hpp | |
configure:17403: result: yes | |
configure:17430: checking for the Boost thread library | |
configure:17472: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:17472: $? = 0 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42-mt -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42-mt -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42-mt-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42-mt-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42-mt-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-mt-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc42-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc42-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc42-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc42-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc-mt -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc-mt -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc-mt-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc-mt-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc-mt-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-mt-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-xgcc-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-xgcc-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-xgcc-d -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-xgcc-d | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-mt-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-mt-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-mt-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-mt-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/lib conftest.o -lboost_thread-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/libexec conftest.o -lboost_thread-d-1_50 -lboost_system-mt >&5 | |
ld: library not found for -lboost_thread-d-1_50 | |
collect2: ld returned 1 exit status | |
configure:17538: $? = 1 | |
configure:17523: re-using the existing conftest.o | |
configure:17529: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib -L/usr/local/lib conftest.o -lboost_thread-mt -lboost_system-mt >&5 | |
configure:17538: $? = 0 | |
configure:17585: result: yes | |
configure:17622: checking the location of cstdint | |
configure:17654: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:40:19: error: cstdint: No such file or directory | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:44: error: 'uint32_t' was not declared in this scope | |
conftest.cpp:44: error: expected `;' before 't' | |
configure:17654: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| /* end confdefs.h. */ | |
| #include <cstdint> | |
| int | |
| main () | |
| { | |
| uint32_t t | |
| ; | |
| return 0; | |
| } | |
configure:17670: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:17670: $? = 0 | |
configure:17708: result: <tr1/cstdint> | |
configure:17729: checking the location of cinttypes | |
configure:17755: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:41:21: error: cinttypes: No such file or directory | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:45: error: 'uint32_t' was not declared in this scope | |
conftest.cpp:45: error: expected `;' before 'foo' | |
configure:17755: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| /* end confdefs.h. */ | |
| #include <cinttypes> | |
| int | |
| main () | |
| { | |
| uint32_t foo= UINT32_C(1) | |
| ; | |
| return 0; | |
| } | |
configure:17771: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:17771: $? = 0 | |
configure:17807: result: <tr1/cinttypes> | |
configure:18126: checking for mysqld | |
configure:18144: found /usr/local/bin/mysqld | |
configure:18157: result: /usr/local/bin/mysqld | |
configure:18195: checking for mysqld | |
configure:18226: result: /usr/local/bin/mysqld | |
configure:18250: checking whether memcached executable path has been provided | |
configure:18316: result: no | |
configure:18320: checking for memcached | |
configure:18338: found /usr/local/bin/memcached | |
configure:18350: result: /usr/local/bin/memcached | |
configure:18446: checking for pkg-config | |
configure:18464: found /usr/local/bin/pkg-config | |
configure:18476: result: /usr/local/bin/pkg-config | |
configure:18501: checking pkg-config is at least version 0.9.0 | |
configure:18504: result: yes | |
configure:18523: checking for libmemcached | |
configure:18530: $PKG_CONFIG --exists --print-errors " libmemcached >= 1.0 " | |
Package libmemcached was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libmemcached.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libmemcached' found | |
configure:18533: $? = 1 | |
configure:18546: $PKG_CONFIG --exists --print-errors " libmemcached >= 1.0 " | |
Package libmemcached was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libmemcached.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libmemcached' found | |
configure:18549: $? = 1 | |
configure:18562: result: no | |
No package 'libmemcached' found | |
configure:18796: checking whether memcached_sasl executable path has been provided | |
configure:18862: result: no | |
configure:18866: checking for memcached_sasl | |
configure:18899: result: no | |
configure:19052: checking for curl-config | |
configure:19070: found /usr/bin/curl-config | |
configure:19082: result: /usr/bin/curl-config | |
configure:19138: checking for curl (libcurl 7.19.7) >= 7.21.7 | |
configure:19206: result: no | |
configure:19265: checking for perl | |
configure:19281: found /usr/bin/perl | |
configure:19292: result: perl | |
configure:19307: checking for dpkg-gensymbols | |
configure:19337: result: no | |
configure:19350: checking for lcov | |
configure:19380: result: no | |
configure:19393: checking for genhtml | |
configure:19423: result: no | |
configure:19437: checking for sphinx-build | |
configure:19467: result: no | |
configure:19537: checking whether drizzled executable path has been provided | |
configure:19603: result: no | |
configure:19607: checking for drizzled | |
configure:19640: result: no | |
configure:19689: checking for libdrizzle | |
configure:19696: $PKG_CONFIG --exists --print-errors " libdrizzle-1.0 >= 1.0.1 " | |
Package libdrizzle-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libdrizzle-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libdrizzle-1.0' found | |
configure:19699: $? = 1 | |
configure:19712: $PKG_CONFIG --exists --print-errors " libdrizzle-1.0 >= 1.0.1 " | |
Package libdrizzle-1.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `libdrizzle-1.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'libdrizzle-1.0' found | |
configure:19715: $? = 1 | |
configure:19728: result: no | |
No package 'libdrizzle-1.0' found | |
configure:19840: checking for SQLite3 library >= 3.0.0 | |
configure:19889: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I/usr/include conftest.c >&5 | |
configure:19889: $? = 0 | |
configure:19891: result: yes | |
configure:20586: checking for pg_config | |
configure:20604: found /usr/local/bin/pg_config | |
configure:20616: result: /usr/local/bin/pg_config | |
configure:20634: checking for PostgreSQL libraries | |
configure:20647: result: yes | |
configure:20756: checking usability | |
configure:20756: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:98:12: error: empty filename in #include | |
configure:20756: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <> | |
configure:20756: result: no | |
configure:20756: checking presence | |
configure:20756: /usr/bin/g++-4.2 -E conftest.cpp | |
conftest.cpp:65:12: error: empty filename in #include | |
configure:20756: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| /* end confdefs.h. */ | |
| #include <> | |
configure:20756: result: no | |
configure:20756: checking for | |
configure:20756: result: no | |
configure:20850: checking tcadb.h usability | |
configure:20850: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:98:19: error: tcadb.h: No such file or directory | |
configure:20850: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <tcadb.h> | |
configure:20850: result: no | |
configure:20850: checking tcadb.h presence | |
configure:20850: /usr/bin/g++-4.2 -E conftest.cpp | |
conftest.cpp:65:19: error: tcadb.h: No such file or directory | |
configure:20850: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| /* end confdefs.h. */ | |
| #include <tcadb.h> | |
configure:20850: result: no | |
configure:20850: checking for tcadb.h | |
configure:20850: result: no | |
configure:20942: checking whether strerror_r is declared | |
configure:20942: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:20942: $? = 0 | |
configure:20942: result: yes | |
configure:20955: checking for strerror_r | |
configure:20955: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:20955: $? = 0 | |
configure:20955: result: yes | |
configure:20964: checking whether strerror_r returns char * | |
configure:20988: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:106: error: invalid type argument of 'unary *' | |
conftest.cpp:107: error: invalid conversion from 'int' to 'char*' | |
configure:20988: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| char buf[100]; | |
| char x = *strerror_r (0, buf, sizeof buf); | |
| char *p = strerror_r (0, buf, sizeof buf); | |
| return !p || x; | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21026: result: no | |
configure:21035: checking for MSG_NOSIGNAL | |
configure:21061: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:72: error: 'MSG_NOSIGNAL' undeclared (first use in this function) | |
conftest.c:72: error: (Each undeclared identifier is reported only once | |
conftest.c:72: error: for each function it appears in.) | |
configure:21061: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| int flags= MSG_NOSIGNAL | |
| ; | |
| return 0; | |
| } | |
configure:21073: result: | |
configure:21076: checking for MSG_DONTWAIT | |
configure:21102: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. conftest.c >&5 | |
configure:21102: $? = 0 | |
configure:21114: result: yes | |
configure:21117: checking for MSG_MORE | |
configure:21143: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:72: error: 'MSG_MORE' undeclared (first use in this function) | |
conftest.c:72: error: (Each undeclared identifier is reported only once | |
conftest.c:72: error: for each function it appears in.) | |
configure:21143: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| /* end confdefs.h. */ | |
| #include <netdb.h> | |
| int | |
| main () | |
| { | |
| int flags= MSG_MORE | |
| ; | |
| return 0; | |
| } | |
configure:21155: result: | |
configure:21175: checking for O_CLOEXEC | |
configure:21201: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. -I. conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:73: error: 'O_CLOEXEC' undeclared (first use in this function) | |
conftest.c:73: error: (Each undeclared identifier is reported only once | |
conftest.c:73: error: for each function it appears in.) | |
configure:21201: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| /* end confdefs.h. */ | |
| #include <fcntl.h> | |
| int | |
| main () | |
| { | |
| int flags= O_CLOEXEC | |
| ; | |
| return 0; | |
| } | |
configure:21215: result: no | |
configure:21258: checking hiredis/hiredis.h usability | |
configure:21258: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:102:29: error: hiredis/hiredis.h: No such file or directory | |
configure:21258: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <hiredis/hiredis.h> | |
configure:21258: result: no | |
configure:21258: checking hiredis/hiredis.h presence | |
configure:21258: /usr/bin/g++-4.2 -E conftest.cpp | |
conftest.cpp:69:29: error: hiredis/hiredis.h: No such file or directory | |
configure:21258: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| /* end confdefs.h. */ | |
| #include <hiredis/hiredis.h> | |
configure:21258: result: no | |
configure:21258: checking for hiredis/hiredis.h | |
configure:21258: result: no | |
configure:21353: checking assert.h usability | |
configure:21353: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21353: $? = 0 | |
configure:21353: result: yes | |
configure:21353: checking assert.h presence | |
configure:21353: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21353: $? = 0 | |
configure:21353: result: yes | |
configure:21353: checking for assert.h | |
configure:21353: result: yes | |
configure:21363: checking whether to enable assertions | |
configure:21372: result: no | |
configure:21387: checking for gawk | |
configure:21414: result: awk | |
configure:21426: checking whether ln -s works | |
configure:21430: result: yes | |
configure:21437: checking whether make sets $(MAKE) | |
configure:21459: result: yes | |
configure:21472: checking for valgrind | |
configure:21502: result: no | |
configure:21512: checking for ANSI C header files | |
configure:21616: result: yes | |
configure:21624: checking for sys/wait.h that is POSIX.1 compatible | |
configure:21650: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21650: $? = 0 | |
configure:21657: result: yes | |
configure:21668: checking arpa/inet.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking arpa/inet.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for arpa/inet.h | |
configure:21668: result: yes | |
configure:21668: checking fcntl.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking fcntl.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for fcntl.h | |
configure:21668: result: yes | |
configure:21668: checking for inttypes.h | |
configure:21668: result: yes | |
configure:21668: checking limits.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking limits.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for limits.h | |
configure:21668: result: yes | |
configure:21668: checking netdb.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking netdb.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for netdb.h | |
configure:21668: result: yes | |
configure:21668: checking netinet/in.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking netinet/in.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for netinet/in.h | |
configure:21668: result: yes | |
configure:21668: checking stddef.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking stddef.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for stddef.h | |
configure:21668: result: yes | |
configure:21668: checking for stdint.h | |
configure:21668: result: yes | |
configure:21668: checking for stdlib.h | |
configure:21668: result: yes | |
configure:21668: checking for string.h | |
configure:21668: result: yes | |
configure:21668: checking for strings.h | |
configure:21668: result: yes | |
configure:21668: checking sys/socket.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking sys/socket.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for sys/socket.h | |
configure:21668: result: yes | |
configure:21668: checking sys/time.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking sys/time.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for sys/time.h | |
configure:21668: result: yes | |
configure:21668: checking for unistd.h | |
configure:21668: result: yes | |
configure:21668: checking netinet/tcp.h usability | |
configure:21668: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking netinet/tcp.h presence | |
configure:21668: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21668: $? = 0 | |
configure:21668: result: yes | |
configure:21668: checking for netinet/tcp.h | |
configure:21668: result: yes | |
configure:21681: checking errno.h usability | |
configure:21681: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking errno.h presence | |
configure:21681: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking for errno.h | |
configure:21681: result: yes | |
configure:21681: checking getopt.h usability | |
configure:21681: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking getopt.h presence | |
configure:21681: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking for getopt.h | |
configure:21681: result: yes | |
configure:21681: checking pwd.h usability | |
configure:21681: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking pwd.h presence | |
configure:21681: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking for pwd.h | |
configure:21681: result: yes | |
configure:21681: checking signal.h usability | |
configure:21681: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking signal.h presence | |
configure:21681: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21681: $? = 0 | |
configure:21681: result: yes | |
configure:21681: checking for signal.h | |
configure:21681: result: yes | |
configure:21694: checking stdarg.h usability | |
configure:21694: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21694: $? = 0 | |
configure:21694: result: yes | |
configure:21694: checking stdarg.h presence | |
configure:21694: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21694: $? = 0 | |
configure:21694: result: yes | |
configure:21694: checking for stdarg.h | |
configure:21694: result: yes | |
configure:21694: checking for stddef.h | |
configure:21694: result: yes | |
configure:21694: checking stdio.h usability | |
configure:21694: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21694: $? = 0 | |
configure:21694: result: yes | |
configure:21694: checking stdio.h presence | |
configure:21694: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21694: $? = 0 | |
configure:21694: result: yes | |
configure:21694: checking for stdio.h | |
configure:21694: result: yes | |
configure:21707: checking sys/resource.h usability | |
configure:21707: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21707: $? = 0 | |
configure:21707: result: yes | |
configure:21707: checking sys/resource.h presence | |
configure:21707: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21707: $? = 0 | |
configure:21707: result: yes | |
configure:21707: checking for sys/resource.h | |
configure:21707: result: yes | |
configure:21707: checking for sys/stat.h | |
configure:21707: result: yes | |
configure:21720: checking for sys/socket.h | |
configure:21720: result: yes | |
configure:21720: checking for sys/types.h | |
configure:21720: result: yes | |
configure:21720: checking sys/utsname.h usability | |
configure:21720: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21720: $? = 0 | |
configure:21720: result: yes | |
configure:21720: checking sys/utsname.h presence | |
configure:21720: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21720: $? = 0 | |
configure:21720: result: yes | |
configure:21720: checking for sys/utsname.h | |
configure:21720: result: yes | |
configure:21720: checking for strings.h | |
configure:21720: result: yes | |
configure:21732: checking execinfo.h usability | |
configure:21732: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21732: $? = 0 | |
configure:21732: result: yes | |
configure:21732: checking execinfo.h presence | |
configure:21732: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21732: $? = 0 | |
configure:21732: result: yes | |
configure:21732: checking for execinfo.h | |
configure:21732: result: yes | |
configure:21744: checking cxxabi.h usability | |
configure:21744: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21744: $? = 0 | |
configure:21744: result: yes | |
configure:21744: checking cxxabi.h presence | |
configure:21744: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:21744: $? = 0 | |
configure:21744: result: yes | |
configure:21744: checking for cxxabi.h | |
configure:21744: result: yes | |
configure:21762: checking for stdbool.h that conforms to C99 | |
configure:21829: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21829: $? = 0 | |
configure:21836: result: yes | |
configure:21838: checking for _Bool | |
configure:21838: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:141: error: '_Bool' was not declared in this scope | |
configure:21838: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof (_Bool)) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21838: result: no | |
configure:21854: checking for an ANSI C-conforming const | |
configure:21919: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21919: $? = 0 | |
configure:21926: result: yes | |
configure:21934: checking for inline | |
configure:21950: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21950: $? = 0 | |
configure:21958: result: inline | |
configure:21976: checking for int32_t | |
configure:21976: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21976: $? = 0 | |
configure:21976: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:144: error: size of array 'test_array' is negative | |
configure:21976: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 32 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0 | |
| | |
| ; | |
| return 0; | |
| } | |
configure:21976: result: yes | |
configure:21987: checking for pid_t | |
configure:21987: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21987: $? = 0 | |
configure:21987: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:142: error: expected primary-expression before ')' token | |
configure:21987: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((pid_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21987: result: yes | |
configure:21998: checking for size_t | |
configure:21998: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:21998: $? = 0 | |
configure:21998: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:142: error: expected primary-expression before ')' token | |
configure:21998: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((size_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:21998: result: yes | |
configure:22009: checking for ssize_t | |
configure:22009: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22009: $? = 0 | |
configure:22009: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:142: error: expected primary-expression before ')' token | |
configure:22009: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22009: result: yes | |
configure:22020: checking whether time.h and sys/time.h may both be included | |
configure:22040: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22040: $? = 0 | |
configure:22047: result: yes | |
configure:22055: checking for uid_t in sys/types.h | |
configure:22074: result: yes | |
configure:22085: checking for uint16_t | |
configure:22085: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22085: $? = 0 | |
configure:22085: result: yes | |
configure:22097: checking for uint32_t | |
configure:22097: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22097: $? = 0 | |
configure:22097: result: yes | |
configure:22111: checking for uint64_t | |
configure:22111: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22111: $? = 0 | |
configure:22111: result: yes | |
configure:22125: checking for int64_t | |
configure:22125: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22125: $? = 0 | |
configure:22125: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:145: error: size of array 'test_array' is negative | |
configure:22125: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| enum { N = 64 / 2 - 1 }; | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | |
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | |
| test_array [0] = 0 | |
| | |
| ; | |
| return 0; | |
| } | |
configure:22125: result: yes | |
configure:22136: checking for uint8_t | |
configure:22136: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22136: $? = 0 | |
configure:22136: result: yes | |
configure:22150: checking for working volatile | |
configure:22169: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22169: $? = 0 | |
configure:22176: result: yes | |
configure:22184: checking for ptrdiff_t | |
configure:22184: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22184: $? = 0 | |
configure:22184: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:143: error: expected primary-expression before ')' token | |
configure:22184: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ptrdiff_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:22184: result: yes | |
configure:22328: checking for error_at_line | |
configure:22344: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
conftest.cpp:108:19: error: error.h: No such file or directory | |
conftest.cpp: In function 'int main()': | |
conftest.cpp:112: error: 'error_at_line' was not declared in this scope | |
configure:22344: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| /* end confdefs.h. */ | |
| #include <error.h> | |
| int | |
| main () | |
| { | |
| error_at_line (0, 0, "", 0, "an error occurred"); | |
| ; | |
| return 0; | |
| } | |
configure:22352: result: no | |
configure:22365: checking for working alloca.h | |
configure:22382: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:22382: $? = 0 | |
configure:22390: result: yes | |
configure:22398: checking for alloca | |
configure:22435: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:22435: $? = 0 | |
configure:22443: result: yes | |
configure:22552: checking for mbstate_t | |
configure:22569: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:22569: $? = 0 | |
configure:22576: result: yes | |
configure:22587: checking for working POSIX fnmatch | |
configure:22620: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:22620: $? = 0 | |
configure:22620: ./conftest | |
configure:22620: $? = 0 | |
configure:22630: result: yes | |
configure:22688: checking vfork.h usability | |
configure:22688: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
conftest.cpp:144:19: error: vfork.h: No such file or directory | |
configure:22688: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <vfork.h> | |
configure:22688: result: no | |
configure:22688: checking vfork.h presence | |
configure:22688: /usr/bin/g++-4.2 -E conftest.cpp | |
conftest.cpp:111:19: error: vfork.h: No such file or directory | |
configure:22688: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| /* end confdefs.h. */ | |
| #include <vfork.h> | |
configure:22688: result: no | |
configure:22688: checking for vfork.h | |
configure:22688: result: no | |
configure:22701: checking for fork | |
configure:22701: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:22701: $? = 0 | |
configure:22701: result: yes | |
configure:22701: checking for vfork | |
configure:22701: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:22701: $? = 0 | |
configure:22701: result: yes | |
configure:22711: checking for working fork | |
configure:22733: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:22733: $? = 0 | |
configure:22733: ./conftest | |
configure:22733: $? = 0 | |
configure:22743: result: yes | |
configure:22764: checking for working vfork | |
configure:22874: result: yes | |
configure:22901: checking for stdlib.h | |
configure:22901: result: yes | |
configure:22911: checking for GNU libc compatible malloc | |
configure:22935: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:22935: $? = 0 | |
configure:22935: ./conftest | |
configure:22935: $? = 0 | |
configure:22945: result: yes | |
configure:22966: checking for working memcmp | |
configure:23009: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23009: $? = 0 | |
configure:23009: ./conftest | |
configure:23009: $? = 0 | |
configure:23019: result: yes | |
configure:23030: checking for stdlib.h | |
configure:23030: result: yes | |
configure:23040: checking for GNU libc compatible realloc | |
configure:23064: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23064: $? = 0 | |
configure:23064: ./conftest | |
configure:23064: $? = 0 | |
configure:23074: result: yes | |
configure:23095: checking whether strerror_r is declared | |
configure:23095: result: yes | |
configure:23108: checking for strerror_r | |
configure:23108: result: yes | |
configure:23117: checking whether strerror_r returns char * | |
configure:23179: result: no | |
configure:23189: checking for vprintf | |
configure:23189: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23189: $? = 0 | |
configure:23189: result: yes | |
configure:23195: checking for _doprnt | |
configure:23195: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
Undefined symbols: | |
"__doprnt", referenced from: | |
_main in ccoXi4I3.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:23195: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| /* end confdefs.h. */ | |
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define _doprnt innocuous__doprnt | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char _doprnt (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef _doprnt | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char _doprnt (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub__doprnt || defined __stub____doprnt | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return _doprnt (); | |
| ; | |
| return 0; | |
| } | |
configure:23195: result: no | |
configure:23209: checking for dup2 | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for gettimeofday | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for memchr | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for memmove | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for memset | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for socket | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for strcasecmp | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for strdup | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for strerror | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for strncasecmp | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23209: checking for uname | |
configure:23209: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23209: $? = 0 | |
configure:23209: result: yes | |
configure:23220: checking for pipe2 | |
configure:23220: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
Undefined symbols: | |
"_pipe2", referenced from: | |
_main in ccPA7Cul.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
configure:23220: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| /* end confdefs.h. */ | |
| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pipe2 innocuous_pipe2 | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pipe2 (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pipe2 | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pipe2 (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pipe2 || defined __stub___pipe2 | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pipe2 (); | |
| ; | |
| return 0; | |
| } | |
configure:23220: result: no | |
configure:23237: checking for select | |
configure:23237: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23237: $? = 0 | |
configure:23237: result: yes | |
configure:23248: checking for setenv | |
configure:23248: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23248: $? = 0 | |
configure:23248: result: yes | |
configure:23259: checking for strtol | |
configure:23259: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23259: $? = 0 | |
configure:23259: result: yes | |
configure:23270: checking for strtoul | |
configure:23270: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23270: $? = 0 | |
configure:23270: result: yes | |
configure:23281: checking for dlopen in -ldl | |
configure:23306: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp -ldl >&5 | |
configure:23306: $? = 0 | |
configure:23315: result: yes | |
configure:23335: checking for clock_gettime in -lrt | |
configure:23360: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp -lrt >&5 | |
ld: library not found for -lrt | |
collect2: ld returned 1 exit status | |
configure:23360: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char clock_gettime (); | |
| int | |
| main () | |
| { | |
| return clock_gettime (); | |
| ; | |
| return 0; | |
| } | |
configure:23369: result: no | |
configure:23389: checking for floor in -lm | |
configure:23414: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp -lm >&5 | |
configure:23414: $? = 0 | |
configure:23423: result: yes | |
configure:23442: checking for setsockopt | |
configure:23442: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23442: $? = 0 | |
configure:23442: result: yes | |
configure:23493: checking for bind | |
configure:23493: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp >&5 | |
configure:23493: $? = 0 | |
configure:23493: result: yes | |
configure:23587: checking event.h usability | |
configure:23587: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:23587: $? = 0 | |
configure:23587: result: yes | |
configure:23587: checking event.h presence | |
configure:23587: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:23587: $? = 0 | |
configure:23587: result: yes | |
configure:23587: checking for event.h | |
configure:23587: result: yes | |
configure:23590: checking for main in -levent | |
configure:23609: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp -levent >&5 | |
configure:23609: $? = 0 | |
configure:23618: result: yes | |
configure:23673: checking uuid/uuid.h usability | |
configure:23673: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:23673: $? = 0 | |
configure:23673: result: yes | |
configure:23673: checking uuid/uuid.h presence | |
configure:23673: /usr/bin/g++-4.2 -E conftest.cpp | |
configure:23673: $? = 0 | |
configure:23673: result: yes | |
configure:23673: checking for uuid/uuid.h | |
configure:23673: result: yes | |
configure:23676: checking for main in -luuid | |
configure:23695: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -L/usr/local/lib conftest.cpp -luuid >&5 | |
configure:23695: $? = 0 | |
configure:23704: result: yes | |
configure:23733: checking check for uuid_generate_time_safe | |
configure:23767: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. -I. conftest.c >&5 | |
conftest.c:158: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ax_cv_uuid_generate_time_safe' | |
conftest.c:158: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
configure:23767: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| #include <uuid/uuid.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| uuid_t out; | |
| uuid_generate_time_safe(out); | |
| | |
| ; | |
| return 0; | |
| } | |
| elif ax_cv_uuid_generate_time_safe=yes ; then : | |
| ax_cv_uuid_generate_time_safe=no | |
| | |
configure:23781: result: | |
configure:23827: checking whether SOCK_CLOEXEC is supported | |
configure:23849: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -luuid conftest.cpp >&5 | |
conftest.cpp: In function 'int main(int, char**)': | |
conftest.cpp:153: error: 'SOCK_CLOEXEC' was not declared in this scope | |
configure:23849: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| /* end confdefs.h. */ | |
| | |
| /* SOCK_CLOEXEC test */ | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| | |
| int main (int argc, char **argv) | |
| { | |
| int s= socket(PF_INET, SOCK_STREAM | SOCK_CLOEXEC, 0); | |
| return (s == -1); | |
| } | |
| | |
configure:23855: result: no | |
configure:23988: checking whether pthreads work with -pthread | |
configure:24076: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. -I. -pthread -luuid conftest.c >&5 | |
configure:24076: $? = 0 | |
configure:24085: result: yes | |
configure:24104: checking for joinable pthread attribute | |
configure:24119: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. -I. -pthread -luuid conftest.c >&5 | |
configure:24119: $? = 0 | |
configure:24125: result: PTHREAD_CREATE_JOINABLE | |
configure:24135: checking if more special flags are required for pthreads | |
configure:24149: result: -D_THREAD_SAFE | |
configure:24155: checking for PTHREAD_PRIO_INHERIT | |
configure:24173: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. -I. -pthread -luuid conftest.c >&5 | |
configure:24173: $? = 0 | |
configure:24182: result: yes | |
configure:24267: checking check for pthread_timedjoin_np | |
configure:24299: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. -I. conftest.c >&5 | |
conftest.c:162: error: expected identifier or '(' before ',' token | |
configure:24299: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| /* end confdefs.h. */ | |
| | |
| | |
| #include <uuid/uuid.h> | |
| | |
| int | |
| main () | |
| { | |
| | |
| uuid_t out; | |
| pthread_timedjoin_np(out); | |
| | |
| ; | |
| return 0; | |
| }, ax_cv_pthread_timedjoin_np=yes , ax_cv_pthread_timedjoin_np=no | |
| | |
configure:24313: result: | |
configure:24332: checking whether C++ compiler accepts | |
configure:24351: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:24351: $? = 0 | |
configure:24359: result: yes | |
configure:24377: : CXXFLAGS="$CXXFLAGS " | |
configure:24380: $? = 0 | |
configure:24452: checking whether the linker accepts | |
configure:24471: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 conftest.cpp >&5 | |
configure:24471: $? = 0 | |
configure:24480: result: yes | |
configure:24494: checking whether C++ compiler accepts -O2 | |
configure:24513: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 conftest.cpp >&5 | |
configure:24513: $? = 0 | |
configure:24522: result: yes | |
configure:24535: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:24538: $? = 0 | |
configure:24557: checking whether C++ compiler accepts -Werror | |
configure:24576: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror conftest.cpp >&5 | |
configure:24576: $? = 0 | |
configure:24585: result: yes | |
configure:24598: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:24601: $? = 0 | |
configure:24620: checking whether C++ compiler accepts -Wall | |
configure:24639: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall conftest.cpp >&5 | |
configure:24639: $? = 0 | |
configure:24648: result: yes | |
configure:24661: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:24664: $? = 0 | |
configure:24683: checking whether C++ compiler accepts -Wextra | |
configure:24702: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra conftest.cpp >&5 | |
configure:24702: $? = 0 | |
configure:24711: result: yes | |
configure:24724: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:24727: $? = 0 | |
configure:24746: checking whether C++ compiler accepts -Wpragmas | |
configure:24765: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas conftest.cpp >&5 | |
configure:24765: $? = 0 | |
configure:24774: result: yes | |
configure:24787: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:24790: $? = 0 | |
configure:24809: checking whether C++ compiler accepts --paramssp-buffer-size=1 | |
configure:24828: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas --paramssp-buffer-size=1 conftest.cpp >&5 | |
cc1plus: error: unrecognized command line option "-fparamssp-buffer-size=1" | |
configure:24828: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:24837: result: no | |
configure:24872: checking whether C++ compiler accepts -D_FORTIFY_SOURCE=2 | |
configure:24891: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 conftest.cpp >&5 | |
configure:24891: $? = 0 | |
configure:24900: result: yes | |
configure:24913: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:24916: $? = 0 | |
configure:24935: checking whether C++ compiler accepts -Waddress | |
configure:24954: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress conftest.cpp >&5 | |
configure:24954: $? = 0 | |
configure:24963: result: yes | |
configure:24976: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:24979: $? = 0 | |
configure:24998: checking whether C++ compiler accepts -Warray-bounds | |
configure:25017: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Warray-bounds conftest.cpp >&5 | |
cc1plus: error: unrecognized command line option "-Warray-bounds" | |
configure:25017: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25026: result: no | |
configure:25061: checking whether C++ compiler accepts -Wbad-function-cast | |
configure:25080: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wbad-function-cast conftest.cpp >&5 | |
cc1plus: warnings being treated as errors | |
cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++ | |
configure:25080: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25089: result: no | |
configure:25124: checking whether C++ compiler accepts -Wchar-subscripts | |
configure:25143: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts conftest.cpp >&5 | |
configure:25143: $? = 0 | |
configure:25152: result: yes | |
configure:25165: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25168: $? = 0 | |
configure:25187: checking whether C++ compiler accepts -Wcomment | |
configure:25206: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment conftest.cpp >&5 | |
configure:25206: $? = 0 | |
configure:25215: result: yes | |
configure:25228: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25231: $? = 0 | |
configure:25250: checking whether C++ compiler accepts -Wctor-dtor-privacy | |
configure:25269: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy conftest.cpp >&5 | |
configure:25269: $? = 0 | |
configure:25278: result: yes | |
configure:25291: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25294: $? = 0 | |
configure:25313: checking whether C++ compiler accepts -Wdeclaration-after-statement | |
configure:25332: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wdeclaration-after-statement conftest.cpp >&5 | |
cc1plus: warnings being treated as errors | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
configure:25332: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25341: result: no | |
configure:25376: checking whether C++ compiler accepts -Wfloat-equal | |
configure:25395: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal conftest.cpp >&5 | |
configure:25395: $? = 0 | |
configure:25404: result: yes | |
configure:25417: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25420: $? = 0 | |
configure:25439: checking whether C++ compiler accepts -Wformat=2 | |
configure:25458: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 conftest.cpp >&5 | |
configure:25458: $? = 0 | |
configure:25467: result: yes | |
configure:25480: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25483: $? = 0 | |
configure:25502: checking whether C++ compiler accepts -Wlong-long | |
configure:25521: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long conftest.cpp >&5 | |
configure:25521: $? = 0 | |
configure:25530: result: yes | |
configure:25543: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25546: $? = 0 | |
configure:25565: checking whether C++ compiler accepts -Wmaybe-uninitialized | |
configure:25584: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmaybe-uninitialized conftest.cpp >&5 | |
cc1plus: error: unrecognized command line option "-Wmaybe-uninitialized" | |
configure:25584: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25593: result: no | |
configure:25628: checking whether C++ compiler accepts -Wmissing-field-initializers | |
configure:25647: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers conftest.cpp >&5 | |
configure:25647: $? = 0 | |
configure:25656: result: yes | |
configure:25669: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25672: $? = 0 | |
configure:25691: checking whether C++ compiler accepts -Wmissing-noreturn | |
configure:25710: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn conftest.cpp >&5 | |
configure:25710: $? = 0 | |
configure:25719: result: yes | |
configure:25732: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25735: $? = 0 | |
configure:25754: checking whether C++ compiler accepts -Wmissing-prototypes | |
configure:25773: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes conftest.cpp >&5 | |
configure:25773: $? = 0 | |
configure:25782: result: yes | |
configure:25795: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25798: $? = 0 | |
configure:25817: checking whether C++ compiler accepts -Wnested-externs | |
configure:25836: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs conftest.cpp >&5 | |
cc1plus: warnings being treated as errors | |
cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++ | |
configure:25836: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:25845: result: no | |
configure:25880: checking whether C++ compiler accepts -Wnon-virtual-dtor | |
configure:25899: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor conftest.cpp >&5 | |
configure:25899: $? = 0 | |
configure:25908: result: yes | |
configure:25921: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25924: $? = 0 | |
configure:25943: checking whether C++ compiler accepts -Wnormalized=id | |
configure:25962: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id conftest.cpp >&5 | |
configure:25962: $? = 0 | |
configure:25971: result: yes | |
configure:25984: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:25987: $? = 0 | |
configure:26006: checking whether C++ compiler accepts -Wold-style-definition | |
configure:26025: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Wold-style-definition conftest.cpp >&5 | |
cc1plus: warnings being treated as errors | |
cc1plus: warning: command line option "-Wold-style-definition" is valid for C/ObjC but not for C++ | |
configure:26025: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26034: result: no | |
configure:26069: checking whether C++ compiler accepts -Woverloaded-virtual | |
configure:26088: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual conftest.cpp >&5 | |
configure:26088: $? = 0 | |
configure:26097: result: yes | |
configure:26110: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26113: $? = 0 | |
configure:26132: checking whether C++ compiler accepts -Woverride-init | |
configure:26151: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Woverride-init conftest.cpp >&5 | |
cc1plus: warnings being treated as errors | |
cc1plus: warning: command line option "-Woverride-init" is valid for C/ObjC but not for C++ | |
configure:26151: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26160: result: no | |
configure:26195: checking whether C++ compiler accepts -Wpointer-arith | |
configure:26214: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith conftest.cpp >&5 | |
configure:26214: $? = 0 | |
configure:26223: result: yes | |
configure:26236: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26239: $? = 0 | |
configure:26258: checking whether C++ compiler accepts -Wredundant-decls | |
configure:26277: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls conftest.cpp >&5 | |
configure:26277: $? = 0 | |
configure:26286: result: yes | |
configure:26299: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26302: $? = 0 | |
configure:26321: checking whether C++ compiler accepts -Wshadow | |
configure:26340: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow conftest.cpp >&5 | |
configure:26340: $? = 0 | |
configure:26349: result: yes | |
configure:26362: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26365: $? = 0 | |
configure:26384: checking whether C++ compiler accepts -Wshorten-64-to-32 | |
configure:26403: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 conftest.cpp >&5 | |
configure:26403: $? = 0 | |
configure:26412: result: yes | |
configure:26425: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26428: $? = 0 | |
configure:26447: checking whether C++ compiler accepts -Wsign-compare | |
configure:26466: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare conftest.cpp >&5 | |
configure:26466: $? = 0 | |
configure:26475: result: yes | |
configure:26488: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26491: $? = 0 | |
configure:26510: checking whether C++ compiler accepts -Wstack-protector | |
configure:26529: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector conftest.cpp >&5 | |
configure:26529: $? = 0 | |
configure:26538: result: yes | |
configure:26551: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26554: $? = 0 | |
configure:26573: checking whether C++ compiler accepts -Wstrict-overflow=1 | |
configure:26592: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 conftest.cpp >&5 | |
configure:26592: $? = 0 | |
configure:26601: result: yes | |
configure:26614: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26617: $? = 0 | |
configure:26636: checking whether C++ compiler accepts -Wstrict-prototypes | |
configure:26655: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wstrict-prototypes conftest.cpp >&5 | |
cc1plus: warnings being treated as errors | |
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ | |
configure:26655: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26664: result: no | |
configure:26699: checking whether C++ compiler accepts -Wswitch-enum | |
configure:26718: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum conftest.cpp >&5 | |
configure:26718: $? = 0 | |
configure:26727: result: yes | |
configure:26740: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26743: $? = 0 | |
configure:26762: checking whether C++ compiler accepts -Wundef | |
configure:26781: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef conftest.cpp >&5 | |
configure:26781: $? = 0 | |
configure:26790: result: yes | |
configure:26803: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26806: $? = 0 | |
configure:26825: checking whether C++ compiler accepts -Wunused-result | |
configure:26844: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-result conftest.cpp >&5 | |
cc1plus: error: unrecognized command line option "-Wunused-result" | |
configure:26844: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26853: result: no | |
configure:26888: checking whether C++ compiler accepts -Wunused-variable | |
configure:26907: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable conftest.cpp >&5 | |
configure:26907: $? = 0 | |
configure:26916: result: yes | |
configure:26929: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26932: $? = 0 | |
configure:26951: checking whether C++ compiler accepts -Wwrite-strings | |
configure:26970: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings conftest.cpp >&5 | |
configure:26970: $? = 0 | |
configure:26979: result: yes | |
configure:26992: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:26995: $? = 0 | |
configure:27014: checking whether C++ compiler accepts -floop-parallelize-all | |
configure:27033: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings -floop-parallelize-all conftest.cpp >&5 | |
cc1plus: error: unrecognized command line option "-floop-parallelize-all" | |
configure:27033: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:27042: result: no | |
configure:27077: checking whether C++ compiler accepts -fstack-protector-all | |
configure:27096: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings -fstack-protector-all conftest.cpp >&5 | |
configure:27096: $? = 0 | |
configure:27105: result: yes | |
configure:27118: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27121: $? = 0 | |
configure:27140: checking whether C++ compiler accepts -fwrapv | |
configure:27159: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings -fstack-protector-all -fwrapv conftest.cpp >&5 | |
configure:27159: $? = 0 | |
configure:27168: result: yes | |
configure:27181: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27184: $? = 0 | |
configure:27203: checking whether C++ compiler accepts -ggdb | |
configure:27222: /usr/bin/g++-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings -fstack-protector-all -fwrapv -ggdb conftest.cpp >&5 | |
configure:27222: $? = 0 | |
configure:27231: result: yes | |
configure:27244: : CXXFLAGS="$CXXFLAGS $flag" | |
configure:27247: $? = 0 | |
configure:27262: checking whether the linker accepts -Werror | |
configure:27281: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings -fstack-protector-all -fwrapv -ggdb -Werror conftest.cpp >&5 | |
configure:27281: $? = 0 | |
configure:27290: result: yes | |
configure:27298: checking whether the linker accepts -z relro -z now | |
configure:27317: /usr/bin/g++-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings -fstack-protector-all -fwrapv -ggdb -z relro -z now conftest.cpp >&5 | |
i686-apple-darwin10-g++-4.2.1: relro: No such file or directory | |
i686-apple-darwin10-g++-4.2.1: now: No such file or directory | |
configure:27317: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gearmand" | |
| #define PACKAGE_TARNAME "gearmand" | |
| #define PACKAGE_VERSION "0.36" | |
| #define PACKAGE_STRING "gearmand 0.36" | |
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
| #define PACKAGE_URL "http://gearman.info/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define __EXTENSIONS__ 1 | |
| #define _ALL_SOURCE 1 | |
| #define _GNU_SOURCE 1 | |
| #define _POSIX_PTHREAD_SEMANTICS 1 | |
| #define _TANDEM_SOURCE 1 | |
| #define PACKAGE "gearmand" | |
| #define VERSION "0.36" | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define HAVE_VISIBILITY 1 | |
| #define HOST_VENDOR "apple" | |
| #define HOST_OS "darwin10.8.0" | |
| #define HOST_CPU "x86_64" | |
| #define TARGET_VENDOR "apple" | |
| #define TARGET_OS "darwin10.8.0" | |
| #define TARGET_CPU "x86_64" | |
| #define TARGET_OS_OSX 1 | |
| #define HAVE_BOOST 1 | |
| #define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
| #define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
| #define HAVE_BOOST_THREAD_HPP 1 | |
| #define CSTDINT_H <tr1/cstdint> | |
| #define __STDC_LIMIT_MACROS 1 | |
| #define CINTTYPES_H <tr1/cinttypes> | |
| #define HAVE_LIBMYSQL_BUILD 0 | |
| #define HAVE_MYSQLD_BUILD 1 | |
| #define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define HAVE_LIBMEMCACHED 0 | |
| #define HAVE_MEMCACHED_BINARY 1 | |
| #define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
| #define MEMCACHED_SASL_BINARY 0 | |
| #define GEARMAND_BINARY "./gearmand/gearmand" | |
| #define HAVE_LIBGEARMAN 1 | |
| #define HAVE_GEARMAND_BINARY 1 | |
| #define HAVE_LIBCURL 0 | |
| #define HAVE_DRIZZLED_BINARY 0 | |
| #define DRIZZLED_BINARY 0 | |
| #define HAVE_LIBDRIZZLE 0 | |
| #define HAVE_SQLITE3 /**/ | |
| #define HAVE_LIBSQLITE3 1 | |
| #define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
| #define MEMCACHED_LIGHT_BINARY "" | |
| #define HAVE_POSTGRESQL 1 | |
| #define HAVE_LIBPQ 1 | |
| #define HAVE_LIBTOKYOCABINET 0 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_MSG_DONTWAIT 1 | |
| #define HAVE_HIREDIS 0 | |
| #define HAVE_ASSERT_H 1 | |
| #define NDEBUG 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_ARPA_INET_H 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_LIMITS_H 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_IN_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_GETOPT_H 1 | |
| #define HAVE_PWD_H 1 | |
| #define HAVE_SIGNAL_H 1 | |
| #define HAVE_STDARG_H 1 | |
| #define HAVE_STDDEF_H 1 | |
| #define HAVE_STDIO_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_SYS_SOCKET_H 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_UTSNAME_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_EXECINFO_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_CXXABI_H 1 | |
| #define HAVE_STDBOOL_H 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define HAVE_MBSTATE_T 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_VFORK 1 | |
| #define HAVE_WORKING_VFORK 1 | |
| #define HAVE_WORKING_FORK 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_DECL_STRERROR_R 1 | |
| #define HAVE_STRERROR_R 1 | |
| #define HAVE_VPRINTF 1 | |
| #define HAVE_DUP2 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MEMCHR 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_SOCKET 1 | |
| #define HAVE_STRCASECMP 1 | |
| #define HAVE_STRDUP 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNCASECMP 1 | |
| #define HAVE_UNAME 1 | |
| #define HAVE_PIPE2 0 | |
| #define HAVE_SELECT 1 | |
| #define HAVE_SETENV 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_LIBDL 1 | |
| #define HAVE_LIBRT 0 | |
| #define HAVE_LIBM 1 | |
| #define GEARMAND_BLOBSLAP_WORKER 1 | |
| #define HAVE_LIBEVENT 1 | |
| #define HAVE_LIBUUID 1 | |
| #define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
| #define BUILD_LIBHOSTILE 0 | |
| #define HAVE_SOCK_CLOEXEC 0 | |
| #define HAVE_PTHREAD_PRIO_INHERIT 1 | |
| #define HAVE_PTHREAD 1 | |
| #define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:27326: result: no | |
configure:27579: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by gearmand config.status 0.36, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on akrubic.home | |
config.status:1424: creating libtest/version.h | |
config.status:1424: creating Makefile | |
config.status:1424: creating docs/conf.py | |
config.status:1424: creating libgearman-1.0/version.h | |
config.status:1424: creating scripts/gearmand | |
config.status:1424: creating scripts/gearmand-init | |
config.status:1424: creating scripts/gearmand.xml | |
config.status:1424: creating scripts/smf_install.sh | |
config.status:1424: creating support/gearmand.pc | |
config.status:1424: creating support/gearmand.spec | |
config.status:1424: creating config.h | |
config.status:1684: executing depfiles commands | |
config.status:1684: executing libtool commands | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_assert=no | |
ac_cv_build=x86_64-apple-darwin10.8.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_int32_t=yes | |
ac_cv_c_int64_t=yes | |
ac_cv_c_uint16_t=yes | |
ac_cv_c_uint32_t=yes | |
ac_cv_c_uint64_t=yes | |
ac_cv_c_uint8_t=yes | |
ac_cv_c_volatile=yes | |
ac_cv_cxx_cinttypes='<tr1/cinttypes>' | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_cxx_cstdint='<tr1/cstdint>' | |
ac_cv_enable_dtrace=no | |
ac_cv_env_BOOST_ROOT_set= | |
ac_cv_env_BOOST_ROOT_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/gcc-4.2 | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6' | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CURL_CFLAGS_set= | |
ac_cv_env_CURL_CFLAGS_value= | |
ac_cv_env_CURL_CONFIG_set= | |
ac_cv_env_CURL_CONFIG_value= | |
ac_cv_env_CURL_LIBS_set= | |
ac_cv_env_CURL_LIBS_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6' | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=/usr/bin/g++-4.2 | |
ac_cv_env_DRIZZLED_BINARY_set= | |
ac_cv_env_DRIZZLED_BINARY_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-L/usr/local/lib | |
ac_cv_env_LIBEVENT_CPPFLAGS_set= | |
ac_cv_env_LIBEVENT_CPPFLAGS_value= | |
ac_cv_env_LIBEVENT_LDFLAGS_set= | |
ac_cv_env_LIBEVENT_LDFLAGS_value= | |
ac_cv_env_LIBHIREDIS_CPPFLAGS_set= | |
ac_cv_env_LIBHIREDIS_CPPFLAGS_value= | |
ac_cv_env_LIBHIREDIS_LDFLAGS_set= | |
ac_cv_env_LIBHIREDIS_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_LIBTOKYOCABINET_CPPFLAGS_set= | |
ac_cv_env_LIBTOKYOCABINET_CPPFLAGS_value= | |
ac_cv_env_LIBTOKYOCABINET_LDFLAGS_set= | |
ac_cv_env_LIBTOKYOCABINET_LDFLAGS_value= | |
ac_cv_env_LIBUUID_CPPFLAGS_set= | |
ac_cv_env_LIBUUID_CPPFLAGS_value= | |
ac_cv_env_LIBUUID_LDFLAGS_set= | |
ac_cv_env_LIBUUID_LDFLAGS_value= | |
ac_cv_env_MEMCACHED_BINARY_set= | |
ac_cv_env_MEMCACHED_BINARY_value= | |
ac_cv_env_MEMCACHED_SASL_BINARY_set= | |
ac_cv_env_MEMCACHED_SASL_BINARY_value= | |
ac_cv_env_MYSQL_CONFIG_set= | |
ac_cv_env_MYSQL_CONFIG_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env__CPPFLAGS_set= | |
ac_cv_env__CPPFLAGS_value= | |
ac_cv_env__LDFLAGS_set= | |
ac_cv_env__LDFLAGS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_libdrizzle_CFLAGS_set= | |
ac_cv_env_libdrizzle_CFLAGS_value= | |
ac_cv_env_libdrizzle_LIBS_set= | |
ac_cv_env_libdrizzle_LIBS_value= | |
ac_cv_env_libmemcached_CFLAGS_set= | |
ac_cv_env_libmemcached_CFLAGS_value= | |
ac_cv_env_libmemcached_LIBS_set= | |
ac_cv_env_libmemcached_LIBS_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func__doprnt=no | |
ac_cv_func_alloca_works=yes | |
ac_cv_func_bind=yes | |
ac_cv_func_dup2=yes | |
ac_cv_func_fnmatch_works=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_fork_works=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_malloc_0_nonnull=yes | |
ac_cv_func_memchr=yes | |
ac_cv_func_memcmp_working=yes | |
ac_cv_func_memmove=yes | |
ac_cv_func_memset=yes | |
ac_cv_func_pipe2=no | |
ac_cv_func_realloc_0_nonnull=yes | |
ac_cv_func_select=yes | |
ac_cv_func_setenv=yes | |
ac_cv_func_setsockopt=yes | |
ac_cv_func_socket=yes | |
ac_cv_func_strcasecmp=yes | |
ac_cv_func_strdup=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strerror_r=yes | |
ac_cv_func_strerror_r_char_p=no | |
ac_cv_func_strncasecmp=yes | |
ac_cv_func_strtol=yes | |
ac_cv_func_strtoul=yes | |
ac_cv_func_uname=yes | |
ac_cv_func_vfork=yes | |
ac_cv_func_vfork_works=yes | |
ac_cv_func_vprintf=yes | |
ac_cv_have_decl___ICC=no | |
ac_cv_have_decl___SUNPRO_C=no | |
ac_cv_have_decl_strerror_r=yes | |
ac_cv_header_=no | |
ac_cv_header_arpa_inet_h=yes | |
ac_cv_header_assert_h=yes | |
ac_cv_header_boost_program_options_hpp=yes | |
ac_cv_header_boost_system_error_code_hpp=yes | |
ac_cv_header_boost_thread_hpp=yes | |
ac_cv_header_cxxabi_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_event_h=yes | |
ac_cv_header_execinfo_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_getopt_h=yes | |
ac_cv_header_hiredis_hiredis_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_minix_config_h=no | |
ac_cv_header_netdb_h=yes | |
ac_cv_header_netinet_in_h=yes | |
ac_cv_header_netinet_tcp_h=yes | |
ac_cv_header_pwd_h=yes | |
ac_cv_header_signal_h=yes | |
ac_cv_header_stdarg_h=yes | |
ac_cv_header_stdbool_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stddef_h=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdio_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_socket_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_utsname_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_tcadb_h=no | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_header_uuid_uuid_h=yes | |
ac_cv_header_vfork_h=no | |
ac_cv_host=x86_64-apple-darwin10.8.0 | |
ac_cv_lib_dl_dlopen=yes | |
ac_cv_lib_error_at_line=no | |
ac_cv_lib_event_main=yes | |
ac_cv_lib_m_floor=yes | |
ac_cv_lib_rt_clock_gettime=no | |
ac_cv_lib_uuid_main=yes | |
ac_cv_libpq=yes | |
ac_cv_msg_dontwait=yes | |
ac_cv_o_cloexec=no | |
ac_cv_objext=o | |
ac_cv_path_CURL_CONFIG=/usr/bin/curl-config | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_MEMCACHED_BINARY=/usr/local/bin/memcached | |
ac_cv_path_MYSQLD=/usr/local/bin/mysqld | |
ac_cv_path_PG_CONFIG=/usr/local/bin/pg_config | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E' | |
ac_cv_prog_CXXCPP='/usr/bin/g++-4.2 -E' | |
ac_cv_prog_PERL=perl | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2 | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_safe_to_define___extensions__=yes | |
ac_cv_target=x86_64-apple-darwin10.8.0 | |
ac_cv_type__Bool=no | |
ac_cv_type_mbstate_t=yes | |
ac_cv_type_pid_t=yes | |
ac_cv_type_ptrdiff_t=yes | |
ac_cv_type_size_t=yes | |
ac_cv_type_ssize_t=yes | |
ac_cv_type_uid_t=yes | |
ac_cv_working_alloca_h=yes | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
am_cv_make_support_nested_variables=yes | |
am_cv_prog_tar_ustar=gnutar | |
ax_cv_PTHREAD_PRIO_INHERIT=yes | |
ax_cv_check_cxxflags__=yes | |
ax_cv_check_cxxflags___D_FORTIFY_SOURCE_2=yes | |
ax_cv_check_cxxflags___O2=yes | |
ax_cv_check_cxxflags___Waddress=yes | |
ax_cv_check_cxxflags___Wall=yes | |
ax_cv_check_cxxflags___Warray_bounds=no | |
ax_cv_check_cxxflags___Wbad_function_cast=no | |
ax_cv_check_cxxflags___Wchar_subscripts=yes | |
ax_cv_check_cxxflags___Wcomment=yes | |
ax_cv_check_cxxflags___Wctor_dtor_privacy=yes | |
ax_cv_check_cxxflags___Wdeclaration_after_statement=no | |
ax_cv_check_cxxflags___Werror=yes | |
ax_cv_check_cxxflags___Wextra=yes | |
ax_cv_check_cxxflags___Wfloat_equal=yes | |
ax_cv_check_cxxflags___Wformat_2=yes | |
ax_cv_check_cxxflags___Wlong_long=yes | |
ax_cv_check_cxxflags___Wmaybe_uninitialized=no | |
ax_cv_check_cxxflags___Wmissing_field_initializers=yes | |
ax_cv_check_cxxflags___Wmissing_noreturn=yes | |
ax_cv_check_cxxflags___Wmissing_prototypes=yes | |
ax_cv_check_cxxflags___Wnested_externs=no | |
ax_cv_check_cxxflags___Wnon_virtual_dtor=yes | |
ax_cv_check_cxxflags___Wnormalized_id=yes | |
ax_cv_check_cxxflags___Wold_style_definition=no | |
ax_cv_check_cxxflags___Woverloaded_virtual=yes | |
ax_cv_check_cxxflags___Woverride_init=no | |
ax_cv_check_cxxflags___Wpointer_arith=yes | |
ax_cv_check_cxxflags___Wpragmas=yes | |
ax_cv_check_cxxflags___Wredundant_decls=yes | |
ax_cv_check_cxxflags___Wshadow=yes | |
ax_cv_check_cxxflags___Wshorten_64_to_32=yes | |
ax_cv_check_cxxflags___Wsign_compare=yes | |
ax_cv_check_cxxflags___Wstack_protector=yes | |
ax_cv_check_cxxflags___Wstrict_overflow_1=yes | |
ax_cv_check_cxxflags___Wstrict_prototypes=no | |
ax_cv_check_cxxflags___Wswitch_enum=yes | |
ax_cv_check_cxxflags___Wundef=yes | |
ax_cv_check_cxxflags___Wunused_result=no | |
ax_cv_check_cxxflags___Wunused_variable=yes | |
ax_cv_check_cxxflags___Wwrite_strings=yes | |
ax_cv_check_cxxflags____paramssp_buffer_size_1=no | |
ax_cv_check_cxxflags___floop_parallelize_all=no | |
ax_cv_check_cxxflags___fstack_protector_all=yes | |
ax_cv_check_cxxflags___fwrapv=yes | |
ax_cv_check_cxxflags___ggdb=yes | |
ax_cv_check_ldflags__=yes | |
ax_cv_check_ldflags___Werror=yes | |
ax_cv_check_ldflags___z_relro__z_now=no | |
ax_cv_have_=no | |
ax_cv_have_LIBEVENT=yes | |
ax_cv_have_LIBHIREDIS=no | |
ax_cv_have_LIBTOKYOCABINET=no | |
ax_cv_have_LIBUUID=yes | |
ax_cv_sock_cloexec=no | |
boost_cv_inc_path=yes | |
boost_cv_lib_program_options=yes | |
boost_cv_lib_program_options_LDPATH=/usr/local/lib | |
boost_cv_lib_program_options_LIBS=-lboost_program_options-mt | |
boost_cv_lib_system=yes | |
boost_cv_lib_system_LDPATH=/usr/local/lib | |
boost_cv_lib_system_LIBS=-lboost_system-mt | |
boost_cv_lib_tag='xgcc42 -xgcc' | |
boost_cv_lib_thread=yes | |
boost_cv_lib_thread_LDPATH=/usr/local/lib | |
boost_cv_lib_thread_LIBS=-lboost_thread-mt | |
boost_cv_lib_version=1_50 | |
boost_cv_pthread_flag= | |
gl_cv_cc_vis_werror=yes | |
gl_cv_cc_visibility=yes | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/gcc-4.2 | |
lt_cv_path_LDCXX=/usr/bin/gcc-4.2 | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/brew-gearman-0.36-iofh/gearmand-0.36/config/missing --run aclocal-1.11' | |
ALLOCA='' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='0' | |
AM_V='$(V)' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/brew-gearman-0.36-iofh/gearmand-0.36/config/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/brew-gearman-0.36-iofh/gearmand-0.36/config/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/brew-gearman-0.36-iofh/gearmand-0.36/config/missing --run automake-1.11' | |
AWK='awk' | |
BETTER_MALLOC_LIBS='' | |
BOOST_CPPFLAGS=' ' | |
BOOST_LDPATH='/usr/local/lib' | |
BOOST_PROGRAM_OPTIONS_LDFLAGS='' | |
BOOST_PROGRAM_OPTIONS_LDPATH='/usr/local/lib' | |
BOOST_PROGRAM_OPTIONS_LIBS='-lboost_program_options-mt' | |
BOOST_ROOT='' | |
BOOST_SYSTEM_LDFLAGS='' | |
BOOST_SYSTEM_LDPATH='/usr/local/lib' | |
BOOST_SYSTEM_LIBS='-lboost_system-mt' | |
BOOST_THREAD_LDFLAGS='' | |
BOOST_THREAD_LDPATH='/usr/local/lib' | |
BOOST_THREAD_LIBS='-lboost_thread-mt -lboost_system-mt ' | |
BOOST_THREAD_WIN32_LDFLAGS='' | |
BOOST_THREAD_WIN32_LDPATH='' | |
BOOST_THREAD_WIN32_LIBS='' | |
BUILDING_GEARMAN_FALSE='#' | |
BUILDING_GEARMAN_TRUE='' | |
BUILDING_LIBMEMCACHED_FALSE='' | |
BUILDING_LIBMEMCACHED_TRUE='#' | |
BUILD_WIN32_FALSE='' | |
BUILD_WIN32_TRUE='#' | |
CC='/usr/bin/gcc-4.2' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -I. -I. -I. -I.' | |
CFLAG_VISIBILITY='-fvisibility=hidden' | |
CPP='/usr/bin/gcc-4.2 -E' | |
CPPFLAGS='' | |
CURL_CFLAGS='' | |
CURL_CONFIG='/usr/bin/curl-config' | |
CURL_LIBS='-lcurl' | |
CXX='/usr/bin/g++-4.2' | |
CXXCPP='/usr/bin/g++-4.2 -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6 -O2 -Werror -Wall -Wextra -Wpragmas -D_FORTIFY_SOURCE=2 -Waddress -Wchar-subscripts -Wcomment -Wctor-dtor-privacy -Wfloat-equal -Wformat=2 -Wlong-long -Wmissing-field-initializers -Wmissing-noreturn -Wmissing-prototypes -Wnon-virtual-dtor -Wnormalized=id -Woverloaded-virtual -Wpointer-arith -Wredundant-decls -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wstack-protector -Wstrict-overflow=1 -Wswitch-enum -Wundef -Wunused-variable -Wwrite-strings -fstack-protector-all -fwrapv -ggdb' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DISTCHECK_CONFIGURE_FLAGS=' '\''--with-boost='\''' | |
DLLTOOL='false' | |
DL_LIB='-ldl' | |
DPKG_GENSYMBOLS=':' | |
DRIZZLED_BINARY='' | |
DSYMUTIL='dsymutil' | |
DTRACE='' | |
DTRACEFLAGS='' | |
DTRACE_NEEDS_OBJECTS_FALSE='' | |
DTRACE_NEEDS_OBJECTS_TRUE='#' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
GEARMAN_LIBRARY_VERSION='7:0:0' | |
GREP='/usr/bin/grep' | |
HAVE_DPKG_GENSYMBOLS_FALSE='' | |
HAVE_DPKG_GENSYMBOLS_TRUE='#' | |
HAVE_DTRACE_FALSE='' | |
HAVE_DTRACE_TRUE='#' | |
HAVE_HIREDIS_FALSE='' | |
HAVE_HIREDIS_TRUE='#' | |
HAVE_LIBDRIZZLE_FALSE='' | |
HAVE_LIBDRIZZLE_TRUE='#' | |
HAVE_LIBGEARMAN_FALSE='#' | |
HAVE_LIBGEARMAN_TRUE='' | |
HAVE_LIBMEMCACHED_FALSE='' | |
HAVE_LIBMEMCACHED_TRUE='#' | |
HAVE_LIBMYSQL_FALSE='' | |
HAVE_LIBMYSQL_TRUE='#' | |
HAVE_LIBPQ_FALSE='#' | |
HAVE_LIBPQ_TRUE='' | |
HAVE_LIBSQLITE3_FALSE='#' | |
HAVE_LIBSQLITE3_TRUE='' | |
HAVE_LIBTOKYOCABINET_FALSE='' | |
HAVE_LIBTOKYOCABINET_TRUE='#' | |
HAVE_RECENT_SPHINX_FALSE='' | |
HAVE_RECENT_SPHINX_TRUE='#' | |
HAVE_SPHINX_FALSE='' | |
HAVE_SPHINX_TRUE='#' | |
HAVE_VISIBILITY='1' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LCOV='echo lcov not found' | |
LCOV_GENHTML='echo genhtml not found' | |
LD='/usr/bin/gcc-4.2' | |
LDFLAGS='' | |
LIBEVENT_CPPFLAGS='' | |
LIBEVENT_LDFLAGS='-levent' | |
LIBHIREDIS_CPPFLAGS='' | |
LIBHIREDIS_LDFLAGS='' | |
LIBM='' | |
LIBOBJS=' ${LIBOBJDIR}error$U.o' | |
LIBS='' | |
LIBTEST_VERSION='1.0' | |
LIBTOKYOCABINET_CPPFLAGS='' | |
LIBTOKYOCABINET_LDFLAGS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBUUID_CPPFLAGS='' | |
LIBUUID_LDFLAGS='-luuid' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo' | |
MAKEINFO='${SHELL} /private/tmp/brew-gearman-0.36-iofh/gearmand-0.36/config/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MEMCACHED_BINARY='/usr/local/bin/memcached' | |
MEMCACHED_SASL_BINARY='' | |
MKDIR_P='config/install-sh -c -d' | |
MYSQLD='/usr/local/bin/mysqld' | |
MYSQL_CFLAGS='' | |
MYSQL_CONFIG='' | |
MYSQL_LDFLAGS='' | |
MYSQL_VERSION='' | |
M_LIB='-lm' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='gearmand' | |
PACKAGE_BUGREPORT='https://bugs.launchpad.net/gearmand' | |
PACKAGE_NAME='gearmand' | |
PACKAGE_STRING='gearmand 0.36' | |
PACKAGE_TARNAME='gearmand' | |
PACKAGE_URL='http://gearman.info/' | |
PACKAGE_VERSION='0.36' | |
PANDORA_OPTIMIZE_BITFIELD='1' | |
PATH_SEPARATOR=':' | |
PERL='perl' | |
PG_CONFIG='/usr/local/bin/pg_config' | |
PKG_CONFIG='/usr/local/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='' | |
POSTGRESQL_CFLAGS='-I/usr/local/Cellar/postgresql/9.1.4/include' | |
POSTGRESQL_LDFLAGS='-L/usr/local/Cellar/postgresql/9.1.4/lib -lpq' | |
POSTGRESQL_VERSION='9.1.4' | |
PTHREAD_CC='/usr/bin/gcc-4.2' | |
PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' | |
PTHREAD_LIBS='' | |
RANLIB='ranlib' | |
RT_LIB='' | |
SED='/usr/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SPHINXBUILD=':' | |
SQLITE3_CFLAGS='-I/usr/include' | |
SQLITE3_LDFLAGS='-L/usr/lib -lsqlite3' | |
SQLITE3_VERSION='3.6.12' | |
STRIP='strip' | |
TARGET_FREEBSD='' | |
TARGET_HOSTILE_FALSE='' | |
TARGET_HOSTILE_TRUE='#' | |
TARGET_LINUX='' | |
TARGET_LINUX_FALSE='' | |
TARGET_LINUX_TRUE='#' | |
TARGET_OSX='true' | |
TARGET_OSX_FALSE='#' | |
TARGET_OSX_TRUE='' | |
TARGET_SOLARIS='' | |
TARGET_WINDOWS='' | |
VALGRIND='' | |
VERSION='0.36' | |
_CPPFLAGS='' | |
_LDFLAGS='' | |
_WITH_LIBDRIZZLE_SUPPORT='_WITH_LIBDRIZZLE_SUPPORT 1' | |
_WITH_LIBGEARMAN_SUPPORT='_WITH_LIBGEARMAN_SUPPORT 0' | |
_WITH_LIBMEMCACHED_SUPPORT='_WITH_LIBMEMCACHED_SUPPORT 1' | |
ac_ct_AR='ar' | |
ac_ct_CC='/usr/bin/gcc-4.2' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
ax_pthread_config='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin10.8.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin10.8.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='x86_64-apple-darwin10.8.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin10.8.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/brew-gearman-0.36-iofh/gearmand-0.36/config/install-sh' | |
libdir='${exec_prefix}/lib' | |
libdrizzle_CFLAGS='' | |
libdrizzle_LIBS='' | |
libexecdir='${exec_prefix}/libexec' | |
libmemcached_CFLAGS='' | |
libmemcached_LIBS='' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/config/install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/gearman/0.36' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin10.8.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin10.8.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "gearmand" | |
#define PACKAGE_TARNAME "gearmand" | |
#define PACKAGE_VERSION "0.36" | |
#define PACKAGE_STRING "gearmand 0.36" | |
#define PACKAGE_BUGREPORT "https://bugs.launchpad.net/gearmand" | |
#define PACKAGE_URL "http://gearman.info/" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define __EXTENSIONS__ 1 | |
#define _ALL_SOURCE 1 | |
#define _GNU_SOURCE 1 | |
#define _POSIX_PTHREAD_SEMANTICS 1 | |
#define _TANDEM_SOURCE 1 | |
#define PACKAGE "gearmand" | |
#define VERSION "0.36" | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define HAVE_VISIBILITY 1 | |
#define HOST_VENDOR "apple" | |
#define HOST_OS "darwin10.8.0" | |
#define HOST_CPU "x86_64" | |
#define TARGET_VENDOR "apple" | |
#define TARGET_OS "darwin10.8.0" | |
#define TARGET_CPU "x86_64" | |
#define TARGET_OS_OSX 1 | |
#define HAVE_BOOST 1 | |
#define HAVE_BOOST_PROGRAM_OPTIONS_HPP 1 | |
#define HAVE_BOOST_SYSTEM_ERROR_CODE_HPP 1 | |
#define HAVE_BOOST_THREAD_HPP 1 | |
#define CSTDINT_H <tr1/cstdint> | |
#define __STDC_LIMIT_MACROS 1 | |
#define CINTTYPES_H <tr1/cinttypes> | |
#define HAVE_LIBMYSQL_BUILD 0 | |
#define HAVE_MYSQLD_BUILD 1 | |
#define MYSQLD_BINARY "/usr/local/bin/mysqld" | |
#define HAVE_MEMCACHED_BINARY 1 | |
#define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
#define HAVE_LIBMEMCACHED 0 | |
#define HAVE_MEMCACHED_BINARY 1 | |
#define MEMCACHED_BINARY "/usr/local/bin/memcached" | |
#define MEMCACHED_SASL_BINARY 0 | |
#define GEARMAND_BINARY "./gearmand/gearmand" | |
#define HAVE_LIBGEARMAN 1 | |
#define HAVE_GEARMAND_BINARY 1 | |
#define HAVE_LIBCURL 0 | |
#define HAVE_DRIZZLED_BINARY 0 | |
#define DRIZZLED_BINARY 0 | |
#define HAVE_LIBDRIZZLE 0 | |
#define HAVE_SQLITE3 /**/ | |
#define HAVE_LIBSQLITE3 1 | |
#define HAVE_MEMCACHED_LIGHT_BINARY 0 | |
#define MEMCACHED_LIGHT_BINARY "" | |
#define HAVE_POSTGRESQL 1 | |
#define HAVE_LIBPQ 1 | |
#define HAVE_LIBTOKYOCABINET 0 | |
#define HAVE_DECL_STRERROR_R 1 | |
#define HAVE_STRERROR_R 1 | |
#define HAVE_MSG_DONTWAIT 1 | |
#define HAVE_HIREDIS 0 | |
#define HAVE_ASSERT_H 1 | |
#define NDEBUG 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_ARPA_INET_H 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_NETDB_H 1 | |
#define HAVE_NETINET_IN_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_NETINET_TCP_H 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_GETOPT_H 1 | |
#define HAVE_PWD_H 1 | |
#define HAVE_SIGNAL_H 1 | |
#define HAVE_STDARG_H 1 | |
#define HAVE_STDDEF_H 1 | |
#define HAVE_STDIO_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_SOCKET_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_UTSNAME_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_EXECINFO_H 1 | |
#define HAVE_CXXABI_H 1 | |
#define HAVE_CXXABI_H 1 | |
#define HAVE_STDBOOL_H 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_PTRDIFF_T 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define HAVE_MBSTATE_T 1 | |
#define HAVE_FORK 1 | |
#define HAVE_VFORK 1 | |
#define HAVE_WORKING_VFORK 1 | |
#define HAVE_WORKING_FORK 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_MALLOC 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_REALLOC 1 | |
#define HAVE_DECL_STRERROR_R 1 | |
#define HAVE_STRERROR_R 1 | |
#define HAVE_VPRINTF 1 | |
#define HAVE_DUP2 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_MEMCHR 1 | |
#define HAVE_MEMMOVE 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_SOCKET 1 | |
#define HAVE_STRCASECMP 1 | |
#define HAVE_STRDUP 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRNCASECMP 1 | |
#define HAVE_UNAME 1 | |
#define HAVE_PIPE2 0 | |
#define HAVE_SELECT 1 | |
#define HAVE_SETENV 1 | |
#define HAVE_STRTOL 1 | |
#define HAVE_STRTOUL 1 | |
#define HAVE_LIBDL 1 | |
#define HAVE_LIBRT 0 | |
#define HAVE_LIBM 1 | |
#define GEARMAND_BLOBSLAP_WORKER 1 | |
#define HAVE_LIBEVENT 1 | |
#define HAVE_LIBUUID 1 | |
#define HAVE_UUID_GENERATE_TIME_SAFE 0 | |
#define BUILD_LIBHOSTILE 0 | |
#define HAVE_SOCK_CLOEXEC 0 | |
#define HAVE_PTHREAD_PRIO_INHERIT 1 | |
#define HAVE_PTHREAD 1 | |
#define HAVE_PTHREAD_TIMEDJOIN_NP 0 | |
#define DEBUG 0 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment