[redland-dev] 1.0.4 can't find libpq.so.4 during make?

Eric Hanson elh at cs.pdx.edu
Mon Jul 10 06:54:02 BST 2006


Dave Beckett wrote:
> Eric Hanson wrote:
>> Hi,
>>
>> I'm getting a compile error, while trying to make redland 1.0.4:
>>
>> gcc -DLIBRDF_INTERNAL=1 -g -O2 -DLIBRDF_INTERNAL=1 -g -O2 -o
>> .libs/redland-db-upgrade db_upgrade.o  ../librdf/.libs/librdf.so
>> /usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../../i486-slackware-linux/bin/ld:
>> warning: libpq.so.4, needed by ../librdf/.libs/librdf.so, not found (try
>> using -rpath or -rpath-link)
>> ../librdf/.libs/librdf.so: undefined reference to `PQbackendPID'
>> ../librdf/.libs/librdf.so: undefined reference to `PQresultErrorMessage'
>> ../librdf/.libs/librdf.so: undefined reference to `PQconnectdb'
>> ../librdf/.libs/librdf.so: undefined reference to `PQexec'
>> ../librdf/.libs/librdf.so: undefined reference to `PQntuples'
>> ../librdf/.libs/librdf.so: undefined reference to `PQgetlength'
>> ../librdf/.libs/librdf.so: undefined reference to `PQclear'
>> ../librdf/.libs/librdf.so: undefined reference to `PQresultStatus'
>> ../librdf/.libs/librdf.so: undefined reference to `PQgetvalue'
>> ../librdf/.libs/librdf.so: undefined reference to `PQstatus'
>> ../librdf/.libs/librdf.so: undefined reference to `PQnfields'
>> ../librdf/.libs/librdf.so: undefined reference to `PQescapeString'
>> ../librdf/.libs/librdf.so: undefined reference to `PQfinish'
>> ../librdf/.libs/librdf.so: undefined reference to `PQerrorMessage'
>> collect2: ld returned 1 exit status
>> make[1]: *** [redland-db-upgrade] Error 1
>> make[1]: Leaving directory `/root/src/redland-1.0.4/utils'
>> make: *** [all-recursive] Error 1
>> root at vector:~/src/redland-1.0.4#
> 
> It looks like the output from libtool trying to build redland-db-upgrade
> but seems to have lost all link arguments.    Can you include a full
> configure run + at least the last 10 lines of the make that fails?

Full configure and make:

root at vector:~/src/redland-1.0.4# ./configure
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking whether build environment is sane... yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking for perl... perl
checking for pkg-config... pkg-config
checking for byte... no
checking for u32... no
checking for u64... no
checking for unsigned char... yes
checking size of unsigned char... 1
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking BDB version... 4.2
checking location of BDB libs... /usr/lib
checking location of BDB includes... /usr/include/db4
checking name of BDB library... db-4.2
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for BDB V1 dbopen... no
checking for BDB V2 db_open... no
checking for BDB V3/V4.x db_create... yes
checking for BDB V4.0 DB->open with 6 arguments... no
checking for BDB DB->close with 2 arguments... yes
checking for BDB DB->fd with 2 arguments... yes
checking for BDB DB->set_flags... yes
checking for BDB V4.1+ DB->open with 7 arguments... yes
checking whether DB_TXN defined in db.h... yes
checking whether DBC defined in db.h... yes
checking number of arguments to db_cursor... 4
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for getopt... yes
checking for getopt_long... yes
checking for memcmp... yes
checking for mkstemp... yes
checking for mktemp... yes
checking for tmpnam... yes
checking for gettimeofday... yes
checking for getenv... yes
checking for raptor-config... no
checking raptor library source... internal
checking RDF parsers required... raptor
checking for rasqal-config... no
checking digests wanted... md5 sha1 ripemd160
checking whether to use openssl digests... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking for openssl MD5 digest module... yes
checking for openssl SHA1 digest module... yes
checking for openssl RIPEMD160 digest module... yes
checking for bdb hash support... yes
checking for 3store-config... no
checking for 3store library... no
checking for mysql_config... mysql_config
checking for mysql library... yes - version 4.1.14
checking for sqlite library versions available...
checking using sqlite library... no
checking for pg_config... pg_config
checking for postgresql library... yes - version 8.1.3
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking storages required... all
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking if POSIX threads should be used... no
checking using dmalloc library... no
checking using memory signing... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating redland.rdf
config.status: creating librdf/redland.spec
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating librdf/Makefile
config.status: creating librdf/win32/Makefile
config.status: creating examples/Makefile
config.status: creating utils/Makefile
config.status: creating demos/Makefile
config.status: creating data/Makefile
config.status: creating librdf/redland.pc
config.status: creating redland-config
config.status: creating redland-src-config
config.status: creating librdf/rdf_config.h
config.status: executing depfiles commands
configure: configuring in raptor
configure: running /bin/sh './configure' --prefix=/usr/local
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether build environment is sane... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking for perl... perl
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for sys/stat.h... (cached) yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking libxml/nanohttp.h usability... no
checking libxml/nanohttp.h presence... no
checking for libxml/nanohttp.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for fetch.h... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for u8 u16 u32... no
checking for unsigned char... yes
checking size of unsigned char... 1
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for getopt... yes
checking for getopt_long... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for vsnprintf... yes
checking for isascii... yes
checking whether need to declare optind... no
checking vsnprintf has C99 compatible return value... yes
checking for expat sources... no
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking xmlparse.h usability... no
checking xmlparse.h presence... no
checking for xmlparse.h... no
checking for main in -lxmltok... no
checking for XML_ParserCreate in -lxmlparse... no
checking for XML_ParserCreate in -lexpat... yes
checking for working expat in libxmlparse and libxmltok... no
checking for working expat in libexpat... yes
checking for expat support of UTF-8 BOM... yes
checking for xml2-config... xml2-config
checking for xslt-config... xslt-config
checking for curl-config... curl-config
checking using Unicode NFC checking... yes
checking for libwww-config... no
checking for libxml sources... no
checking for xmlCreatePushParserCtxt... yes
checking for system (GNOME) libxml library... yes - version 2.6.21
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for libxml/hash.h... yes
checking for libxml/SAX2.h... yes
checking if libxml xmlEntity has name_length field... no
checking if libxml xmlEntity has etype field... yes
checking if libxml xmlSAXHandler has initialized field... yes
checking if libxml xmlSAXHandler has externalSubset field... yes
checking for xmlUseNewParser... no
checking for xmlSAX2InternalSubset... yes
checking for xsltSaveResultToString... yes
checking for system libxslt library... yes - version 1.1.15
checking libxslt/xslt.h usability... yes
checking libxslt/xslt.h presence... yes
checking for libxslt/xslt.h... yes
checking XML parser to use...  libxml(system)
checking GRDDL parser requirements... yes
checking RDF parsers required... all
checking RDF serializers required... all
checking XML names version... 1.0
checking for curl_easy_init... yes
checking for libcurl library... yes - version 7.12.2
checking WWW libraries available...  libcurl 7.12.2 libxml(system 2.6.21)
checking WWW library to use... libcurl 7.12.2
checking libinn.h usability... no
checking libinn.h presence... no
checking for libinn.h... no
checking date parsing source... libcurl curl_getdate
checking using dmalloc library... no
checking using memory signing... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating raptor.spec
config.status: creating raptor.rdf
config.status: creating data/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating examples/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/turtle/Makefile
config.status: creating utils/Makefile
config.status: creating win32/Makefile
config.status: creating raptor.pc
config.status: creating src/raptor-config
config.status: creating raptor-src-config
config.status: creating src/raptor_config.h
config.status: executing depfiles commands

Raptor build summary:
  RDF parsers available     : rdfxml ntriples turtle guess rss-tag-soup
grddl
  RDF parsers enabled       : rdfxml ntriples turtle guess rss-tag-soup
grddl
  RDF serializers available : rdfxml rdfxml-abbrev ntriples rss-1.0
  RDF serializers enabled   : rdfxml rdfxml-abbrev ntriples rss-1.0
  XML parser                : libxml(system 2.6.21)
  WWW library               : libcurl 7.12.2

configure: configuring in rasqal
configure: running /bin/sh './configure' --prefix=/usr/local
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether build environment is sane... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/i486-slackware-linux/bin/ld)
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for gnutar... no
checking for gtar... no
checking for tar... tar
checking for perl... perl
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for getopt... yes
checking for getopt_long... yes
checking for stricmp... no
checking for strcasecmp... yes
checking for vsnprintf... yes
checking for srandomdev... no
checking whether need to declare optind... no
checking for raptor-config... no
checking raptor library source... internal
checking for redland-config... no
checking redland library source... none
checking for pcre-config... pcre-config
checking for pcre... 6.4
checking for posix regex library... yes
checking regex library to use... posix
checking for xml2-config... xml2-config
checking for libxml2 library... yes - version 2.6.21
checking libxml/xmlschemas.h usability... yes
checking libxml/xmlschemas.h presence... yes
checking for libxml/xmlschemas.h... yes
checking libxml/xmlschemastypes.h usability... yes
checking libxml/xmlschemastypes.h presence... yes
checking for libxml/xmlschemastypes.h... yes
checking libxml/schemasInternals.h usability... yes
checking libxml/schemasInternals.h presence... yes
checking for libxml/schemasInternals.h... yes
checking enable datatypes support... yes
checking triples source libraries available... raptor internal
checking triples source library to use... raptor internal
checking query languages required... all
checking using dmalloc library... no
checking using memory signing... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/rdql/Makefile
config.status: creating tests/rdql/testsuite/Makefile
config.status: creating tests/sparql/Makefile
config.status: creating tests/sparql/simple/Makefile
config.status: creating tests/sparql/part1/Makefile
config.status: creating tests/sparql/examples/Makefile
config.status: creating tests/sparql/syntax/Makefile
config.status: creating tests/sparql/bound/Makefile
config.status: creating tests/sparql/survey/Makefile
config.status: creating tests/sparql/SyntaxFull/Makefile
config.status: creating tests/sparql/sort/Makefile
config.status: creating tests/sparql/ValueTesting/Makefile
config.status: creating tests/sparql/regex/Makefile
config.status: creating tests/sparql/Expr1/Makefile
config.status: creating tests/sparql/Expr2/Makefile
config.status: creating tests/sparql/ExprBuiltins/Makefile
config.status: creating tests/sparql/ExprEquals/Makefile
config.status: creating tests/sparql/SyntaxDev/Makefile
config.status: creating tests/sparql/SyntaxDev/Syntax-SPARQL/Makefile
config.status: creating tests/sparql/SyntaxDev/Syntax-SPARQL2/Makefile
config.status: creating tests/sparql/SyntaxDev/Syntax-SPARQL3/Makefile
config.status: creating utils/Makefile
config.status: creating win32/Makefile
config.status: creating rasqal.spec
config.status: creating rasqal.rdf
config.status: creating rasqal.pc
config.status: creating src/rasqal-config
config.status: creating rasqal-src-config
config.status: creating src/rasqal_config.h
config.status: executing depfiles commands

Rasqal build summary:
  RDF query languages available : rdql sparql
  RDF query languages enabled   : rdql sparql
  Triples source                : raptor internal


Redland build summary:
  Berkeley/Sleepycat DB   : Version 4.2 (library db-4.2 in /usr/lib)
  Triple stores available : file hashes(memory) hashes(bdb 4.2)
mysql(4.1.14) postgresql(8.1.3)
  Triple stores enabled   : memory file hashes mysql postgresql
  RDF parsers             : raptor(internal)
  RDF query               : rasqal(internal)
  Content digests         : md5(openssl) sha1(openssl) ripemd160(openssl)

root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4#
root at vector:~/src/redland-1.0.4# am  make
Making all in raptor
make[1]: Entering directory `/root/src/redland-1.0.4/raptor'
Making all in src
make[2]: Entering directory `/root/src/redland-1.0.4/raptor/src'
make  all-am
make[3]: Entering directory `/root/src/redland-1.0.4/raptor/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_parse.lo -MD -MP -MF
".deps/raptor_parse.Tpo" -c -o raptor_parse.lo raptor_parse.c; \
then mv -f ".deps/raptor_parse.Tpo" ".deps/raptor_parse.Plo"; else rm -f
".deps/raptor_parse.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_parse.lo -MD -MP -MF .deps/raptor_parse.Tpo -c raptor_parse.c
-fPIC -DPIC -o .libs/raptor_parse.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_parse.lo -MD -MP -MF .deps/raptor_parse.Tpo -c raptor_parse.c -o
raptor_parse.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_serialize.lo -MD -MP
-MF ".deps/raptor_serialize.Tpo" -c -o raptor_serialize.lo
raptor_serialize.c; \
then mv -f ".deps/raptor_serialize.Tpo" ".deps/raptor_serialize.Plo";
else rm -f ".deps/raptor_serialize.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize.lo -MD -MP -MF .deps/raptor_serialize.Tpo -c
raptor_serialize.c  -fPIC -DPIC -o .libs/raptor_serialize.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize.lo -MD -MP -MF .deps/raptor_serialize.Tpo -c
raptor_serialize.c -o raptor_serialize.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_rfc2396.lo -MD -MP
-MF ".deps/raptor_rfc2396.Tpo" -c -o raptor_rfc2396.lo raptor_rfc2396.c; \
then mv -f ".deps/raptor_rfc2396.Tpo" ".deps/raptor_rfc2396.Plo"; else
rm -f ".deps/raptor_rfc2396.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rfc2396.lo -MD -MP -MF .deps/raptor_rfc2396.Tpo -c
raptor_rfc2396.c  -fPIC -DPIC -o .libs/raptor_rfc2396.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rfc2396.lo -MD -MP -MF .deps/raptor_rfc2396.Tpo -c
raptor_rfc2396.c -o raptor_rfc2396.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_uri.lo -MD -MP -MF
".deps/raptor_uri.Tpo" -c -o raptor_uri.lo raptor_uri.c; \
then mv -f ".deps/raptor_uri.Tpo" ".deps/raptor_uri.Plo"; else rm -f
".deps/raptor_uri.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_uri.lo -MD -MP -MF .deps/raptor_uri.Tpo -c raptor_uri.c  -fPIC
-DPIC -o .libs/raptor_uri.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_uri.lo -MD -MP -MF .deps/raptor_uri.Tpo -c raptor_uri.c -o
raptor_uri.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_locator.lo -MD -MP
-MF ".deps/raptor_locator.Tpo" -c -o raptor_locator.lo raptor_locator.c; \
then mv -f ".deps/raptor_locator.Tpo" ".deps/raptor_locator.Plo"; else
rm -f ".deps/raptor_locator.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_locator.lo -MD -MP -MF .deps/raptor_locator.Tpo -c
raptor_locator.c  -fPIC -DPIC -o .libs/raptor_locator.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_locator.lo -MD -MP -MF .deps/raptor_locator.Tpo -c
raptor_locator.c -o raptor_locator.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_namespace.lo -MD -MP
-MF ".deps/raptor_namespace.Tpo" -c -o raptor_namespace.lo
raptor_namespace.c; \
then mv -f ".deps/raptor_namespace.Tpo" ".deps/raptor_namespace.Plo";
else rm -f ".deps/raptor_namespace.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_namespace.lo -MD -MP -MF .deps/raptor_namespace.Tpo -c
raptor_namespace.c  -fPIC -DPIC -o .libs/raptor_namespace.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_namespace.lo -MD -MP -MF .deps/raptor_namespace.Tpo -c
raptor_namespace.c -o raptor_namespace.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_qname.lo -MD -MP -MF
".deps/raptor_qname.Tpo" -c -o raptor_qname.lo raptor_qname.c; \
then mv -f ".deps/raptor_qname.Tpo" ".deps/raptor_qname.Plo"; else rm -f
".deps/raptor_qname.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_qname.lo -MD -MP -MF .deps/raptor_qname.Tpo -c raptor_qname.c
-fPIC -DPIC -o .libs/raptor_qname.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_qname.lo -MD -MP -MF .deps/raptor_qname.Tpo -c raptor_qname.c -o
raptor_qname.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_feature.lo -MD -MP
-MF ".deps/raptor_feature.Tpo" -c -o raptor_feature.lo raptor_feature.c; \
then mv -f ".deps/raptor_feature.Tpo" ".deps/raptor_feature.Plo"; else
rm -f ".deps/raptor_feature.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_feature.lo -MD -MP -MF .deps/raptor_feature.Tpo -c
raptor_feature.c  -fPIC -DPIC -o .libs/raptor_feature.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_feature.lo -MD -MP -MF .deps/raptor_feature.Tpo -c
raptor_feature.c -o raptor_feature.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_general.lo -MD -MP
-MF ".deps/raptor_general.Tpo" -c -o raptor_general.lo raptor_general.c; \
then mv -f ".deps/raptor_general.Tpo" ".deps/raptor_general.Plo"; else
rm -f ".deps/raptor_general.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_general.lo -MD -MP -MF .deps/raptor_general.Tpo -c
raptor_general.c  -fPIC -DPIC -o .libs/raptor_general.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_general.lo -MD -MP -MF .deps/raptor_general.Tpo -c
raptor_general.c -o raptor_general.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_utf8.lo -MD -MP -MF
".deps/raptor_utf8.Tpo" -c -o raptor_utf8.lo raptor_utf8.c; \
then mv -f ".deps/raptor_utf8.Tpo" ".deps/raptor_utf8.Plo"; else rm -f
".deps/raptor_utf8.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_utf8.lo -MD -MP -MF .deps/raptor_utf8.Tpo -c raptor_utf8.c  -fPIC
-DPIC -o .libs/raptor_utf8.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_utf8.lo -MD -MP -MF .deps/raptor_utf8.Tpo -c raptor_utf8.c -o
raptor_utf8.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_www.lo -MD -MP -MF
".deps/raptor_www.Tpo" -c -o raptor_www.lo raptor_www.c; \
then mv -f ".deps/raptor_www.Tpo" ".deps/raptor_www.Plo"; else rm -f
".deps/raptor_www.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_www.lo -MD -MP -MF .deps/raptor_www.Tpo -c raptor_www.c  -fPIC
-DPIC -o .libs/raptor_www.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_www.lo -MD -MP -MF .deps/raptor_www.Tpo -c raptor_www.c -o
raptor_www.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_identifier.lo -MD -MP
-MF ".deps/raptor_identifier.Tpo" -c -o raptor_identifier.lo
raptor_identifier.c; \
then mv -f ".deps/raptor_identifier.Tpo" ".deps/raptor_identifier.Plo";
else rm -f ".deps/raptor_identifier.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_identifier.lo -MD -MP -MF .deps/raptor_identifier.Tpo -c
raptor_identifier.c  -fPIC -DPIC -o .libs/raptor_identifier.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_identifier.lo -MD -MP -MF .deps/raptor_identifier.Tpo -c
raptor_identifier.c -o raptor_identifier.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_sequence.lo -MD -MP
-MF ".deps/raptor_sequence.Tpo" -c -o raptor_sequence.lo
raptor_sequence.c; \
then mv -f ".deps/raptor_sequence.Tpo" ".deps/raptor_sequence.Plo"; else
rm -f ".deps/raptor_sequence.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_sequence.lo -MD -MP -MF .deps/raptor_sequence.Tpo -c
raptor_sequence.c  -fPIC -DPIC -o .libs/raptor_sequence.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_sequence.lo -MD -MP -MF .deps/raptor_sequence.Tpo -c
raptor_sequence.c -o raptor_sequence.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_stringbuffer.lo -MD
-MP -MF ".deps/raptor_stringbuffer.Tpo" -c -o raptor_stringbuffer.lo
raptor_stringbuffer.c; \
then mv -f ".deps/raptor_stringbuffer.Tpo"
".deps/raptor_stringbuffer.Plo"; else rm -f
".deps/raptor_stringbuffer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_stringbuffer.lo -MD -MP -MF .deps/raptor_stringbuffer.Tpo -c
raptor_stringbuffer.c  -fPIC -DPIC -o .libs/raptor_stringbuffer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_stringbuffer.lo -MD -MP -MF .deps/raptor_stringbuffer.Tpo -c
raptor_stringbuffer.c -o raptor_stringbuffer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_iostream.lo -MD -MP
-MF ".deps/raptor_iostream.Tpo" -c -o raptor_iostream.lo
raptor_iostream.c; \
then mv -f ".deps/raptor_iostream.Tpo" ".deps/raptor_iostream.Plo"; else
rm -f ".deps/raptor_iostream.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_iostream.lo -MD -MP -MF .deps/raptor_iostream.Tpo -c
raptor_iostream.c  -fPIC -DPIC -o .libs/raptor_iostream.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_iostream.lo -MD -MP -MF .deps/raptor_iostream.Tpo -c
raptor_iostream.c -o raptor_iostream.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_xml.lo -MD -MP -MF
".deps/raptor_xml.Tpo" -c -o raptor_xml.lo raptor_xml.c; \
then mv -f ".deps/raptor_xml.Tpo" ".deps/raptor_xml.Plo"; else rm -f
".deps/raptor_xml.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xml.lo -MD -MP -MF .deps/raptor_xml.Tpo -c raptor_xml.c  -fPIC
-DPIC -o .libs/raptor_xml.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xml.lo -MD -MP -MF .deps/raptor_xml.Tpo -c raptor_xml.c -o
raptor_xml.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_xml_writer.lo -MD -MP
-MF ".deps/raptor_xml_writer.Tpo" -c -o raptor_xml_writer.lo
raptor_xml_writer.c; \
then mv -f ".deps/raptor_xml_writer.Tpo" ".deps/raptor_xml_writer.Plo";
else rm -f ".deps/raptor_xml_writer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xml_writer.lo -MD -MP -MF .deps/raptor_xml_writer.Tpo -c
raptor_xml_writer.c  -fPIC -DPIC -o .libs/raptor_xml_writer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xml_writer.lo -MD -MP -MF .deps/raptor_xml_writer.Tpo -c
raptor_xml_writer.c -o raptor_xml_writer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_set.lo -MD -MP -MF
".deps/raptor_set.Tpo" -c -o raptor_set.lo raptor_set.c; \
then mv -f ".deps/raptor_set.Tpo" ".deps/raptor_set.Plo"; else rm -f
".deps/raptor_set.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_set.lo -MD -MP -MF .deps/raptor_set.Tpo -c raptor_set.c  -fPIC
-DPIC -o .libs/raptor_set.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_set.lo -MD -MP -MF .deps/raptor_set.Tpo -c raptor_set.c -o
raptor_set.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT turtle_common.lo -MD -MP -MF
".deps/turtle_common.Tpo" -c -o turtle_common.lo turtle_common.c; \
then mv -f ".deps/turtle_common.Tpo" ".deps/turtle_common.Plo"; else rm
-f ".deps/turtle_common.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
turtle_common.lo -MD -MP -MF .deps/turtle_common.Tpo -c turtle_common.c
 -fPIC -DPIC -o .libs/turtle_common.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
