rrrexter

libalpm.h

Nov 22nd, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. Reading specs from /home/rahul/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/specs
  2. COLLECT_GCC=gcc
  3. Target: x86_64-conda_cos6-linux-gnu
  4. Configured with: /home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=x86_64-conda_cos6-linux-gnu --prefix=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built --with-sysroot=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built/x86_64-conda_cos6-linux-gnu/sysroot --enable-languages=c,c++,fortran,objc,obj-c++ --with-pkgversion='crosstool-NG 1.23.0.449-a04d0' --enable-__cxa_atexit --disable-libmudflap --enable-libgomp --disable-libssp --enable-libquadmath --enable-libquadmath-support --enable-libsanitizer --enable-libmpx --with-gmp=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-mpfr=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-mpc=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-isl=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --enable-lto --enable-threads=posix --enable-target-optspace --enable-plugin --enable-gold --disable-nls --disable-multilib --with-local-prefix=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built/x86_64-conda_cos6-linux-gnu/sysroot --enable-long-long --enable-default-pie
  5. Thread model: posix
  6. gcc version 7.3.0 (crosstool-NG 1.23.0.449-a04d0)
  7. COLLECT_GCC_OPTIONS='-v' '-o' 'test.o' '-c' '-mtune=generic' '-march=x86-64'
  8. /home/rahul/anaconda3/bin/../libexec/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/cc1 -quiet -v -iprefix /home/rahul/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/ -isysroot /home/rahul/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot test.c -quiet -dumpbase test.c -mtune=generic -march=x86-64 -auxbase-strip test.o -version -o /tmp/ccgf8H4Z.s
  9. GNU C11 (crosstool-NG 1.23.0.449-a04d0) version 7.3.0 (x86_64-conda_cos6-linux-gnu)
  10. compiled by GNU C version 4.4.7 20120313 (Red Hat 4.4.7-18), GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.19-GMP
  11.  
  12. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  13. ignoring duplicate directory "/home/rahul/anaconda3/bin/../lib/gcc/../../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/include"
  14. ignoring nonexistent directory "/home/rahul/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built/x86_64-conda_cos6-linux-gnu/sysroot/include"
  15. ignoring duplicate directory "/home/rahul/anaconda3/bin/../lib/gcc/../../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/include-fixed"
  16. ignoring duplicate directory "/home/rahul/anaconda3/bin/../lib/gcc/../../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include"
  17. #include "..." search starts here:
  18. #include <...> search starts here:
  19. /home/rahul/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/include
  20. /home/rahul/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/include-fixed
  21. /home/rahul/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/include
  22. /home/rahul/anaconda3/bin/../x86_64-conda_cos6-linux-gnu/sysroot/usr/include
  23. End of search list.
  24. GNU C11 (crosstool-NG 1.23.0.449-a04d0) version 7.3.0 (x86_64-conda_cos6-linux-gnu)
  25. compiled by GNU C version 4.4.7 20120313 (Red Hat 4.4.7-18), GMP version 6.1.2, MPFR version 4.0.1, MPC version 1.1.0, isl version isl-0.19-GMP
  26.  
  27. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  28. Compiler executable checksum: 5f20d987048986f2a55289b7d7729157
  29. test.c:1:9: fatal error: alpm.h: No such file or directory
  30. #include<alpm.h>
  31. ^~~~~~~~
  32. compilation terminated.
Add Comment
Please, Sign In to add comment