Ubuntu Pastebin

Paste from agrok at Fri, 16 Dec 2016 20:34:00 +0000

Download as text
 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
Performing C++ SOURCE FILE Test ICONV_COMPILES failed with the following output:
Change Dir: /home/moussacbb/doxygen-1.8.12/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d5090/fast"
/usr/bin/make -f CMakeFiles/cmTC_d5090.dir/build.make CMakeFiles/cmTC_d5090.dir/build
make[1] : on entre dans le répertoire « /home/moussacbb/doxygen-1.8.12/build/CMakeFiles/CMakeTmp »
Building CXX object CMakeFiles/cmTC_d5090.dir/src.cxx.o
/usr/bin/c++    -I/usr/local/include  -DICONV_COMPILES   -o CMakeFiles/cmTC_d5090.dir/src.cxx.o -c /home/moussacbb/doxygen-1.8.12/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_d5090
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d5090.dir/link.txt --verbose=1
/usr/bin/c++    -DICONV_COMPILES    CMakeFiles/cmTC_d5090.dir/src.cxx.o  -o cmTC_d5090 -rdynamic 
CMakeFiles/cmTC_d5090.dir/src.cxx.o : Dans la fonction « main » :
src.cxx:(.text+0x21) : référence indéfinie vers « libiconv »
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_d5090.dir/build.make:97 : la recette pour la cible « cmTC_d5090 » a échouée
make[1]: *** [cmTC_d5090] Erreur 1
make[1] : on quitte le répertoire « /home/moussacbb/doxygen-1.8.12/build/CMakeFiles/CMakeTmp »
Makefile:126 : la recette pour la cible « cmTC_d5090/fast » a échouée
make: *** [cmTC_d5090/fast] Erreur 2

Source file was:
#include <iconv.h>
     int main() {
        iconv(iconv_t(-1), 0, 0, 0, 0);
     }
Download as text