turtle_common.lo -MD -MP -MF .deps/turtle_common.Tpo -c turtle_common.c
-o turtle_common.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_xsd.lo -MD -MP -MF
".deps/raptor_xsd.Tpo" -c -o raptor_xsd.lo raptor_xsd.c; \
then mv -f ".deps/raptor_xsd.Tpo" ".deps/raptor_xsd.Plo"; else rm -f
".deps/raptor_xsd.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xsd.lo -MD -MP -MF .deps/raptor_xsd.Tpo -c raptor_xsd.c  -fPIC
-DPIC -o .libs/raptor_xsd.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xsd.lo -MD -MP -MF .deps/raptor_xsd.Tpo -c raptor_xsd.c -o
raptor_xsd.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_libxml.lo -MD -MP -MF
".deps/raptor_libxml.Tpo" -c -o raptor_libxml.lo raptor_libxml.c; \
then mv -f ".deps/raptor_libxml.Tpo" ".deps/raptor_libxml.Plo"; else rm
-f ".deps/raptor_libxml.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_libxml.lo -MD -MP -MF .deps/raptor_libxml.Tpo -c raptor_libxml.c
 -fPIC -DPIC -o .libs/raptor_libxml.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_libxml.lo -MD -MP -MF .deps/raptor_libxml.Tpo -c raptor_libxml.c
-o raptor_libxml.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_rdfxml.lo -MD -MP -MF
".deps/raptor_rdfxml.Tpo" -c -o raptor_rdfxml.lo raptor_rdfxml.c; \
then mv -f ".deps/raptor_rdfxml.Tpo" ".deps/raptor_rdfxml.Plo"; else rm
-f ".deps/raptor_rdfxml.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rdfxml.lo -MD -MP -MF .deps/raptor_rdfxml.Tpo -c raptor_rdfxml.c
 -fPIC -DPIC -o .libs/raptor_rdfxml.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rdfxml.lo -MD -MP -MF .deps/raptor_rdfxml.Tpo -c raptor_rdfxml.c
-o raptor_rdfxml.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_sax2.lo -MD -MP -MF
".deps/raptor_sax2.Tpo" -c -o raptor_sax2.lo raptor_sax2.c; \
then mv -f ".deps/raptor_sax2.Tpo" ".deps/raptor_sax2.Plo"; else rm -f
".deps/raptor_sax2.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_sax2.lo -MD -MP -MF .deps/raptor_sax2.Tpo -c raptor_sax2.c  -fPIC
-DPIC -o .libs/raptor_sax2.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_sax2.lo -MD -MP -MF .deps/raptor_sax2.Tpo -c raptor_sax2.c -o
raptor_sax2.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT turtle_lexer.lo -MD -MP -MF
".deps/turtle_lexer.Tpo" -c -o turtle_lexer.lo turtle_lexer.c; \
then mv -f ".deps/turtle_lexer.Tpo" ".deps/turtle_lexer.Plo"; else rm -f
".deps/turtle_lexer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
turtle_lexer.lo -MD -MP -MF .deps/turtle_lexer.Tpo -c turtle_lexer.c
-fPIC -DPIC -o .libs/turtle_lexer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
turtle_lexer.lo -MD -MP -MF .deps/turtle_lexer.Tpo -c turtle_lexer.c -o
turtle_lexer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT turtle_parser.lo -MD -MP -MF
".deps/turtle_parser.Tpo" -c -o turtle_parser.lo turtle_parser.c; \
then mv -f ".deps/turtle_parser.Tpo" ".deps/turtle_parser.Plo"; else rm
-f ".deps/turtle_parser.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
turtle_parser.lo -MD -MP -MF .deps/turtle_parser.Tpo -c turtle_parser.c
 -fPIC -DPIC -o .libs/turtle_parser.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
