"clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib -lruby-static -framework CoreFoundation -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: } /* end */ "clang -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Werror -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main() {return 0;} /* end */ "clang -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wno-error=unused-command-line-argument-hard-error-in-future -Werror -c conftest.c" error: unknown warning option '-Werror=unused-command-line-argument-hard-error-in-future'; did you mean '-Werror=unused-command-line-argument'? [-Werror,-Wunknown-warning-option] checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main() {return 0;} /* end */ have_header: checking for iconv.h... -------------------- yes "clang -E -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe conftest.c -o conftest.i" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include /* end */ -------------------- have_library: checking for gzdopen() in -lz... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib -lruby-static -framework CoreFoundation -lz -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))gzdopen; return !p; } /* end */ -------------------- have_iconv?: checking for iconv... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib -lruby-static -framework CoreFoundation -lpthread -ldl -lobjc " Undefined symbols for architecture x86_64: "_iconv", referenced from: _main in conftest-0dfe4e.o "_iconv_open", referenced from: _main in conftest-0dfe4e.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: 6: int main(void) 7: { 8: iconv_t cd = iconv_open("", ""); 9: iconv(cd, NULL, NULL, NULL, NULL); 10: return EXIT_SUCCESS; 11: } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib -lruby-static -framework CoreFoundation -liconv -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: 6: int main(void) 7: { 8: iconv_t cd = iconv_open("", ""); 9: iconv(cd, NULL, NULL, NULL, NULL); 10: return EXIT_SUCCESS; 11: } /* end */ -------------------- have_library: checking for main() in -llzma... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib -lruby-static -framework CoreFoundation -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))main; return !p; } /* end */ -------------------- have_func: checking for xmlParseDoc() in libxml/parser.h... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlParseDoc; return !p; } /* end */ -------------------- have_func: checking for xsltParseStylesheetDoc() in libxslt/xslt.h... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:15:57: error: use of undeclared identifier 'xsltParseStylesheetDoc' int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: extern void xsltParseStylesheetDoc(); 16: int t(void) { xsltParseStylesheetDoc(); return 0; } /* end */ -------------------- have_func: checking for exsltFuncRegister() in libexslt/exslt.h... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))exsltFuncRegister; return !p; } /* end */ -------------------- have_func: checking for xmlHasFeature()... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:13:57: error: use of undeclared identifier 'xmlHasFeature' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: extern void xmlHasFeature(); 14: int t(void) { xmlHasFeature(); return 0; } /* end */ -------------------- have_func: checking for xmlFirstElementChild()... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:13:57: error: use of undeclared identifier 'xmlFirstElementChild' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: extern void xmlFirstElementChild(); 14: int t(void) { xmlFirstElementChild(); return 0; } /* end */ -------------------- have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: extern void xmlRelaxNGSetParserStructuredErrors(); 14: int t(void) { xmlRelaxNGSetParserStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: extern void xmlRelaxNGSetParserStructuredErrors(); 14: int t(void) { xmlRelaxNGSetParserStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlRelaxNGSetValidStructuredErrors()... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetValidStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: extern void xmlRelaxNGSetValidStructuredErrors(); 14: int t(void) { xmlRelaxNGSetValidStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlSchemaSetValidStructuredErrors()... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:13:57: error: use of undeclared identifier 'xmlSchemaSetValidStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: extern void xmlSchemaSetValidStructuredErrors(); 14: int t(void) { xmlSchemaSetValidStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlSchemaSetParserStructuredErrors()... -------------------- yes "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " conftest.c:13:57: error: use of undeclared identifier 'xmlSchemaSetParserStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return !p; } /* end */ "clang -o conftest -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-darwin15 -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby/backward -I/Users/johntornow/.rbenv/versions/2.3.1/include/ruby-2.3.0 -I. -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/include -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/include/libxml2 -I/Users/johntornow/.rbenv/versions/2.3.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT "-DNOKOGIRI_LIBXML2_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O3 -Wno-error=shorten-64-to-32 -pipe -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib -L/Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib -L/usr/local/Cellar/xz/5.2.2/lib -L. -L/Users/johntornow/.rbenv/versions/2.3.1/lib -fstack-protector -L/usr/local/lib /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lruby-static -framework CoreFoundation /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libexslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxslt/1.1.29/lib/libxslt.a -lm -liconv -lpthread -llzma -lz /Users/johntornow/src/jdtornow/abaci/vendor/bundle/gems/nokogiri-1.6.8/ports/x86_64-apple-darwin15.4.0/libxml2/2.9.4/lib/libxml2.a -llzma -lpthread -ldl -lobjc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: } 10: 11: return 0; 12: } 13: extern void xmlSchemaSetParserStructuredErrors(); 14: int t(void) { xmlSchemaSetParserStructuredErrors(); return 0; } /* end */ --------------------