Bonsoir ,
Je cherche à compiler un logiciel sous linux (licid),mais je n'arrive pas à cause des erreurs.
quand je fait ./configure j'aurai ce résultat :
Code :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
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 g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable WIN32 specific flags... no
checking whether to use gtksourceview2 instead of gtksourceview1... (cached) yes
checking whether to use gtkspell... (cached) no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobby... yes
checking for GTKMM... yes
checking whether to integrate into the GNOME desktop environment... (cached) no
checking for obby... yes
checking for obby_has_zeroconf in -lobby... yes
checking for obby_has_avahi in -lobby... yes
checking for avahi... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... ca cs de el en_GB es fr he it ja ko nl pl pt pt_BR ru sv uk zh_CN
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.41.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
/usr/bin/xgettext: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libgettextlib-0.17.so)
/usr/bin/xgettext: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libcroco-0.6.so.3)
/usr/bin/msgmerge: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libgettextlib-0.17.so)
/usr/bin/msgmerge: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libcroco-0.6.so.3)
/usr/bin/msgfmt: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libgettextlib-0.17.so)
/usr/bin/msgfmt: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libcroco-0.6.so.3)
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... ok
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating icons/Makefile
config.status: creating icons/hicolor/Makefile
config.status: creating icons/hicolor/48x48/Makefile
config.status: creating icons/hicolor/48x48/apps/Makefile
config.status: creating icons/hicolor/48x48/actions/Makefile
config.status: creating icons/hicolor/scalable/Makefile
config.status: creating icons/hicolor/scalable/apps/Makefile
config.status: creating icons/hicolor/scalable/actions/Makefile
config.status: creating icons/HighContrastLargePrint/Makefile
config.status: creating icons/HighContrastLargePrint/48x48/Makefile
config.status: creating icons/HighContrastLargePrint/48x48/apps/Makefile
config.status: creating icons/HighContrastLargePrint/48x48/actions/Makefile
config.status: creating icons/HighContrastLargePrint/scalable/Makefile
config.status: creating icons/HighContrastLargePrint/scalable/apps/Makefile
config.status: creating icons/HighContrastLargePrint/scalable/actions/Makefile
config.status: creating icons/HighContrastLargePrintInverse/Makefile
config.status: creating icons/HighContrastLargePrintInverse/48x48/Makefile
config.status: creating icons/HighContrastLargePrintInverse/48x48/apps/Makefile
config.status: creating icons/HighContrastLargePrintInverse/48x48/actions/Makefile
config.status: creating icons/HighContrastLargePrintInverse/scalable/Makefile
config.status: creating icons/HighContrastLargePrintInverse/scalable/apps/Makefile
config.status: creating icons/HighContrastLargePrintInverse/scalable/actions/Makefile
config.status: creating inc/features.hpp
config.status: inc/features.hpp is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands |
et apés le fait le make te j'aurai sa :
Code :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
| make all-recursive
make[1]: entrant dans le répertoire « /home/mehdi/Téléchargements/gobby-0.4.12 »
Making all in m4
make[2]: entrant dans le répertoire « /home/mehdi/Téléchargements/gobby-0.4.12/m4 »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/mehdi/Téléchargements/gobby-0.4.12/m4 »
Making all in .
make[2]: entrant dans le répertoire « /home/mehdi/Téléchargements/gobby-0.4.12 »
g++ -g -O2 -o gobby gobby-icon.o gobby-unix.o gobby-gselector.o gobby-ipc.o gobby-config.o gobby-common.o gobby-encoding.o gobby-regex.o gobby-application_state.o gobby-encoding_selector.o gobby-historyentry.o gobby-fileentry.o gobby-logview.o gobby-colorsel.o gobby-preferences.o gobby-toolwindow.o gobby-togglewindow.o gobby-header.o gobby-statusbar.o gobby-document.o gobby-buffer_def.o gobby-docwindow.o gobby-folder.o gobby-document_settings.o gobby-userlist.o gobby-documentlist.o gobby-chat.o gobby-preferencesdialog.o gobby-passworddialog.o gobby-hostdialog.o gobby-joindialog.o gobby-progressdialog.o gobby-joinprogressdialog.o gobby-hostprogressdialog.o gobby-entrydialog.o gobby-finddialog.o gobby-gotodialog.o gobby-dragdrop.o gobby-window.o gobby-main.o -pthread -L/usr/local/lib -lxml++-2.6 -lxml2 -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lobby -lnet6 -lavahi-common -lavahi-client -lsigc-2.0 -lgtksourceview-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lavahi-glib -lglib-2.0
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlValidateDtd@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlParseDocument@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlDocDumpFormatMemoryEnc@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlThrDefRegisterNodeDefault@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlParserGetDirectory@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderGetParserProp@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewComment@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFreeDtd@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlXPathRegisterNs@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFreeNode@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlNodeGetContent@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderNormalization@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlHasNsProp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlXPathFreeContext@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlXPathFreeObject@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSearchNs@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlCreateFileParserCtxt@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaNewValidCtxt@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewDocNode@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaSetValidErrors@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderGetAttributeNs@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewValidCtxt@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderDepth@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderMoveToAttributeNs@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderGetAttribute@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlDeregisterNodeDefault@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlAddNextSibling@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlLineNumbersDefault@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaValidateDoc@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlReaderForMemory@LIBXML2_2.6.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlGetNsProp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderName@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlStrcasecmp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlAddDocEntity@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlParseCharEncoding@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlXPathNewContext@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderIsValid@LIBXML2_2.5.7'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlThrDefDeregisterNodeDefault@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlCreatePushParserCtxt@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSaveFormatFileEnc@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlUnlinkNode@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlDocCopyNode@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlStopParser@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlXPathEval@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlDocSetRootElement@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderClose@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlKeepBlanksDefault@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlAddPrevSibling@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderCurrentNode@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderHasValue@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderMoveToAttribute@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlSubstituteEntitiesDefault@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlParseChunk@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderMoveToElement@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlAddChild@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderReadAttributeValue@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlCleanupParser@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaNewDocParserCtxt@LIBXML2_2.6.2'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlGetProp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFindCharEncodingHandler@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlIOParseDTD@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaNewMemParserCtxt@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderIsEmptyElement@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderNext@LIBXML2_2.5.7'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderRead@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaNewParserCtxt@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlTextReaderConstName@LIBXML2_2.6.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewTextReaderFilename@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSaveFormatFileTo@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderLookupNamespace@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderMoveToNextAttribute@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlGetDocEntity@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderPrefix@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderAttributeCount@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderExpand@LIBXML2_2.5.7'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSetNs@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlParseMemory@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderSetErrorHandler@LIBXML2_2.5.2'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaFreeParserCtxt@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderXmlLang@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderReadString@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaFree@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlGetLineNo@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFree@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderReadInnerXml@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlRegisterNodeDefault@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlParseDTD@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewText@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlDocGetRootElement@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderReadOuterXml@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlStrcmp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderMoveToAttributeNo@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNodeSetName@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlGetIntSubset@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderReadState@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaFreeValidCtxt@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlGetNodePath@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFreeDoc@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderGetAttributeNo@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFreeValidCtxt@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaValidateFile@LIBXML2_2.6.20'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlHasProp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderMoveToFirstAttribute@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFreeParserCtxt@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewNs@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlInitParser@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderQuoteChar@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSetNsProp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlFreeTextReader@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlUnsetProp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewNode@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNewDoc@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderNamespaceUri@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderValue@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlParserInputBufferCreateIO@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlTextReaderRelaxNGValidate@LIBXML2_2.5.7'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlIsBlankNode@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderHasAttributes@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderIsDefault@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlStrdup@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlNodeSetContent@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderBaseUri@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSchemaParse@LIBXML2_2.5.8'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlTextReaderSetStructuredErrorHandler@LIBXML2_2.6.6'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderGetErrorHandler@LIBXML2_2.5.2'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlCreateMemoryParserCtxt@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlUnsetNsProp@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlNodeListGetString@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderNodeType@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderSetParserProp@LIBXML2_2.5.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libgtksourceview-2.0.so: undefined reference to `xmlReaderForFd@LIBXML2_2.6.0'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlOutputBufferCreateIO@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlCreateIntSubset@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlTextReaderLocalName@LIBXML2_2.4.30'
/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libxml++-2.6.so: undefined reference to `xmlSetProp@LIBXML2_2.4.30'
collect2: ld returned 1 exit status
make[2]: *** [gobby] Erreur 1
make[2]: quittant le répertoire « /home/mehdi/Téléchargements/gobby-0.4.12 »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/mehdi/Téléchargements/gobby-0.4.12 »
make: *** [all] Erreur 2 |
J'arrive pas a trouver l'erreur . qu'est ce que je dois faire ?
Merci