have_library: checking for socket() in -lsocket... -------------------- no "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lruby-static -lsocket -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `socket' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))socket; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lruby-static -lsocket -lpthread -ldl -lobjc " ld: can't locate file for: -lsocket checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { socket(); return 0; } /* end */ -------------------- have_library: checking for gethostbyname() in -lnsl... -------------------- no "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lruby-static -lnsl -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `gethostbyname' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))gethostbyname; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lruby-static -lnsl -lpthread -ldl -lobjc " ld: can't locate file for: -lnsl checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { gethostbyname(); return 0; } /* end */ -------------------- have_library: checking for atan() in -lm... -------------------- yes "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lruby-static -lm -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `atan' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))atan; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lruby-static -lm -lpthread -ldl -lobjc " checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { atan(); return 0; } /* end */ -------------------- have_library: checking for inflate() in -lz... -------------------- yes "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lm -lruby-static -lz -lm -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `inflate' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))inflate; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lm -lruby-static -lz -lm -lpthread -ldl -lobjc " checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { inflate(); return 0; } /* end */ -------------------- have_library: checking for iconv_open() in -liconv... -------------------- no "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lz -lm -lruby-static -liconv -lz -lm -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `iconv_open' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))iconv_open; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lz -lm -lruby-static -liconv -lz -lm -lpthread -ldl -lobjc " ld: Undefined symbols: _iconv_open checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { iconv_open(); return 0; } /* end */ -------------------- have_library: checking for libiconv_open() in -liconv... -------------------- yes "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lz -lm -lruby-static -liconv -lz -lm -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `libiconv_open' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))libiconv_open; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lz -lm -lruby-static -liconv -lz -lm -lpthread -ldl -lobjc " checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { libiconv_open(); return 0; } /* end */ -------------------- have_library: checking for xmlParseDoc() in -lxml2... -------------------- yes "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -liconv -lz -lm -lruby-static -lxml2 -liconv -lz -lm -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `xmlParseDoc' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlParseDoc; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -liconv -lz -lm -lruby-static -lxml2 -liconv -lz -lm -lpthread -ldl -lobjc " checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { xmlParseDoc(); return 0; } /* end */ -------------------- have_header: checking for libxml/xmlversion.h... -------------------- no "gcc -E -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -o conftest.i" conftest.c:1:31: libxml/xmlversion.h: No such file or directory checked program was: /* begin */ 1: #include /* end */ -------------------- find_header: checking for #include ... -------------------- yes "gcc -E -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common conftest.c -o conftest.i" conftest.c:1:31: libxml/xmlversion.h: No such file or directory checked program was: /* begin */ 1: #include /* end */ "gcc -E -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common -I/usr/local/include conftest.c -o conftest.i" conftest.c:1:31: libxml/xmlversion.h: No such file or directory checked program was: /* begin */ 1: #include /* end */ "gcc -E -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common -I/opt/include/libxml2 conftest.c -o conftest.i" conftest.c:1:31: libxml/xmlversion.h: No such file or directory checked program was: /* begin */ 1: #include /* end */ "gcc -E -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common -I/usr/local/include/libxml2 conftest.c -o conftest.i" conftest.c:1:31: libxml/xmlversion.h: No such file or directory checked program was: /* begin */ 1: #include /* end */ "gcc -E -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -g -O2 -fno-common -pipe -fno-common -I/usr/include/libxml2 conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_library: checking for xmlDocFormatDump() in -lxml2... -------------------- yes "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -I/usr/include/libxml2 -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lxml2 -liconv -lz -lm -lruby-static -lxml2 -lxml2 -liconv -lz -lm -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `xmlDocFormatDump' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))xmlDocFormatDump; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -I/usr/include/libxml2 -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lxml2 -liconv -lz -lm -lruby-static -lxml2 -lxml2 -liconv -lz -lm -lpthread -ldl -lobjc " checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { xmlDocFormatDump(); return 0; } /* end */ -------------------- have_func: checking for docbCreateFileParserCtxt()... -------------------- yes "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -I/usr/include/libxml2 -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lxml2 -lxml2 -liconv -lz -lm -lruby-static -lxml2 -lxml2 -liconv -lz -lm -lpthread -ldl -lobjc " conftest.c: In function `t': conftest.c:3: error: `docbCreateFileParserCtxt' undeclared (first use in this function) conftest.c:3: error: (Each undeclared identifier is reported only once conftest.c:3: error: for each function it appears in.) checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))docbCreateFileParserCtxt; return 0; } /* end */ "gcc -o conftest -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -I/usr/include/libxml2 -g -O2 -fno-common -pipe -fno-common conftest.c -L"/usr/local/lib" -L"/usr/local/lib" -lxml2 -lxml2 -liconv -lz -lm -lruby-static -lxml2 -lxml2 -liconv -lz -lm -lpthread -ldl -lobjc " checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { docbCreateFileParserCtxt(); return 0; } /* end */ -------------------- "gcc -I. -I/usr/local/lib/ruby/1.8/powerpc-darwin7.3.1 -I. -I/usr/include/libxml2 -g -O2 -fno-common -pipe -fno-common -Wall -c conftest.c" checked program was: /* begin */ 1: int main() { return 0; } /* end */