turtle_parser.lo -MD -MP -MF .deps/turtle_parser.Tpo -c turtle_parser.c
-o turtle_parser.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT ntriples_parse.lo -MD -MP
-MF ".deps/ntriples_parse.Tpo" -c -o ntriples_parse.lo ntriples_parse.c; \
then mv -f ".deps/ntriples_parse.Tpo" ".deps/ntriples_parse.Plo"; else
rm -f ".deps/ntriples_parse.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
ntriples_parse.lo -MD -MP -MF .deps/ntriples_parse.Tpo -c
ntriples_parse.c  -fPIC -DPIC -o .libs/ntriples_parse.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
ntriples_parse.lo -MD -MP -MF .deps/ntriples_parse.Tpo -c
ntriples_parse.c -o ntriples_parse.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_rss_common.lo -MD -MP
-MF ".deps/raptor_rss_common.Tpo" -c -o raptor_rss_common.lo
raptor_rss_common.c; \
then mv -f ".deps/raptor_rss_common.Tpo" ".deps/raptor_rss_common.Plo";
else rm -f ".deps/raptor_rss_common.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rss_common.lo -MD -MP -MF .deps/raptor_rss_common.Tpo -c
raptor_rss_common.c  -fPIC -DPIC -o .libs/raptor_rss_common.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rss_common.lo -MD -MP -MF .deps/raptor_rss_common.Tpo -c
raptor_rss_common.c -o raptor_rss_common.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_rss.lo -MD -MP -MF
".deps/raptor_rss.Tpo" -c -o raptor_rss.lo raptor_rss.c; \
then mv -f ".deps/raptor_rss.Tpo" ".deps/raptor_rss.Plo"; else rm -f
".deps/raptor_rss.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rss.lo -MD -MP -MF .deps/raptor_rss.Tpo -c raptor_rss.c  -fPIC
-DPIC -o .libs/raptor_rss.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_rss.lo -MD -MP -MF .deps/raptor_rss.Tpo -c raptor_rss.c -o
raptor_rss.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_xslt.lo -MD -MP -MF
".deps/raptor_xslt.Tpo" -c -o raptor_xslt.lo raptor_xslt.c; \
then mv -f ".deps/raptor_xslt.Tpo" ".deps/raptor_xslt.Plo"; else rm -f
".deps/raptor_xslt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xslt.lo -MD -MP -MF .deps/raptor_xslt.Tpo -c raptor_xslt.c  -fPIC
-DPIC -o .libs/raptor_xslt.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_xslt.lo -MD -MP -MF .deps/raptor_xslt.Tpo -c raptor_xslt.c -o
raptor_xslt.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_guess.lo -MD -MP -MF
".deps/raptor_guess.Tpo" -c -o raptor_guess.lo raptor_guess.c; \
then mv -f ".deps/raptor_guess.Tpo" ".deps/raptor_guess.Plo"; else rm -f
".deps/raptor_guess.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_guess.lo -MD -MP -MF .deps/raptor_guess.Tpo -c raptor_guess.c
-fPIC -DPIC -o .libs/raptor_guess.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_guess.lo -MD -MP -MF .deps/raptor_guess.Tpo -c raptor_guess.c -o
raptor_guess.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_serialize_simple.lo
-MD -MP -MF ".deps/raptor_serialize_simple.Tpo" -c -o
raptor_serialize_simple.lo raptor_serialize_simple.c; \
then mv -f ".deps/raptor_serialize_simple.Tpo"
".deps/raptor_serialize_simple.Plo"; else rm -f
".deps/raptor_serialize_simple.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_simple.lo -MD -MP -MF .deps/raptor_serialize_simple.Tpo
-c raptor_serialize_simple.c  -fPIC -DPIC -o .libs/raptor_serialize_simple.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_simple.lo -MD -MP -MF .deps/raptor_serialize_simple.Tpo
-c raptor_serialize_simple.c -o raptor_serialize_simple.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_serialize_rdfxml.lo
-MD -MP -MF ".deps/raptor_serialize_rdfxml.Tpo" -c -o
raptor_serialize_rdfxml.lo raptor_serialize_rdfxml.c; \
then mv -f ".deps/raptor_serialize_rdfxml.Tpo"
".deps/raptor_serialize_rdfxml.Plo"; else rm -f
".deps/raptor_serialize_rdfxml.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_rdfxml.lo -MD -MP -MF .deps/raptor_serialize_rdfxml.Tpo
-c raptor_serialize_rdfxml.c  -fPIC -DPIC -o .libs/raptor_serialize_rdfxml.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_rdfxml.lo -MD -MP -MF .deps/raptor_serialize_rdfxml.Tpo
-c raptor_serialize_rdfxml.c -o raptor_serialize_rdfxml.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_serialize_ntriples.lo
-MD -MP -MF ".deps/raptor_serialize_ntriples.Tpo" -c -o
raptor_serialize_ntriples.lo raptor_serialize_ntriples.c; \
then mv -f ".deps/raptor_serialize_ntriples.Tpo"
".deps/raptor_serialize_ntriples.Plo"; else rm -f
".deps/raptor_serialize_ntriples.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_ntriples.lo -MD -MP -MF
.deps/raptor_serialize_ntriples.Tpo -c raptor_serialize_ntriples.c
-fPIC -DPIC -o .libs/raptor_serialize_ntriples.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_ntriples.lo -MD -MP -MF
.deps/raptor_serialize_ntriples.Tpo -c raptor_serialize_ntriples.c -o
raptor_serialize_ntriples.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_serialize_rdfxmla.lo
-MD -MP -MF ".deps/raptor_serialize_rdfxmla.Tpo" -c -o
raptor_serialize_rdfxmla.lo raptor_serialize_rdfxmla.c; \
then mv -f ".deps/raptor_serialize_rdfxmla.Tpo"
".deps/raptor_serialize_rdfxmla.Plo"; else rm -f
".deps/raptor_serialize_rdfxmla.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_rdfxmla.lo -MD -MP -MF
.deps/raptor_serialize_rdfxmla.Tpo -c raptor_serialize_rdfxmla.c  -fPIC
-DPIC -o .libs/raptor_serialize_rdfxmla.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_rdfxmla.lo -MD -MP -MF
.deps/raptor_serialize_rdfxmla.Tpo -c raptor_serialize_rdfxmla.c -o
raptor_serialize_rdfxmla.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_serialize_rss.lo -MD
-MP -MF ".deps/raptor_serialize_rss.Tpo" -c -o raptor_serialize_rss.lo
raptor_serialize_rss.c; \
then mv -f ".deps/raptor_serialize_rss.Tpo"
".deps/raptor_serialize_rss.Plo"; else rm -f
".deps/raptor_serialize_rss.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_rss.lo -MD -MP -MF .deps/raptor_serialize_rss.Tpo -c
raptor_serialize_rss.c  -fPIC -DPIC -o .libs/raptor_serialize_rss.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_serialize_rss.lo -MD -MP -MF .deps/raptor_serialize_rss.Tpo -c
raptor_serialize_rss.c -o raptor_serialize_rss.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_nfc_data.lo -MD -MP
-MF ".deps/raptor_nfc_data.Tpo" -c -o raptor_nfc_data.lo
raptor_nfc_data.c; \
then mv -f ".deps/raptor_nfc_data.Tpo" ".deps/raptor_nfc_data.Plo"; else
rm -f ".deps/raptor_nfc_data.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_nfc_data.lo -MD -MP -MF .deps/raptor_nfc_data.Tpo -c
raptor_nfc_data.c  -fPIC -DPIC -o .libs/raptor_nfc_data.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_nfc_data.lo -MD -MP -MF .deps/raptor_nfc_data.Tpo -c
raptor_nfc_data.c -o raptor_nfc_data.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_nfc.lo -MD -MP -MF
".deps/raptor_nfc.Tpo" -c -o raptor_nfc.lo raptor_nfc.c; \
then mv -f ".deps/raptor_nfc.Tpo" ".deps/raptor_nfc.Plo"; else rm -f
".deps/raptor_nfc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_nfc.lo -MD -MP -MF .deps/raptor_nfc.Tpo -c raptor_nfc.c  -fPIC
-DPIC -o .libs/raptor_nfc.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_nfc.lo -MD -MP -MF .deps/raptor_nfc.Tpo -c raptor_nfc.c -o
raptor_nfc.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT strcasecmp.lo -MD -MP -MF
".deps/strcasecmp.Tpo" -c -o strcasecmp.lo strcasecmp.c; \
then mv -f ".deps/strcasecmp.Tpo" ".deps/strcasecmp.Plo"; else rm -f
".deps/strcasecmp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
strcasecmp.lo -MD -MP -MF .deps/strcasecmp.Tpo -c strcasecmp.c  -fPIC
-DPIC -o .libs/strcasecmp.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
strcasecmp.lo -MD -MP -MF .deps/strcasecmp.Tpo -c strcasecmp.c -o
strcasecmp.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.   -DRAPTOR_INTERNAL=1 -I/usr/include/libxml2
-I/usr/include/libxml2   -g -O2  -g -O2 -MT raptor_www_curl.lo -MD -MP
-MF ".deps/raptor_www_curl.Tpo" -c -o raptor_www_curl.lo
raptor_www_curl.c; \
then mv -f ".deps/raptor_www_curl.Tpo" ".deps/raptor_www_curl.Plo"; else
rm -f ".deps/raptor_www_curl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_www_curl.lo -MD -MP -MF .deps/raptor_www_curl.Tpo -c
raptor_www_curl.c  -fPIC -DPIC -o .libs/raptor_www_curl.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2 -g -O2 -g -O2 -MT
raptor_www_curl.lo -MD -MP -MF .deps/raptor_www_curl.Tpo -c
raptor_www_curl.c -o raptor_www_curl.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2  -g -O2   -o
libraptor.la -rpath /usr/local/lib -version-info 2:0:1 raptor_parse.lo
raptor_serialize.lo raptor_rfc2396.lo raptor_uri.lo raptor_locator.lo
raptor_namespace.lo raptor_qname.lo raptor_feature.lo raptor_general.lo
raptor_utf8.lo raptor_www.lo raptor_identifier.lo raptor_sequence.lo
raptor_stringbuffer.lo raptor_iostream.lo raptor_xml.lo
raptor_xml_writer.lo raptor_set.lo turtle_common.lo raptor_xsd.lo
raptor_libxml.lo  raptor_rdfxml.lo raptor_sax2.lo turtle_lexer.lo
turtle_parser.lo  ntriples_parse.lo raptor_rss_common.lo raptor_rss.lo
raptor_xslt.lo raptor_guess.lo raptor_serialize_simple.lo
raptor_serialize_rdfxml.lo raptor_serialize_ntriples.lo
raptor_serialize_rdfxmla.lo raptor_serialize_rss.lo raptor_nfc_data.lo
raptor_nfc.lo strcasecmp.lo  raptor_www_curl.lo -L/usr/lib -lcurl -L/lib
-lidn -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz -L/usr/lib -lxml2 -lz
-lm -L/usr/lib -lxslt -lxml2 -lz -lm
gcc -shared  .libs/raptor_parse.o .libs/raptor_serialize.o
.libs/raptor_rfc2396.o .libs/raptor_uri.o .libs/raptor_locator.o
.libs/raptor_namespace.o .libs/raptor_qname.o .libs/raptor_feature.o
.libs/raptor_general.o .libs/raptor_utf8.o .libs/raptor_www.o
.libs/raptor_identifier.o .libs/raptor_sequence.o
.libs/raptor_stringbuffer.o .libs/raptor_iostream.o .libs/raptor_xml.o
.libs/raptor_xml_writer.o .libs/raptor_set.o .libs/turtle_common.o
.libs/raptor_xsd.o .libs/raptor_libxml.o .libs/raptor_rdfxml.o
.libs/raptor_sax2.o .libs/turtle_lexer.o .libs/turtle_parser.o
.libs/ntriples_parse.o .libs/raptor_rss_common.o .libs/raptor_rss.o
.libs/raptor_xslt.o .libs/raptor_guess.o .libs/raptor_serialize_simple.o
.libs/raptor_serialize_rdfxml.o .libs/raptor_serialize_ntriples.o
.libs/raptor_serialize_rdfxmla.o .libs/raptor_serialize_rss.o
.libs/raptor_nfc_data.o .libs/raptor_nfc.o .libs/strcasecmp.o
.libs/raptor_www_curl.o  -L/usr/lib /usr/lib/libcurl.so -L/lib
/usr/lib/libidn.so -lssl -lcrypto -ldl /usr/lib/libxslt.so
/usr/lib/libxml2.so -lz -lm  -Wl,-soname -Wl,libraptor.so.1 -o
.libs/libraptor.so.1.1.0
(cd .libs && rm -f libraptor.so.1 && ln -s libraptor.so.1.1.0
libraptor.so.1)
(cd .libs && rm -f libraptor.so && ln -s libraptor.so.1.1.0 libraptor.so)
ar cru .libs/libraptor.a  raptor_parse.o raptor_serialize.o
raptor_rfc2396.o raptor_uri.o raptor_locator.o raptor_namespace.o
raptor_qname.o raptor_feature.o raptor_general.o raptor_utf8.o
raptor_www.o raptor_identifier.o raptor_sequence.o raptor_stringbuffer.o
raptor_iostream.o raptor_xml.o raptor_xml_writer.o raptor_set.o
turtle_common.o raptor_xsd.o raptor_libxml.o raptor_rdfxml.o
raptor_sax2.o turtle_lexer.o turtle_parser.o ntriples_parse.o
raptor_rss_common.o raptor_rss.o raptor_xslt.o raptor_guess.o
raptor_serialize_simple.o raptor_serialize_rdfxml.o
raptor_serialize_ntriples.o raptor_serialize_rdfxmla.o
raptor_serialize_rss.o raptor_nfc_data.o raptor_nfc.o strcasecmp.o
raptor_www_curl.o
ranlib .libs/libraptor.a
creating libraptor.la
(cd .libs && rm -f libraptor.la && ln -s ../libraptor.la libraptor.la)
make[3]: Leaving directory `/root/src/redland-1.0.4/raptor/src'
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor/src'
Making all in utils
make[2]: Entering directory `/root/src/redland-1.0.4/raptor/utils'
if gcc -DHAVE_CONFIG_H -I. -I. -I../src  -DRAPTOR_INTERNAL=1
-I/usr/include/libxml2 -I/usr/include/libxml2   -I../src
-DRAPTOR_INTERNAL=1 -I/usr/include/libxml2 -I/usr/include/libxml2   -g
-O2  -g -O2 -MT rapper.o -MD -MP -MF ".deps/rapper.Tpo" -c -o rapper.o
rapper.c; \
then mv -f ".deps/rapper.Tpo" ".deps/rapper.Po"; else rm -f
".deps/rapper.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2  -g -O2   -o rapper
rapper.o  ../src/libraptor.la -L/usr/lib -lcurl -L/lib -lidn -lssl
-lcrypto -ldl -lssl -lcrypto -ldl -lz -L/usr/lib -lxml2 -lz -lm
-L/usr/lib -lxslt -lxml2 -lz -lm
mkdir .libs
gcc -g -O2 -g -O2 -o .libs/rapper rapper.o  ../src/.libs/libraptor.so
-L/usr/lib /usr/lib/libcurl.so -L/lib /usr/lib/libidn.so -lssl -lcrypto
-ldl /usr/lib/libxslt.so /usr/lib/libxml2.so -lz -lm
creating rapper
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor/utils'
Making all in docs
make[2]: Entering directory `/root/src/redland-1.0.4/raptor/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor/docs'
Making all in data
make[2]: Entering directory `/root/src/redland-1.0.4/raptor/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor/data'
Making all in tests
make[2]: Entering directory `/root/src/redland-1.0.4/raptor/tests'
Making all in turtle
make[3]: Entering directory `/root/src/redland-1.0.4/raptor/tests/turtle'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/src/redland-1.0.4/raptor/tests/turtle'
make[3]: Entering directory `/root/src/redland-1.0.4/raptor/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/src/redland-1.0.4/raptor/tests'
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor/tests'
Making all in win32
make[2]: Entering directory `/root/src/redland-1.0.4/raptor/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor/win32'
Making all in examples
make[2]: Entering directory `/root/src/redland-1.0.4/raptor/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor/examples'
make[2]: Entering directory `/root/src/redland-1.0.4/raptor'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/src/redland-1.0.4/raptor'
make[1]: Leaving directory `/root/src/redland-1.0.4/raptor'
Making all in rasqal
make[1]: Entering directory `/root/src/redland-1.0.4/rasqal'
Making all in src
make[2]: Entering directory `/root/src/redland-1.0.4/rasqal/src'
make  all-am
make[3]: Entering directory `/root/src/redland-1.0.4/rasqal/src'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_expr.lo -MD -MP -MF
".deps/rasqal_expr.Tpo" -c -o rasqal_expr.lo rasqal_expr.c; \
then mv -f ".deps/rasqal_expr.Tpo" ".deps/rasqal_expr.Plo"; else rm -f
".deps/rasqal_expr.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rasqal_expr.lo
-MD -MP -MF .deps/rasqal_expr.Tpo -c rasqal_expr.c  -fPIC -DPIC -o
.libs/rasqal_expr.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rasqal_expr.lo
-MD -MP -MF .deps/rasqal_expr.Tpo -c rasqal_expr.c -o rasqal_expr.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_general.lo -MD -MP -MF
".deps/rasqal_general.Tpo" -c -o rasqal_general.lo rasqal_general.c; \
then mv -f ".deps/rasqal_general.Tpo" ".deps/rasqal_general.Plo"; else
rm -f ".deps/rasqal_general.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_general.lo -MD -MP -MF .deps/rasqal_general.Tpo -c
rasqal_general.c  -fPIC -DPIC -o .libs/rasqal_general.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_general.lo -MD -MP -MF .deps/rasqal_general.Tpo -c
rasqal_general.c -o rasqal_general.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_query.lo -MD -MP -MF
".deps/rasqal_query.Tpo" -c -o rasqal_query.lo rasqal_query.c; \
then mv -f ".deps/rasqal_query.Tpo" ".deps/rasqal_query.Plo"; else rm -f
".deps/rasqal_query.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rasqal_query.lo
-MD -MP -MF .deps/rasqal_query.Tpo -c rasqal_query.c  -fPIC -DPIC -o
.libs/rasqal_query.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rasqal_query.lo
-MD -MP -MF .deps/rasqal_query.Tpo -c rasqal_query.c -o rasqal_query.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_query_results.lo -MD -MP
-MF ".deps/rasqal_query_results.Tpo" -c -o rasqal_query_results.lo
rasqal_query_results.c; \
then mv -f ".deps/rasqal_query_results.Tpo"
".deps/rasqal_query_results.Plo"; else rm -f
".deps/rasqal_query_results.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_query_results.lo -MD -MP -MF .deps/rasqal_query_results.Tpo -c
rasqal_query_results.c  -fPIC -DPIC -o .libs/rasqal_query_results.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_query_results.lo -MD -MP -MF .deps/rasqal_query_results.Tpo -c
rasqal_query_results.c -o rasqal_query_results.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_engine.lo -MD -MP -MF
".deps/rasqal_engine.Tpo" -c -o rasqal_engine.lo rasqal_engine.c; \
then mv -f ".deps/rasqal_engine.Tpo" ".deps/rasqal_engine.Plo"; else rm
-f ".deps/rasqal_engine.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_engine.lo -MD -MP -MF .deps/rasqal_engine.Tpo -c rasqal_engine.c
 -fPIC -DPIC -o .libs/rasqal_engine.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_engine.lo -MD -MP -MF .deps/rasqal_engine.Tpo -c rasqal_engine.c
