Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created April 23, 2009 17:33
Show Gist options
  • Save gnufied/100625 to your computer and use it in GitHub Desktop.
Save gnufied/100625 to your computer and use it in GitHub Desktop.
find_header: checking for #include <iconv.h>
... -------------------- yes
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <iconv.h>
/* end */
--------------------
find_header: checking for #include <libxml/parser.h>
... -------------------- yes
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
conftest.c:1:27: error: libxml/parser.h: No such file or directory
checked program was:
/* begin */
1: #include <libxml/parser.h>
/* end */
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -I/opt/local/include/ conftest.c -o conftest.i"
conftest.c:1:27: error: libxml/parser.h: No such file or directory
checked program was:
/* begin */
1: #include <libxml/parser.h>
/* end */
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -I/opt/local/include/libxml2 conftest.c -o conftest.i"
conftest.c:1:27: error: libxml/parser.h: No such file or directory
checked program was:
/* begin */
1: #include <libxml/parser.h>
/* end */
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -I/opt/ruby186/include/libxml2 conftest.c -o conftest.i"
conftest.c:1:27: error: libxml/parser.h: No such file or directory
checked program was:
/* begin */
1: #include <libxml/parser.h>
/* end */
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -I/opt/ruby186/include conftest.c -o conftest.i"
conftest.c:1:27: error: libxml/parser.h: No such file or directory
checked program was:
/* begin */
1: #include <libxml/parser.h>
/* end */
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -I/usr/local/include/libxml2 conftest.c -o conftest.i"
conftest.c:1:27: error: libxml/parser.h: No such file or directory
checked program was:
/* begin */
1: #include <libxml/parser.h>
/* end */
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline -I/usr/include/libxml2 conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <libxml/parser.h>
/* end */
--------------------
find_header: checking for #include <libxslt/xslt.h>
... -------------------- yes
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <libxslt/xslt.h>
/* end */
--------------------
find_header: checking for #include <libexslt/exslt.h>
... -------------------- yes
"gcc -E -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -o conftest.i"
checked program was:
/* begin */
1: #include <libexslt/exslt.h>
/* end */
--------------------
find_library: checking for xmlParseDoc() in -lxml2... -------------------- no
"gcc -o conftest -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
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/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
conftest.c: In function ‘t’:
conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { xmlParseDoc(); return 0; }
/* end */
"gcc -o conftest -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
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/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
conftest.c: In function ‘t’:
conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { xmlParseDoc(); return 0; }
/* end */
"gcc -o conftest -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
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/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
conftest.c: In function ‘t’:
conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { xmlParseDoc(); return 0; }
/* end */
"gcc -o conftest -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L/opt/ruby186/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
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/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L/opt/ruby186/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
conftest.c: In function ‘t’:
conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { xmlParseDoc(); return 0; }
/* end */
"gcc -o conftest -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
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/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
conftest.c: In function ‘t’:
conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { xmlParseDoc(); return 0; }
/* end */
"gcc -o conftest -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L/usr/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
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/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L/usr/local/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
conftest.c: In function ‘t’:
conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { xmlParseDoc(); return 0; }
/* end */
"gcc -o conftest -I. -I/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L/usr/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
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/opt/ruby186/lib/ruby/1.8/i686-linux -I. -I/usr/include/libxml2 -I/opt/local/include/ -I/opt/local/include/libxml2 -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -g -DXP_UNIX -O3 -Wall -Wcast-qual -Wwrite-strings -Wconversion -Wmissing-noreturn -Winline conftest.c -L. -L/opt/ruby186/lib -L/opt/local/lib -L/usr/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lxml2 -ldl -lcrypt -lm -lc"
conftest.c: In function ‘t’:
conftest.c:3: warning: implicit declaration of function ‘xmlParseDoc’
/usr/bin/ld: cannot find -lruby-static
collect2: ld returned 1 exit status
checked program was:
/* begin */
1: /*top*/
2: int main() { return 0; }
3: int t() { xmlParseDoc(); return 0; }
/* end */
--------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment