<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thanks, here the solution for the other newbie like me<BR>
&nbsp;<BR>
# pkg-config --list-all<BR>Raptor is not in the list<BR>
# export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<BR># pkg-config --list-all<BR>
Now,You can see raptor in the list and it's ok with rasqal's autogen.sh<BR>&nbsp;<BR>
Bye,<BR>
karima<BR>
<HR id=stopSpelling>
From: karima_rafes@hotmail.com<BR>To: redland-dev@lists.librdf.org<BR>Subject: configure: error: Raptor missing<BR>Date: Fri, 5 Feb 2010 20:19:32 +0100<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Hi,<BR>&nbsp;<BR>I try to build rasqal. Before, I installed raptor but rasqal's autogen.sh&nbsp;cannot find raptor...<BR>&nbsp;<BR>I don't know How fix this problem.<BR>Can you help me ?<BR>&nbsp;<BR>Thx<BR>Karima<BR>==================<BR>RAPTOR make INSTALL<BR>&nbsp;<BR>Making install in src<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/src Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/src Â»<BR>test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"<BR>&nbsp;/usr/bin/install -c raptor-config '/usr/local/bin'<BR>test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"<BR>&nbsp;/bin/sh ../libtool&nbsp;&nbsp; --mode=install /usr/bin/install -c&nbsp;&nbsp; libraptor.la '/usr/local/lib'<BR>libtool: install: /usr/bin/install -c .libs/libraptor.so.1.2.0 /usr/local/lib/libraptor.so.1.2.0<BR>libtool: install: (cd /usr/local/lib &amp;&amp; { ln -s -f libraptor.so.1.2.0 libraptor.so.1 || { rm -f libraptor.so.1 &amp;&amp; ln -s libraptor.so.1.2.0 libraptor.so.1; }; })<BR>libtool: install: (cd /usr/local/lib &amp;&amp; { ln -s -f libraptor.so.1.2.0 libraptor.so || { rm -f libraptor.so &amp;&amp; ln -s libraptor.so.1.2.0 libraptor.so; }; })<BR>libtool: install: /usr/bin/install -c .libs/libraptor.lai /usr/local/lib/libraptor.la<BR>libtool: install: /usr/bin/install -c .libs/libraptor.a /usr/local/lib/libraptor.a<BR>libtool: install: chmod 644 /usr/local/lib/libraptor.a<BR>libtool: install: ranlib /usr/local/lib/libraptor.a<BR>libtool: finish: PATH="/root/autoconf-2.65/bin:/root/autoconf-2.65/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/root/raptor-1.4.21:/sbin" ldconfig -n /usr/local/lib<BR>----------------------------------------------------------------------<BR>Libraries have been installed in:<BR>&nbsp;&nbsp; /usr/local/lib<BR>If you ever happen to want to link against installed libraries<BR>in a given directory, LIBDIR, you must either use libtool, and<BR>specify the full pathname of the library, or use the `-LLIBDIR'<BR>flag during linking and do at least one of the following:<BR>&nbsp;&nbsp; - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<BR>&nbsp;&nbsp;&nbsp;&nbsp; during execution<BR>&nbsp;&nbsp; - add LIBDIR to the `LD_RUN_PATH' environment variable<BR>&nbsp;&nbsp;&nbsp;&nbsp; during linking<BR>&nbsp;&nbsp; - use the `-Wl,-rpath -Wl,LIBDIR' linker flag<BR>&nbsp;&nbsp; - have your system administrator add LIBDIR to `/etc/ld.so.conf'<BR>See any operating system documentation about shared libraries for<BR>more information, such as the ld(1) and ld.so(8) manual pages.<BR>----------------------------------------------------------------------<BR>test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"<BR>&nbsp;/usr/bin/install -c -m 644 raptor.h '/usr/local/include'<BR>test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"<BR>&nbsp;/usr/bin/install -c -m 644 raptor-config.1 '/usr/local/share/man/man1'<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/src Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/src Â»<BR>Making install in utils<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/utils Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/utils Â»<BR>test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"<BR>&nbsp; /bin/sh ../libtool&nbsp;&nbsp; --mode=install /usr/bin/install -c rapper '/usr/local/bin'<BR>libtool: install: /usr/bin/install -c .libs/rapper /usr/local/bin/rapper<BR>test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"<BR>&nbsp;/usr/bin/install -c -m 644 rapper.1 '/usr/local/share/man/man1'<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/utils Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/utils Â»<BR>Making install in docs<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/docs Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/docs Â»<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>installfiles=`echo ./html/*`; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if test "$installfiles" = './html/*'; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then echo '-- Nothing to install' ; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /bin/sh /root/raptor-1.4.21/build/install-sh -d /usr/local/share/gtk-doc/html/raptor; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for i in $installfiles; do \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo '-- Installing '$i ; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/install -c -m 644 $i /usr/local/share/gtk-doc/html/raptor; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; done; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo '-- Installing ./html/index.sgml' ; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/install -c -m 644 ./html/index.sgml /usr/local/share/gtk-doc/html/raptor || :; \<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fi<BR>-- Installing ./html/home.png<BR>-- Installing ./html/index.html<BR>-- Installing ./html/index.sgml<BR>-- Installing ./html/introduction.html<BR>-- Installing ./html/ix01.html<BR>-- Installing ./html/left.png<BR>-- Installing ./html/parser-grddl.html<BR>-- Installing ./html/parser-guess.html<BR>-- Installing ./html/parser-ntriples.html<BR>-- Installing ./html/parser-rdfa.html<BR>-- Installing ./html/parser-rdfxml.html<BR>-- Installing ./html/parser-rss-tag-soup.html<BR>-- Installing ./html/parser-trig.html<BR>-- Installing ./html/parser-turtle.html<BR>-- Installing ./html/raptor.devhelp<BR>-- Installing ./html/raptor.devhelp2<BR>-- Installing ./html/raptor-parsers.html<BR>-- Installing ./html/raptor-section-constants.html<BR>-- Installing ./html/raptor-section-feature.html<BR>-- Installing ./html/raptor-section-general.html<BR>-- Installing ./html/raptor-section-iostream.html<BR>-- Installing ./html/raptor-section-locator.html<BR>-- Installing ./html/raptor-section-memory.html<BR>-- Installing ./html/raptor-section-parser.html<BR>-- Installing ./html/raptor-section-sax2.html<BR>-- Installing ./html/raptor-section-sequence.html<BR>-- Installing ./html/raptor-section-serializer.html<BR>-- Installing ./html/raptor-section-stringbuffer.html<BR>-- Installing ./html/raptor-section-triples.html<BR>-- Installing ./html/raptor-section-unicode.html<BR>-- Installing ./html/raptor-section-uri-factory.html<BR>-- Installing ./html/raptor-section-uri.html<BR>-- Installing ./html/raptor-section-world.html<BR>-- Installing ./html/raptor-section-www.html<BR>-- Installing ./html/raptor-section-xml.html<BR>-- Installing ./html/raptor-section-xml-namespace.html<BR>-- Installing ./html/raptor-section-xml-qname.html<BR>-- Installing ./html/raptor-serializers.html<BR>-- Installing ./html/reference-manual.html<BR>-- Installing ./html/restrict-parser-network-access.html<BR>-- Installing ./html/right.png<BR>-- Installing ./html/serializer-atom.html<BR>-- Installing ./html/serializer-dot.html<BR>-- Installing ./html/serializer-json.html<BR>-- Installing ./html/serializer-ntriples.html<BR>-- Installing ./html/serializer-rdfxml-abbrev.html<BR>-- Installing ./html/serializer-rdfxml.html<BR>-- Installing ./html/serializer-rdfxml-xmp.html<BR>-- Installing ./html/serializer-rss-1-0.html<BR>-- Installing ./html/serializer-turtle.html<BR>-- Installing ./html/style.css<BR>-- Installing ./html/tutorial.html<BR>-- Installing ./html/tutorial-initialising-finishing.html<BR>-- Installing ./html/tutorial-parser-abort.html<BR>-- Installing ./html/tutorial-parser-content.html<BR>-- Installing ./html/tutorial-parser-create.html<BR>-- Installing ./html/tutorial-parser-destroy.html<BR>-- Installing ./html/tutorial-parser-example.html<BR>-- Installing ./html/tutorial-parser-features.html<BR>-- Installing ./html/tutorial-parser-runtime-info.html<BR>-- Installing ./html/tutorial-parser-set-error-warning-handlers.html<BR>-- Installing ./html/tutorial-parser-set-id-handler.html<BR>-- Installing ./html/tutorial-parser-set-namespace-handler.html<BR>-- Installing ./html/tutorial-parser-set-triple-handler.html<BR>-- Installing ./html/tutorial-parser-static-info.html<BR>-- Installing ./html/tutorial-parse-strictness.html<BR>-- Installing ./html/tutorial-parsing.html<BR>-- Installing ./html/tutorial-querying-functionality.html<BR>-- Installing ./html/tutorial-serializer-create.html<BR>-- Installing ./html/tutorial-serializer-declare-namespace.html<BR>-- Installing ./html/tutorial-serializer-destroy.html<BR>-- Installing ./html/tutorial-serializer-example.html<BR>-- Installing ./html/tutorial-serializer-features.html<BR>-- Installing ./html/tutorial-serializer-get-triples.html<BR>-- Installing ./html/tutorial-serializer-runtime-info.html<BR>-- Installing ./html/tutorial-serializer-send-triples.html<BR>-- Installing ./html/tutorial-serializer-set-error-warning-handlers.html<BR>-- Installing ./html/tutorial-serializer-to-destination.html<BR>-- Installing ./html/tutorial-serializing.html<BR>-- Installing ./html/up.png<BR>-- Installing ./html/index.sgml<BR>test -z "/usr/local/share/man/man3" || /bin/mkdir -p "/usr/local/share/man/man3"<BR>&nbsp;/usr/bin/install -c -m 644 libraptor.3 '/usr/local/share/man/man3'<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/docs Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/docs Â»<BR>Making install in data<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/data Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/data Â»<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/data Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/data Â»<BR>Making install in tests<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests Â»<BR>Making install in rdfxml<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/rdfxml Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/rdfxml Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests/rdfxml Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests/rdfxml Â»<BR>Making install in ntriples<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/ntriples Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/ntriples Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests/ntriples Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests/ntriples Â»<BR>Making install in turtle<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/turtle Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/turtle Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests/turtle Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests/turtle Â»<BR>Making install in trig<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/trig Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/trig Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests/trig Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests/trig Â»<BR>Making install in grddl<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/grddl Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/grddl Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests/grddl Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests/grddl Â»<BR>Making install in rdfa<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/rdfa Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/rdfa Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests/rdfa Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests/rdfa Â»<BR>Making install in feeds<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/feeds Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests/feeds Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests/feeds Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests/feeds Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests Â»<BR>make[3]: entrant dans le répertoire Â« /root/raptor-1.4.21/tests Â»<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[3]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[3]: quittant le répertoire Â« /root/raptor-1.4.21/tests Â»<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/tests Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/tests Â»<BR>Making install in win32<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/win32 Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/win32 Â»<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/win32 Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/win32 Â»<BR>Making install in examples<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/examples Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/examples Â»<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/examples Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/examples Â»<BR>Making install in librdfa<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21/librdfa Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21/librdfa Â»<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-data-am Â».<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21/librdfa Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21/librdfa Â»<BR>make[1]: entrant dans le répertoire Â« /root/raptor-1.4.21 Â»<BR>make[2]: entrant dans le répertoire Â« /root/raptor-1.4.21 Â»<BR>make[2]: Rien Ã&nbsp; faire pour Â« install-exec-am Â».<BR>test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"<BR>&nbsp;/usr/bin/install -c -m 644 raptor.pc '/usr/local/lib/pkgconfig'<BR>make[2]: quittant le répertoire Â« /root/raptor-1.4.21 Â»<BR>make[1]: quittant le répertoire Â« /root/raptor-1.4.21 Â»<BR><BR>&nbsp;<BR>==================<BR>RASQAL autogen.sh<BR><BR>autogen.sh: Looking for programs: automake aclocal autoconf autoheader libtoolize gtkdocize<BR>autogen.sh: automake program 'automake' V 011101 (min 010700) in /usr/local/bin<BR>autogen.sh: aclocal program 'aclocal' V 011101 (min 010700) in /usr/local/bin<BR>autogen.sh: autoconf program 'autoconf' V 026500 (min 025400) in /root/autoconf-2.65/bin<BR>autogen.sh: autoheader program 'autoheader' V 026500 (min 025400) in /root/autoconf-2.65/bin<BR>autogen.sh: libtoolize program 'libtoolize' V 020204 (min 020200) in /usr/local/bin<BR>autogen.sh: gtkdocize program 'gtkdocize' V 010700 (min 010300) in /usr/bin<BR>autogen.sh: Dependencies satisfied<BR>autogen.sh: Processing directory .<BR>autogen.sh: Running libtoolize --force --copy --automake<BR>autogen.sh: Running gtkdocize --copy<BR>autogen.sh: Running aclocal&nbsp; -I build<BR>autogen.sh: Running autoheader<BR>autogen.sh: Running automake --gnu --add-missing --force --copy -Wall<BR>configure.ac:48: installing `build/config.guess'<BR>configure.ac:48: installing `build/config.sub'<BR>autogen.sh: Running autoconf<BR>autogen.sh: WARNING: Running `configure' with no arguments.<BR>If you wish to pass any to it, please specify them on the<BR>`autogen.sh' command line.<BR>autogen.sh: Running ./configure --enable-maintainer-mode --enable-gtk-doc --enable-shave<BR>checking for a BSD-compatible install... /usr/bin/install -c<BR>checking whether build environment is sane... yes<BR>checking for a thread-safe mkdir -p... /bin/mkdir -p<BR>checking for gawk... gawk<BR>checking whether make sets $(MAKE)... yes<BR>checking whether to enable maintainer-specific portions of Makefiles... yes<BR>checking build system type... x86_64-unknown-linux-gnu<BR>checking host system type... x86_64-unknown-linux-gnu<BR>checking whether build environment is sane... yes<BR>checking for gcc... gcc<BR>checking whether the C compiler works... yes<BR>checking for C compiler default output file name... a.out<BR>checking for suffix of executables...<BR>checking whether we are cross compiling... no<BR>checking for suffix of object files... o<BR>checking whether we are using the GNU C compiler... yes<BR>checking whether gcc accepts -g... yes<BR>checking for gcc option to accept ISO C89... none needed<BR>checking for style of include used by make... GNU<BR>checking dependency style of gcc... gcc3<BR>checking whether gcc and cc understand -c and -o together... yes<BR>checking for a sed that does not truncate output... /bin/sed<BR>checking for grep that handles long lines and -e... /bin/grep<BR>checking for egrep... /bin/grep -E<BR>checking for fgrep... /bin/grep -F<BR>checking for ld used by gcc... /usr/bin/ld<BR>checking if the linker (/usr/bin/ld) is GNU ld... yes<BR>checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<BR>checking the name lister (/usr/bin/nm -B) interface... BSD nm<BR>checking whether ln -s works... yes<BR>checking the maximum length of command line arguments... 98304<BR>checking whether the shell understands some XSI constructs... yes<BR>checking whether the shell understands "+="... yes<BR>checking for /usr/bin/ld option to reload object files... -r<BR>checking how to recognize dependent libraries... pass_all<BR>checking for ar... ar<BR>checking for strip... strip<BR>checking for ranlib... ranlib<BR>checking command to parse /usr/bin/nm -B output from gcc object... ok<BR>checking how to run the C preprocessor... gcc -E<BR>checking for ANSI C header files... yes<BR>checking for sys/types.h... yes<BR>checking for sys/stat.h... yes<BR>checking for stdlib.h... yes<BR>checking for string.h... yes<BR>checking for memory.h... yes<BR>checking for strings.h... yes<BR>checking for inttypes.h... yes<BR>checking for stdint.h... yes<BR>checking for unistd.h... yes<BR>checking for dlfcn.h... yes<BR>checking for objdir... .libs<BR>checking if gcc supports -fno-rtti -fno-exceptions... no<BR>checking for gcc option to produce PIC... -fPIC -DPIC<BR>checking if gcc PIC flag -fPIC -DPIC works... yes<BR>checking if gcc static flag -static works... yes<BR>checking if gcc supports -c -o file.o... yes<BR>checking if gcc supports -c -o file.o... (cached) yes<BR>checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<BR>checking whether -lc should be explicitly linked in... no<BR>checking dynamic linker characteristics... GNU/Linux ld.so<BR>checking how to hardcode library paths into programs... immediate<BR>checking whether stripping libraries is possible... yes<BR>checking if libtool supports shared libraries... yes<BR>checking whether to build shared libraries... yes<BR>checking whether to build static libraries... yes<BR>checking whether ln -s works... yes<BR>checking whether make sets $(MAKE)... (cached) yes<BR>checking for flex... flex<BR>checking lex output file root... lex.yy<BR>checking lex library... -lfl<BR>checking whether yytext is a pointer... yes<BR>checking flex version... 2.5.33 - OK<BR>checking for bison... bison -y<BR>checking for GNU bison... 2.3 - OK<BR>checking for gnutar... no<BR>checking for gtar... gtar<BR>checking for perl... perl<BR>checking for supported gcc warning flags...<BR>checking whether gcc supports -Wall... yes<BR>checking whether gcc supports -Wextra... yes<BR>checking whether gcc supports -Wshadow... yes<BR>checking whether gcc supports -Wpointer-arith... yes<BR>checking whether gcc supports -Wstrict-prototypes... yes<BR>checking whether gcc supports -Wmissing-prototypes... yes<BR>checking whether gcc supports -Wmissing-declarations... yes<BR>checking whether gcc supports -Wnested-externs... yes<BR>checking whether gcc supports -Wredundant-decls... yes<BR>checking whether gcc supports -Wswitch-enum... yes<BR>checking whether gcc supports -Wsign-compare... yes<BR>checking whether gcc supports -Werror-implicit-function-declaration... yes<BR>checking whether gcc supports -Wwrite-strings... yes<BR>checking whether gcc supports -Wpacked... yes<BR>checking whether gcc supports -Wmissing-format-attribute... yes<BR>checking whether gcc supports -Wpointer-arith... yes<BR>checking whether gcc supports -Wcast-align... yes<BR>checking whether gcc supports -Winit-self... yes<BR>checking whether gcc supports -Wunsafe-loop-optimizations... yes<BR>checking whether gcc supports -Wdeclaration-after-statement... yes<BR>checking whether gcc supports -Wold-style-definition... yes<BR>checking whether gcc supports -Wno-missing-field-initializers... yes<BR>checking whether gcc supports -Wno-unused-parameter... yes<BR>checking whether gcc supports -Wformat-security... yes<BR>checking gcc supports warning flags...&nbsp; -Wall -Wextra -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wredundant-decls -Wswitch-enum -Wsign-compare -Werror-implicit-function-declaration -Wwrite-strings -Wpacked -Wmissing-format-attribute -Wpointer-arith -Wcast-align -Winit-self -Wunsafe-loop-optimizations -Wdeclaration-after-statement -Wold-style-definition -Wno-missing-field-initializers -Wno-unused-parameter -Wformat-security<BR>checking for ANSI C header files... (cached) yes<BR>checking errno.h usability... yes<BR>checking errno.h presence... yes<BR>checking for errno.h... yes<BR>checking for stdlib.h... (cached) yes<BR>checking for unistd.h... (cached) yes<BR>checking for string.h... (cached) yes<BR>checking dmalloc.h usability... no<BR>checking dmalloc.h presence... no<BR>checking for dmalloc.h... no<BR>checking getopt.h usability... yes<BR>checking getopt.h presence... yes<BR>checking for getopt.h... yes<BR>checking regex.h usability... yes<BR>checking regex.h presence... yes<BR>checking for regex.h... yes<BR>checking sys/time.h usability... yes<BR>checking sys/time.h presence... yes<BR>checking for sys/time.h... yes<BR>checking whether time.h and sys/time.h may both be included... yes<BR>checking for an ANSI C-conforming const... yes<BR>checking whether byte ordering is bigendian... no<BR>checking for getopt... yes<BR>checking for getopt_long... yes<BR>checking for stricmp... no<BR>checking for strcasecmp... yes<BR>checking for vsnprintf... yes<BR>checking for srandomdev... no<BR>checking whether need to declare optind... no<BR>checking for pkg-config... pkg-config<BR>configure: error: Raptor missing - get it from <A href="http://librdf.org/raptor/">http://librdf.org/raptor/</A>&nbsp;&nbsp;&nbsp;&nbsp; &lt;=================== EEEERRRRRRRRROOOOOORRRR Raptor is yet &nbsp;in ../raptor-1.4.21<BR><BR>
<HR>
Windows 7 : Trouvez le PC qui vous convient! <A href="http://clk.atdmt.com/FRM/go/181574577/direct/01/">Découvrez notre offre ! </A>                                               <br /><hr />Windows 7 : Trouvez le PC qui vous convient! <a href='http://clk.atdmt.com/FRM/go/181574577/direct/01/' target='_new'>Découvrez notre offre ! </a></body>
</html>