-o rasqal_engine.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_raptor.lo -MD -MP -MF
".deps/rasqal_raptor.Tpo" -c -o rasqal_raptor.lo rasqal_raptor.c; \
then mv -f ".deps/rasqal_raptor.Tpo" ".deps/rasqal_raptor.Plo"; else rm
-f ".deps/rasqal_raptor.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_raptor.lo -MD -MP -MF .deps/rasqal_raptor.Tpo -c rasqal_raptor.c
 -fPIC -DPIC -o .libs/rasqal_raptor.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_raptor.lo -MD -MP -MF .deps/rasqal_raptor.Tpo -c rasqal_raptor.c
-o rasqal_raptor.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_literal.lo -MD -MP -MF
".deps/rasqal_literal.Tpo" -c -o rasqal_literal.lo rasqal_literal.c; \
then mv -f ".deps/rasqal_literal.Tpo" ".deps/rasqal_literal.Plo"; else
rm -f ".deps/rasqal_literal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_literal.lo -MD -MP -MF .deps/rasqal_literal.Tpo -c
rasqal_literal.c  -fPIC -DPIC -o .libs/rasqal_literal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_literal.lo -MD -MP -MF .deps/rasqal_literal.Tpo -c
rasqal_literal.c -o rasqal_literal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_graph_pattern.lo -MD -MP
-MF ".deps/rasqal_graph_pattern.Tpo" -c -o rasqal_graph_pattern.lo
rasqal_graph_pattern.c; \
then mv -f ".deps/rasqal_graph_pattern.Tpo"
".deps/rasqal_graph_pattern.Plo"; else rm -f
".deps/rasqal_graph_pattern.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_graph_pattern.lo -MD -MP -MF .deps/rasqal_graph_pattern.Tpo -c
rasqal_graph_pattern.c  -fPIC -DPIC -o .libs/rasqal_graph_pattern.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
rasqal_graph_pattern.lo -MD -MP -MF .deps/rasqal_graph_pattern.Tpo -c
rasqal_graph_pattern.c -o rasqal_graph_pattern.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rasqal_map.lo -MD -MP -MF
".deps/rasqal_map.Tpo" -c -o rasqal_map.lo rasqal_map.c; \
then mv -f ".deps/rasqal_map.Tpo" ".deps/rasqal_map.Plo"; else rm -f
".deps/rasqal_map.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rasqal_map.lo
-MD -MP -MF .deps/rasqal_map.Tpo -c rasqal_map.c  -fPIC -DPIC -o
.libs/rasqal_map.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rasqal_map.lo
-MD -MP -MF .deps/rasqal_map.Tpo -c rasqal_map.c -o rasqal_map.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rdql_lexer.lo -MD -MP -MF
".deps/rdql_lexer.Tpo" -c -o rdql_lexer.lo rdql_lexer.c; \
then mv -f ".deps/rdql_lexer.Tpo" ".deps/rdql_lexer.Plo"; else rm -f
".deps/rdql_lexer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rdql_lexer.lo
-MD -MP -MF .deps/rdql_lexer.Tpo -c rdql_lexer.c  -fPIC -DPIC -o
.libs/rdql_lexer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rdql_lexer.lo
-MD -MP -MF .deps/rdql_lexer.Tpo -c rdql_lexer.c -o rdql_lexer.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT rdql_parser.lo -MD -MP -MF
".deps/rdql_parser.Tpo" -c -o rdql_parser.lo rdql_parser.c; \
then mv -f ".deps/rdql_parser.Tpo" ".deps/rdql_parser.Plo"; else rm -f
".deps/rdql_parser.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rdql_parser.lo
-MD -MP -MF .deps/rdql_parser.Tpo -c rdql_parser.c  -fPIC -DPIC -o
.libs/rdql_parser.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT rdql_parser.lo
-MD -MP -MF .deps/rdql_parser.Tpo -c rdql_parser.c -o rdql_parser.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT sparql_lexer.lo -MD -MP -MF
".deps/sparql_lexer.Tpo" -c -o sparql_lexer.lo sparql_lexer.c; \
then mv -f ".deps/sparql_lexer.Tpo" ".deps/sparql_lexer.Plo"; else rm -f
".deps/sparql_lexer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT sparql_lexer.lo
-MD -MP -MF .deps/sparql_lexer.Tpo -c sparql_lexer.c  -fPIC -DPIC -o
.libs/sparql_lexer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT sparql_lexer.lo
-MD -MP -MF .deps/sparql_lexer.Tpo -c sparql_lexer.c -o sparql_lexer.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT sparql_parser.lo -MD -MP -MF
".deps/sparql_parser.Tpo" -c -o sparql_parser.lo sparql_parser.c; \
then mv -f ".deps/sparql_parser.Tpo" ".deps/sparql_parser.Plo"; else rm
-f ".deps/sparql_parser.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
sparql_parser.lo -MD -MP -MF .deps/sparql_parser.Tpo -c sparql_parser.c
 -fPIC -DPIC -o .libs/sparql_parser.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT
sparql_parser.lo -MD -MP -MF .deps/sparql_parser.Tpo -c sparql_parser.c
-o sparql_parser.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -DRASQAL_INTERNAL=1   -I../../raptor/src  -DRASQAL_INTERNAL=1
-g -O2  -I../../raptor/src   -g -O2 -MT strcasecmp.lo -MD -MP -MF
".deps/strcasecmp.Tpo" -c -o strcasecmp.lo strcasecmp.c; \
then mv -f ".deps/strcasecmp.Tpo" ".deps/strcasecmp.Plo"; else rm -f
".deps/strcasecmp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT strcasecmp.lo
-MD -MP -MF .deps/strcasecmp.Tpo -c strcasecmp.c  -fPIC -DPIC -o
.libs/strcasecmp.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -DRASQAL_INTERNAL=1 -I../../raptor/src
-DRASQAL_INTERNAL=1 -g -O2 -I../../raptor/src -g -O2 -MT strcasecmp.lo
-MD -MP -MF .deps/strcasecmp.Tpo -c strcasecmp.c -o strcasecmp.o
>/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2  -I../../raptor/src
 -g -O2 ../../raptor/src/libraptor.la    -o librasqal.la -rpath
/usr/local/lib -version-info 0:0:0 rasqal_expr.lo rasqal_general.lo
rasqal_query.lo rasqal_query_results.lo rasqal_engine.lo
rasqal_raptor.lo rasqal_literal.lo rasqal_graph_pattern.lo rasqal_map.lo
rdql_lexer.lo rdql_parser.lo sparql_lexer.lo sparql_parser.lo
strcasecmp.lo ../../raptor/src/libraptor.la
gcc -shared  .libs/rasqal_expr.o .libs/rasqal_general.o
.libs/rasqal_query.o .libs/rasqal_query_results.o .libs/rasqal_engine.o
.libs/rasqal_raptor.o .libs/rasqal_literal.o
.libs/rasqal_graph_pattern.o .libs/rasqal_map.o .libs/rdql_lexer.o
.libs/rdql_parser.o .libs/sparql_lexer.o .libs/sparql_parser.o
.libs/strcasecmp.o  -Wl,--rpath
-Wl,/root/src/redland-1.0.4/raptor/src/.libs
../../raptor/src/.libs/libraptor.so  -Wl,-soname -Wl,librasqal.so.0 -o
.libs/librasqal.so.0.0.0
(cd .libs && rm -f librasqal.so.0 && ln -s librasqal.so.0.0.0
librasqal.so.0)
(cd .libs && rm -f librasqal.so && ln -s librasqal.so.0.0.0 librasqal.so)
ar cru .libs/librasqal.a  rasqal_expr.o rasqal_general.o rasqal_query.o
rasqal_query_results.o rasqal_engine.o rasqal_raptor.o rasqal_literal.o
rasqal_graph_pattern.o rasqal_map.o rdql_lexer.o rdql_parser.o
sparql_lexer.o sparql_parser.o strcasecmp.o
ranlib .libs/librasqal.a
creating librasqal.la
(cd .libs && rm -f librasqal.la && ln -s ../librasqal.la librasqal.la)
make[3]: Leaving directory `/root/src/redland-1.0.4/rasqal/src'
make[2]: Leaving directory `/root/src/redland-1.0.4/rasqal/src'
Making all in utils
make[2]: Entering directory `/root/src/redland-1.0.4/rasqal/utils'
if gcc -DHAVE_CONFIG_H -I. -I. -I../src  -DRASQAL_INTERNAL=1
-I../../raptor/src  -I../src -DRASQAL_INTERNAL=1  -g -O2
-I../../raptor/src   -g -O2 -MT roqet.o -MD -MP -MF ".deps/roqet.Tpo" -c
-o roqet.o roqet.c; \
then mv -f ".deps/roqet.Tpo" ".deps/roqet.Po"; else rm -f
".deps/roqet.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2  -I../../raptor/src
 -g -O2 ../../raptor/src/libraptor.la    -o roqet  roqet.o
../src/librasqal.la
mkdir .libs
gcc -g -O2 -I../../raptor/src -g -O2 -o .libs/roqet roqet.o
../../raptor/src/.libs/libraptor.so ../src/.libs/librasqal.so
creating roqet
make[2]: Leaving directory `/root/src/redland-1.0.4/rasqal/utils'
Making all in tests
make[2]: Entering directory `/root/src/redland-1.0.4/rasqal/tests'
Making all in rdql
make[3]: Entering directory `/root/src/redland-1.0.4/rasqal/tests/rdql'
Making all in testsuite
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/rdql/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/rdql/testsuite'
make[4]: Entering directory `/root/src/redland-1.0.4/rasqal/tests/rdql'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/src/redland-1.0.4/rasqal/tests/rdql'
make[3]: Leaving directory `/root/src/redland-1.0.4/rasqal/tests/rdql'
Making all in sparql
make[3]: Entering directory `/root/src/redland-1.0.4/rasqal/tests/sparql'
Making all in simple
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/simple'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/simple'
Making all in part1
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/part1'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/part1'
Making all in examples
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/examples'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/examples'
Making all in bound
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/bound'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/bound'
Making all in syntax
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/syntax'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/syntax'
Making all in survey
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/survey'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/survey'
Making all in SyntaxFull
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxFull'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxFull'
Making all in sort
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/sort'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/sort'
Making all in ValueTesting
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/ValueTesting'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/ValueTesting'
Making all in regex
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/regex'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/regex'
Making all in Expr1
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/Expr1'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/Expr1'
Making all in Expr2
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/Expr2'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/Expr2'
Making all in ExprBuiltins
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/ExprBuiltins'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/ExprBuiltins'
Making all in ExprEquals
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/ExprEquals'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/ExprEquals'
Making all in SyntaxDev
make[4]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev'
Making all in Syntax-SPARQL
make[5]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev/Syntax-SPARQL'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev/Syntax-SPARQL'
Making all in Syntax-SPARQL2
make[5]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev/Syntax-SPARQL2'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev/Syntax-SPARQL2'
Making all in Syntax-SPARQL3
make[5]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev/Syntax-SPARQL3'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev/Syntax-SPARQL3'
make[5]: Entering directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev'
make[4]: Leaving directory
`/root/src/redland-1.0.4/rasqal/tests/sparql/SyntaxDev'
make[4]: Entering directory `/root/src/redland-1.0.4/rasqal/tests/sparql'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/src/redland-1.0.4/rasqal/tests/sparql'
make[3]: Leaving directory `/root/src/redland-1.0.4/rasqal/tests/sparql'
make[3]: Entering directory `/root/src/redland-1.0.4/rasqal/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/src/redland-1.0.4/rasqal/tests'
make[2]: Leaving directory `/root/src/redland-1.0.4/rasqal/tests'
Making all in docs
make[2]: Entering directory `/root/src/redland-1.0.4/rasqal/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/redland-1.0.4/rasqal/docs'
Making all in data
make[2]: Entering directory `/root/src/redland-1.0.4/rasqal/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/redland-1.0.4/rasqal/data'
Making all in win32
make[2]: Entering directory `/root/src/redland-1.0.4/rasqal/win32'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/src/redland-1.0.4/rasqal/win32'
make[2]: Entering directory `/root/src/redland-1.0.4/rasqal'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/src/redland-1.0.4/rasqal'
make[1]: Leaving directory `/root/src/redland-1.0.4/rasqal'
Making all in librdf
make[1]: Entering directory `/root/src/redland-1.0.4/librdf'
make  all-recursive
make[2]: Entering directory `/root/src/redland-1.0.4/librdf'
Making all in win32
make[3]: Entering directory `/root/src/redland-1.0.4/librdf/win32'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/src/redland-1.0.4/librdf/win32'
make[3]: Entering directory `/root/src/redland-1.0.4/librdf'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_init.lo
-MD -MP -MF ".deps/rdf_init.Tpo" -c -o rdf_init.lo rdf_init.c; \
then mv -f ".deps/rdf_init.Tpo" ".deps/rdf_init.Plo"; else rm -f
".deps/rdf_init.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_init.lo
-MD -MP -MF .deps/rdf_init.Tpo -c rdf_init.c  -fPIC -DPIC -o
.libs/rdf_init.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_init.lo
-MD -MP -MF .deps/rdf_init.Tpo -c rdf_init.c -o rdf_init.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_uri.lo
-MD -MP -MF ".deps/rdf_uri.Tpo" -c -o rdf_uri.lo rdf_uri.c; \
then mv -f ".deps/rdf_uri.Tpo" ".deps/rdf_uri.Plo"; else rm -f
".deps/rdf_uri.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_uri.lo -MD
-MP -MF .deps/rdf_uri.Tpo -c rdf_uri.c  -fPIC -DPIC -o .libs/rdf_uri.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_uri.lo -MD
-MP -MF .deps/rdf_uri.Tpo -c rdf_uri.c -o rdf_uri.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_node.lo
-MD -MP -MF ".deps/rdf_node.Tpo" -c -o rdf_node.lo rdf_node.c; \
then mv -f ".deps/rdf_node.Tpo" ".deps/rdf_node.Plo"; else rm -f
".deps/rdf_node.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_node.lo
-MD -MP -MF .deps/rdf_node.Tpo -c rdf_node.c  -fPIC -DPIC -o
.libs/rdf_node.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_node.lo
-MD -MP -MF .deps/rdf_node.Tpo -c rdf_node.c -o rdf_node.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_statement.lo -MD -MP -MF ".deps/rdf_statement.Tpo" -c -o
rdf_statement.lo rdf_statement.c; \
then mv -f ".deps/rdf_statement.Tpo" ".deps/rdf_statement.Plo"; else rm
-f ".deps/rdf_statement.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_statement.lo -MD -MP -MF .deps/rdf_statement.Tpo -c rdf_statement.c
 -fPIC -DPIC -o .libs/rdf_statement.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_statement.lo -MD -MP -MF .deps/rdf_statement.Tpo -c rdf_statement.c
-o rdf_statement.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_digest.lo
-MD -MP -MF ".deps/rdf_digest.Tpo" -c -o rdf_digest.lo rdf_digest.c; \
then mv -f ".deps/rdf_digest.Tpo" ".deps/rdf_digest.Plo"; else rm -f
".deps/rdf_digest.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_digest.lo
-MD -MP -MF .deps/rdf_digest.Tpo -c rdf_digest.c  -fPIC -DPIC -o
.libs/rdf_digest.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_digest.lo
-MD -MP -MF .deps/rdf_digest.Tpo -c rdf_digest.c -o rdf_digest.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_hash.lo
-MD -MP -MF ".deps/rdf_hash.Tpo" -c -o rdf_hash.lo rdf_hash.c; \
then mv -f ".deps/rdf_hash.Tpo" ".deps/rdf_hash.Plo"; else rm -f
".deps/rdf_hash.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_hash.lo
-MD -MP -MF .deps/rdf_hash.Tpo -c rdf_hash.c  -fPIC -DPIC -o
.libs/rdf_hash.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_hash.lo
-MD -MP -MF .deps/rdf_hash.Tpo -c rdf_hash.c -o rdf_hash.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_cursor.lo -MD -MP -MF ".deps/rdf_hash_cursor.Tpo" -c -o
rdf_hash_cursor.lo rdf_hash_cursor.c; \
then mv -f ".deps/rdf_hash_cursor.Tpo" ".deps/rdf_hash_cursor.Plo"; else
rm -f ".deps/rdf_hash_cursor.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_cursor.lo -MD -MP -MF .deps/rdf_hash_cursor.Tpo -c
rdf_hash_cursor.c  -fPIC -DPIC -o .libs/rdf_hash_cursor.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_cursor.lo -MD -MP -MF .deps/rdf_hash_cursor.Tpo -c
rdf_hash_cursor.c -o rdf_hash_cursor.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_memory.lo -MD -MP -MF ".deps/rdf_hash_memory.Tpo" -c -o
rdf_hash_memory.lo rdf_hash_memory.c; \
then mv -f ".deps/rdf_hash_memory.Tpo" ".deps/rdf_hash_memory.Plo"; else
rm -f ".deps/rdf_hash_memory.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_memory.lo -MD -MP -MF .deps/rdf_hash_memory.Tpo -c
rdf_hash_memory.c  -fPIC -DPIC -o .libs/rdf_hash_memory.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_memory.lo -MD -MP -MF .deps/rdf_hash_memory.Tpo -c
rdf_hash_memory.c -o rdf_hash_memory.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_model.lo
-MD -MP -MF ".deps/rdf_model.Tpo" -c -o rdf_model.lo rdf_model.c; \
then mv -f ".deps/rdf_model.Tpo" ".deps/rdf_model.Plo"; else rm -f
".deps/rdf_model.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_model.lo
-MD -MP -MF .deps/rdf_model.Tpo -c rdf_model.c  -fPIC -DPIC -o
.libs/rdf_model.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_model.lo
-MD -MP -MF .deps/rdf_model.Tpo -c rdf_model.c -o rdf_model.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_model_storage.lo -MD -MP -MF ".deps/rdf_model_storage.Tpo" -c -o
rdf_model_storage.lo rdf_model_storage.c; \
then mv -f ".deps/rdf_model_storage.Tpo" ".deps/rdf_model_storage.Plo";
else rm -f ".deps/rdf_model_storage.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_model_storage.lo -MD -MP -MF .deps/rdf_model_storage.Tpo -c
rdf_model_storage.c  -fPIC -DPIC -o .libs/rdf_model_storage.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_model_storage.lo -MD -MP -MF .deps/rdf_model_storage.Tpo -c
rdf_model_storage.c -o rdf_model_storage.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_iterator.lo -MD -MP -MF ".deps/rdf_iterator.Tpo" -c -o
rdf_iterator.lo rdf_iterator.c; \
then mv -f ".deps/rdf_iterator.Tpo" ".deps/rdf_iterator.Plo"; else rm -f
".deps/rdf_iterator.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_iterator.lo -MD -MP -MF .deps/rdf_iterator.Tpo -c rdf_iterator.c
-fPIC -DPIC -o .libs/rdf_iterator.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_iterator.lo -MD -MP -MF .deps/rdf_iterator.Tpo -c rdf_iterator.c -o
rdf_iterator.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_concepts.lo -MD -MP -MF ".deps/rdf_concepts.Tpo" -c -o
rdf_concepts.lo rdf_concepts.c; \
then mv -f ".deps/rdf_concepts.Tpo" ".deps/rdf_concepts.Plo"; else rm -f
".deps/rdf_concepts.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_concepts.lo -MD -MP -MF .deps/rdf_concepts.Tpo -c rdf_concepts.c
-fPIC -DPIC -o .libs/rdf_concepts.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_concepts.lo -MD -MP -MF .deps/rdf_concepts.Tpo -c rdf_concepts.c -o
rdf_concepts.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_list.lo
-MD -MP -MF ".deps/rdf_list.Tpo" -c -o rdf_list.lo rdf_list.c; \
then mv -f ".deps/rdf_list.Tpo" ".deps/rdf_list.Plo"; else rm -f
".deps/rdf_list.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_list.lo
-MD -MP -MF .deps/rdf_list.Tpo -c rdf_list.c  -fPIC -DPIC -o
.libs/rdf_list.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_list.lo
-MD -MP -MF .deps/rdf_list.Tpo -c rdf_list.c -o rdf_list.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage.lo -MD -MP -MF ".deps/rdf_storage.Tpo" -c -o rdf_storage.lo
rdf_storage.c; \
then mv -f ".deps/rdf_storage.Tpo" ".deps/rdf_storage.Plo"; else rm -f
".deps/rdf_storage.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_storage.lo
-MD -MP -MF .deps/rdf_storage.Tpo -c rdf_storage.c  -fPIC -DPIC -o
.libs/rdf_storage.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_storage.lo
-MD -MP -MF .deps/rdf_storage.Tpo -c rdf_storage.c -o rdf_storage.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_list.lo -MD -MP -MF ".deps/rdf_storage_list.Tpo" -c -o
rdf_storage_list.lo rdf_storage_list.c; \
then mv -f ".deps/rdf_storage_list.Tpo" ".deps/rdf_storage_list.Plo";
else rm -f ".deps/rdf_storage_list.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_list.lo -MD -MP -MF .deps/rdf_storage_list.Tpo -c
rdf_storage_list.c  -fPIC -DPIC -o .libs/rdf_storage_list.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_list.lo -MD -MP -MF .deps/rdf_storage_list.Tpo -c
rdf_storage_list.c -o rdf_storage_list.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_hashes.lo -MD -MP -MF ".deps/rdf_storage_hashes.Tpo" -c -o
rdf_storage_hashes.lo rdf_storage_hashes.c; \
then mv -f ".deps/rdf_storage_hashes.Tpo"
".deps/rdf_storage_hashes.Plo"; else rm -f
".deps/rdf_storage_hashes.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_hashes.lo -MD -MP -MF .deps/rdf_storage_hashes.Tpo -c
rdf_storage_hashes.c  -fPIC -DPIC -o .libs/rdf_storage_hashes.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_hashes.lo -MD -MP -MF .deps/rdf_storage_hashes.Tpo -c
rdf_storage_hashes.c -o rdf_storage_hashes.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_stream.lo
-MD -MP -MF ".deps/rdf_stream.Tpo" -c -o rdf_stream.lo rdf_stream.c; \
then mv -f ".deps/rdf_stream.Tpo" ".deps/rdf_stream.Plo"; else rm -f
".deps/rdf_stream.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_stream.lo
-MD -MP -MF .deps/rdf_stream.Tpo -c rdf_stream.c  -fPIC -DPIC -o
.libs/rdf_stream.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_stream.lo
-MD -MP -MF .deps/rdf_stream.Tpo -c rdf_stream.c -o rdf_stream.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_parser.lo
-MD -MP -MF ".deps/rdf_parser.Tpo" -c -o rdf_parser.lo rdf_parser.c; \
then mv -f ".deps/rdf_parser.Tpo" ".deps/rdf_parser.Plo"; else rm -f
".deps/rdf_parser.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_parser.lo
-MD -MP -MF .deps/rdf_parser.Tpo -c rdf_parser.c  -fPIC -DPIC -o
.libs/rdf_parser.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_parser.lo
-MD -MP -MF .deps/rdf_parser.Tpo -c rdf_parser.c -o rdf_parser.o
>/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_heuristics.lo -MD -MP -MF ".deps/rdf_heuristics.Tpo" -c -o
rdf_heuristics.lo rdf_heuristics.c; \
then mv -f ".deps/rdf_heuristics.Tpo" ".deps/rdf_heuristics.Plo"; else
rm -f ".deps/rdf_heuristics.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_heuristics.lo -MD -MP -MF .deps/rdf_heuristics.Tpo -c
rdf_heuristics.c  -fPIC -DPIC -o .libs/rdf_heuristics.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_heuristics.lo -MD -MP -MF .deps/rdf_heuristics.Tpo -c
rdf_heuristics.c -o rdf_heuristics.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_files.lo
-MD -MP -MF ".deps/rdf_files.Tpo" -c -o rdf_files.lo rdf_files.c; \
then mv -f ".deps/rdf_files.Tpo" ".deps/rdf_files.Plo"; else rm -f
".deps/rdf_files.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_files.lo
-MD -MP -MF .deps/rdf_files.Tpo -c rdf_files.c  -fPIC -DPIC -o
.libs/rdf_files.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_files.lo
-MD -MP -MF .deps/rdf_files.Tpo -c rdf_files.c -o rdf_files.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_utf8.lo
-MD -MP -MF ".deps/rdf_utf8.Tpo" -c -o rdf_utf8.lo rdf_utf8.c; \
then mv -f ".deps/rdf_utf8.Tpo" ".deps/rdf_utf8.Plo"; else rm -f
".deps/rdf_utf8.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_utf8.lo
-MD -MP -MF .deps/rdf_utf8.Tpo -c rdf_utf8.c  -fPIC -DPIC -o
.libs/rdf_utf8.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_utf8.lo
-MD -MP -MF .deps/rdf_utf8.Tpo -c rdf_utf8.c -o rdf_utf8.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_query.lo
-MD -MP -MF ".deps/rdf_query.Tpo" -c -o rdf_query.lo rdf_query.c; \
then mv -f ".deps/rdf_query.Tpo" ".deps/rdf_query.Plo"; else rm -f
".deps/rdf_query.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_query.lo
-MD -MP -MF .deps/rdf_query.Tpo -c rdf_query.c  -fPIC -DPIC -o
.libs/rdf_query.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_query.lo
-MD -MP -MF .deps/rdf_query.Tpo -c rdf_query.c -o rdf_query.o >/dev/null
2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_results.lo -MD -MP -MF ".deps/rdf_query_results.Tpo" -c -o
rdf_query_results.lo rdf_query_results.c; \
then mv -f ".deps/rdf_query_results.Tpo" ".deps/rdf_query_results.Plo";
else rm -f ".deps/rdf_query_results.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_results.lo -MD -MP -MF .deps/rdf_query_results.Tpo -c
rdf_query_results.c  -fPIC -DPIC -o .libs/rdf_query_results.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_results.lo -MD -MP -MF .deps/rdf_query_results.Tpo -c
rdf_query_results.c -o rdf_query_results.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_triples.lo -MD -MP -MF ".deps/rdf_query_triples.Tpo" -c -o
rdf_query_triples.lo rdf_query_triples.c; \
then mv -f ".deps/rdf_query_triples.Tpo" ".deps/rdf_query_triples.Plo";
else rm -f ".deps/rdf_query_triples.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_triples.lo -MD -MP -MF .deps/rdf_query_triples.Tpo -c
rdf_query_triples.c  -fPIC -DPIC -o .libs/rdf_query_triples.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_triples.lo -MD -MP -MF .deps/rdf_query_triples.Tpo -c
rdf_query_triples.c -o rdf_query_triples.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_rasqal.lo -MD -MP -MF ".deps/rdf_query_rasqal.Tpo" -c -o
rdf_query_rasqal.lo rdf_query_rasqal.c; \
then mv -f ".deps/rdf_query_rasqal.Tpo" ".deps/rdf_query_rasqal.Plo";
else rm -f ".deps/rdf_query_rasqal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_rasqal.lo -MD -MP -MF .deps/rdf_query_rasqal.Tpo -c
rdf_query_rasqal.c  -fPIC -DPIC -o .libs/rdf_query_rasqal.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_query_rasqal.lo -MD -MP -MF .deps/rdf_query_rasqal.Tpo -c
rdf_query_rasqal.c -o rdf_query_rasqal.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_serializer.lo -MD -MP -MF ".deps/rdf_serializer.Tpo" -c -o
rdf_serializer.lo rdf_serializer.c; \
then mv -f ".deps/rdf_serializer.Tpo" ".deps/rdf_serializer.Plo"; else
rm -f ".deps/rdf_serializer.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_serializer.lo -MD -MP -MF .deps/rdf_serializer.Tpo -c
rdf_serializer.c  -fPIC -DPIC -o .libs/rdf_serializer.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_serializer.lo -MD -MP -MF .deps/rdf_serializer.Tpo -c
rdf_serializer.c -o rdf_serializer.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_serializer_raptor.lo -MD -MP -MF ".deps/rdf_serializer_raptor.Tpo"
-c -o rdf_serializer_raptor.lo rdf_serializer_raptor.c; \
then mv -f ".deps/rdf_serializer_raptor.Tpo"
".deps/rdf_serializer_raptor.Plo"; else rm -f
".deps/rdf_serializer_raptor.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_serializer_raptor.lo -MD -MP -MF .deps/rdf_serializer_raptor.Tpo -c
rdf_serializer_raptor.c  -fPIC -DPIC -o .libs/rdf_serializer_raptor.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_serializer_raptor.lo -MD -MP -MF .deps/rdf_serializer_raptor.Tpo -c
rdf_serializer_raptor.c -o rdf_serializer_raptor.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_log.lo
-MD -MP -MF ".deps/rdf_log.Tpo" -c -o rdf_log.lo rdf_log.c; \
then mv -f ".deps/rdf_log.Tpo" ".deps/rdf_log.Plo"; else rm -f
".deps/rdf_log.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_log.lo -MD
-MP -MF .deps/rdf_log.Tpo -c rdf_log.c  -fPIC -DPIC -o .libs/rdf_log.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT rdf_log.lo -MD
-MP -MF .deps/rdf_log.Tpo -c rdf_log.c -o rdf_log.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_file.lo -MD -MP -MF ".deps/rdf_storage_file.Tpo" -c -o
rdf_storage_file.lo rdf_storage_file.c; \
then mv -f ".deps/rdf_storage_file.Tpo" ".deps/rdf_storage_file.Plo";
else rm -f ".deps/rdf_storage_file.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_file.lo -MD -MP -MF .deps/rdf_storage_file.Tpo -c
rdf_storage_file.c  -fPIC -DPIC -o .libs/rdf_storage_file.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_file.lo -MD -MP -MF .deps/rdf_storage_file.Tpo -c
rdf_storage_file.c -o rdf_storage_file.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_mysql.lo -MD -MP -MF ".deps/rdf_storage_mysql.Tpo" -c -o
rdf_storage_mysql.lo rdf_storage_mysql.c; \
then mv -f ".deps/rdf_storage_mysql.Tpo" ".deps/rdf_storage_mysql.Plo";
else rm -f ".deps/rdf_storage_mysql.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_mysql.lo -MD -MP -MF .deps/rdf_storage_mysql.Tpo -c
rdf_storage_mysql.c  -fPIC -DPIC -o .libs/rdf_storage_mysql.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_mysql.lo -MD -MP -MF .deps/rdf_storage_mysql.Tpo -c
rdf_storage_mysql.c -o rdf_storage_mysql.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_postgresql.lo -MD -MP -MF ".deps/rdf_storage_postgresql.Tpo"
-c -o rdf_storage_postgresql.lo rdf_storage_postgresql.c; \
then mv -f ".deps/rdf_storage_postgresql.Tpo"
".deps/rdf_storage_postgresql.Plo"; else rm -f
".deps/rdf_storage_postgresql.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_postgresql.lo -MD -MP -MF .deps/rdf_storage_postgresql.Tpo
-c rdf_storage_postgresql.c  -fPIC -DPIC -o .libs/rdf_storage_postgresql.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_storage_postgresql.lo -MD -MP -MF .deps/rdf_storage_postgresql.Tpo
-c rdf_storage_postgresql.c -o rdf_storage_postgresql.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_digest_openssl.lo -MD -MP -MF ".deps/rdf_digest_openssl.Tpo" -c -o
rdf_digest_openssl.lo rdf_digest_openssl.c; \
then mv -f ".deps/rdf_digest_openssl.Tpo"
".deps/rdf_digest_openssl.Plo"; else rm -f
".deps/rdf_digest_openssl.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_digest_openssl.lo -MD -MP -MF .deps/rdf_digest_openssl.Tpo -c
rdf_digest_openssl.c  -fPIC -DPIC -o .libs/rdf_digest_openssl.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_digest_openssl.lo -MD -MP -MF .deps/rdf_digest_openssl.Tpo -c
rdf_digest_openssl.c -o rdf_digest_openssl.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_bdb.lo -MD -MP -MF ".deps/rdf_hash_bdb.Tpo" -c -o
rdf_hash_bdb.lo rdf_hash_bdb.c; \
then mv -f ".deps/rdf_hash_bdb.Tpo" ".deps/rdf_hash_bdb.Plo"; else rm -f
".deps/rdf_hash_bdb.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_bdb.lo -MD -MP -MF .deps/rdf_hash_bdb.Tpo -c rdf_hash_bdb.c
-fPIC -DPIC -o .libs/rdf_hash_bdb.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_hash_bdb.lo -MD -MP -MF .deps/rdf_hash_bdb.Tpo -c rdf_hash_bdb.c -o
rdf_hash_bdb.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I.  -I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_parser_raptor.lo -MD -MP -MF ".deps/rdf_parser_raptor.Tpo" -c -o
rdf_parser_raptor.lo rdf_parser_raptor.c; \
then mv -f ".deps/rdf_parser_raptor.Tpo" ".deps/rdf_parser_raptor.Plo";
else rm -f ".deps/rdf_parser_raptor.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_parser_raptor.lo -MD -MP -MF .deps/rdf_parser_raptor.Tpo -c
rdf_parser_raptor.c  -fPIC -DPIC -o .libs/rdf_parser_raptor.o
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/db4 -I/usr/include/mysql
-march=i486 -mcpu=i686 -I/usr/local/pgsql/include -I../rasqal/src
-I../raptor/src -I/usr/include/db4 -I/usr/include/mysql -march=i486
-mcpu=i686 -I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -DLIBRDF_INTERNAL=1 -g -O2 -MT
rdf_parser_raptor.lo -MD -MP -MF .deps/rdf_parser_raptor.Tpo -c
rdf_parser_raptor.c -o rdf_parser_raptor.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc -DLIBRDF_INTERNAL=1 -g -O2
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include -I../rasqal/src -I../raptor/src
-I/usr/include/db4 -I/usr/include/mysql -march=i486 -mcpu=i686
-I/usr/local/pgsql/include  -DLIBRDF_INTERNAL=1 -g -O2 -ldb-4.2 -lcrypto
-L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -L/usr/lib -lssl
-lcrypto -L/usr/local/pgsql/lib -lpq   -o librdf.la -rpath
/usr/local/lib -version-info 0:0:0 rdf_init.lo rdf_uri.lo rdf_node.lo
rdf_statement.lo rdf_digest.lo rdf_hash.lo rdf_hash_cursor.lo
rdf_hash_memory.lo rdf_model.lo rdf_model_storage.lo rdf_iterator.lo
rdf_concepts.lo rdf_list.lo rdf_storage.lo rdf_storage_list.lo
rdf_storage_hashes.lo rdf_stream.lo rdf_parser.lo rdf_heuristics.lo
rdf_files.lo rdf_utf8.lo rdf_query.lo rdf_query_results.lo
rdf_query_triples.lo rdf_query_rasqal.lo rdf_serializer.lo
rdf_serializer_raptor.lo rdf_log.lo  rdf_storage_file.lo
rdf_storage_mysql.lo  rdf_storage_postgresql.lo rdf_digest_openssl.lo
rdf_hash_bdb.lo  rdf_parser_raptor.lo ../rasqal/src/librasqal.la
../raptor/src/libraptor.la
gcc -shared  .libs/rdf_init.o .libs/rdf_uri.o .libs/rdf_node.o
.libs/rdf_statement.o .libs/rdf_digest.o .libs/rdf_hash.o
.libs/rdf_hash_cursor.o .libs/rdf_hash_memory.o .libs/rdf_model.o
.libs/rdf_model_storage.o .libs/rdf_iterator.o .libs/rdf_concepts.o
.libs/rdf_list.o .libs/rdf_storage.o .libs/rdf_storage_list.o
.libs/rdf_storage_hashes.o .libs/rdf_stream.o .libs/rdf_parser.o
.libs/rdf_heuristics.o .libs/rdf_files.o .libs/rdf_utf8.o
.libs/rdf_query.o .libs/rdf_query_results.o .libs/rdf_query_triples.o
.libs/rdf_query_rasqal.o .libs/rdf_serializer.o
.libs/rdf_serializer_raptor.o .libs/rdf_log.o .libs/rdf_storage_file.o
.libs/rdf_storage_mysql.o .libs/rdf_storage_postgresql.o
.libs/rdf_digest_openssl.o .libs/rdf_hash_bdb.o
.libs/rdf_parser_raptor.o  -Wl,--rpath -Wl,/usr/lib/mysql -Wl,--rpath
-Wl,/root/src/redland-1.0.4/rasqal/src/.libs -Wl,--rpath
-Wl,/root/src/redland-1.0.4/raptor/src/.libs -Wl,--rpath
-Wl,/usr/lib/mysql /usr/lib/libdb-4.2.so -L/usr/lib/mysql
/usr/lib/mysql/libmysqlclient.so -lz -lcrypt -lnsl -lm -L/usr/lib -lssl
-lcrypto -L/usr/local/pgsql/lib -lpq ../rasqal/src/.libs/librasqal.so
../raptor/src/.libs/libraptor.so  -march=i486 -mcpu=i686 -march=i486
-mcpu=i686 -Wl,-soname -Wl,librdf.so.0 -o .libs/librdf.so.0.0.0
(cd .libs && rm -f librdf.so.0 && ln -s librdf.so.0.0.0 librdf.so.0)
(cd .libs && rm -f librdf.so && ln -s librdf.so.0.0.0 librdf.so)
ar cru .libs/librdf.a  rdf_init.o rdf_uri.o rdf_node.o rdf_statement.o
rdf_digest.o rdf_hash.o rdf_hash_cursor.o rdf_hash_memory.o rdf_model.o
rdf_model_storage.o rdf_iterator.o rdf_concepts.o rdf_list.o
rdf_storage.o rdf_storage_list.o rdf_storage_hashes.o rdf_stream.o
rdf_parser.o rdf_heuristics.o rdf_files.o rdf_utf8.o rdf_query.o
rdf_query_results.o rdf_query_triples.o rdf_query_rasqal.o
rdf_serializer.o rdf_serializer_raptor.o rdf_log.o rdf_storage_file.o
rdf_storage_mysql.o rdf_storage_postgresql.o rdf_digest_openssl.o
rdf_hash_bdb.o rdf_parser_raptor.o
ranlib .libs/librdf.a
creating librdf.la
(cd .libs && rm -f librdf.la && ln -s ../librdf.la librdf.la)
make[3]: Leaving directory `/root/src/redland-1.0.4/librdf'
make[2]: Leaving directory `/root/src/redland-1.0.4/librdf'
make[1]: Leaving directory `/root/src/redland-1.0.4/librdf'
Making all in examples
make[1]: Entering directory `/root/src/redland-1.0.4/examples'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/src/redland-1.0.4/examples'
Making all in utils
make[1]: Entering directory `/root/src/redland-1.0.4/utils'
if gcc -DHAVE_CONFIG_H -I. -I. -I../librdf  -I/usr/include/db4
-I/usr/include/mysql -march=i486 -mcpu=i686 -I/usr/local/pgsql/include
-I../rasqal/src -I../raptor/src  -I../librdf   -I/usr/include/db4
-I/usr/include/mysql -march=i486 -mcpu=i686 -I/usr/local/pgsql/include
-DLIBRDF_INTERNAL=1 -g -O2  -DLIBRDF_INTERNAL=1 -g -O2 -MT db_upgrade.o
-MD -MP -MF ".deps/db_upgrade.Tpo" -c -o db_upgrade.o db_upgrade.c; \
then mv -f ".deps/db_upgrade.Tpo" ".deps/db_upgrade.Po"; else rm -f
".deps/db_upgrade.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -DLIBRDF_INTERNAL=1 -g -O2
-DLIBRDF_INTERNAL=1 -g -O2 ../librdf/librdf.la  -o redland-db-upgrade
db_upgrade.o
mkdir .libs
gcc -DLIBRDF_INTERNAL=1 -g -O2 -DLIBRDF_INTERNAL=1 -g -O2 -o
.libs/redland-db-upgrade db_upgrade.o  ../librdf/.libs/librdf.so
/usr/lib/gcc-lib/i486-slackware-linux/3.3.6/../../../../i486-slackware-linux/bin/ld:
warning: libpq.so.4, needed by ../librdf/.libs/librdf.so, not found (try
using -rpath or -rpath-link)
../librdf/.libs/librdf.so: undefined reference to `PQbackendPID'
../librdf/.libs/librdf.so: undefined reference to `PQresultErrorMessage'
../librdf/.libs/librdf.so: undefined reference to `PQconnectdb'
../librdf/.libs/librdf.so: undefined reference to `PQexec'
../librdf/.libs/librdf.so: undefined reference to `PQntuples'
../librdf/.libs/librdf.so: undefined reference to `PQgetlength'
../librdf/.libs/librdf.so: undefined reference to `PQclear'
../librdf/.libs/librdf.so: undefined reference to `PQresultStatus'
../librdf/.libs/librdf.so: undefined reference to `PQgetvalue'
../librdf/.libs/librdf.so: undefined reference to `PQstatus'
../librdf/.libs/librdf.so: undefined reference to `PQnfields'
../librdf/.libs/librdf.so: undefined reference to `PQescapeString'
../librdf/.libs/librdf.so: undefined reference to `PQfinish'
../librdf/.libs/librdf.so: undefined reference to `PQerrorMessage'
collect2: ld returned 1 exit status
make[1]: *** [redland-db-upgrade] Error 1
make[1]: Leaving directory `/root/src/redland-1.0.4/utils'
make: *** [all-recursive] Error 1
root at vector:~/src/redland-1.0.4#

> I'm not familiar with slackware linux but since libpq.so.4 is not
> installed in the library search path (i.e. is not in /etc/ld.so.conf) it
> thus needs the extra runtime link args that you quoted from the pg_config:
> 
> LDFLAGS = -Wl,-rpath,/usr/local/pgsql/lib
> 
> However I redland's configure does not use those LDFLAGS, aka
> pg_config --ldflags, it just invokes pg_config like this:
> 
>   LIBS="$LIBRDF_LIBS -L`$PG_CONFIG --libdir` -lpq"
> (and later)
>   LIBRDF_LIBS="$LIBRDF_LIBS -L`$PG_CONFIG --libdir` -lpq"
> 
> maybe those lines should be something else?

Not sure what to do here.  Sorry, my C knowledge is pretty limited.

Thanks,
Eric


More information about the redland-dev mailing list