Advertisement
Guest User

Untitled

a guest
Dec 8th, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. Making all in test
  2. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0/test'
  3. make[2]: Nothing to be done for `all'.
  4. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0/test'
  5. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0'
  6. make[2]: Nothing to be done for `all-am'.
  7. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0'
  8. make[1]: Leaving directory `/home/hoge/fontconfig-2.8.0'
  9. Making install in fontconfig
  10. make[1]: Entering directory `/home/hoge/fontconfig-2.8.0/fontconfig'
  11. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0/fontconfig'
  12. make[2]: Nothing to be done for `install-exec-am'.
  13. test -z "/local/x86/include/fontconfig" || /bin/mkdir -p "/local/x86/include/fon
  14. tconfig"
  15. /bin/install -c -m 644 fontconfig.h fcfreetype.h fcprivate.h '/local/x86/includ
  16. e/fontconfig'
  17. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0/fontconfig'
  18. make[1]: Leaving directory `/home/hoge/fontconfig-2.8.0/fontconfig'
  19. Making install in fc-case
  20. make[1]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-case'
  21. make install-am
  22. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-case'
  23. make[3]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-case'
  24. make[3]: Nothing to be done for `install-exec-am'.
  25. make[3]: Nothing to be done for `install-data-am'.
  26. make[3]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-case'
  27. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-case'
  28. make[1]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-case'
  29. Making install in fc-lang
  30. make[1]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-lang'
  31. make install-am
  32. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-lang'
  33. make[3]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-lang'
  34. make[3]: Nothing to be done for `install-exec-am'.
  35. make[3]: Nothing to be done for `install-data-am'.
  36. make[3]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-lang'
  37. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-lang'
  38. make[1]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-lang'
  39. Making install in fc-glyphname
  40. make[1]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-glyphname'
  41. make install-am
  42. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-glyphname'
  43. make[3]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-glyphname'
  44. make[3]: Nothing to be done for `install-exec-am'.
  45. make[3]: Nothing to be done for `install-data-am'.
  46. make[3]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-glyphname'
  47. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-glyphname'
  48. make[1]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-glyphname'
  49. Making install in fc-arch
  50. make[1]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-arch'
  51. make install-am
  52. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-arch'
  53. make[3]: Entering directory `/home/hoge/fontconfig-2.8.0/fc-arch'
  54. make[3]: Nothing to be done for `install-exec-am'.
  55. make[3]: Nothing to be done for `install-data-am'.
  56. make[3]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-arch'
  57. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-arch'
  58. make[1]: Leaving directory `/home/hoge/fontconfig-2.8.0/fc-arch'
  59. Making install in src
  60. make[1]: Entering directory `/home/hoge/fontconfig-2.8.0/src'
  61. make install-am
  62. make[2]: Entering directory `/home/hoge/fontconfig-2.8.0/src'
  63. make[3]: Entering directory `/home/hoge/fontconfig-2.8.0/src'
  64. test -z "/local/x86/lib" || /bin/mkdir -p "/local/x86/lib"
  65. /bin/sh ../libtool --mode=install /bin/install -c libfontconfig.la '/local/
  66. x86/lib'
  67. libtool: install: /bin/install -c .libs/libfontconfig.lai /local/x86/lib/libfont
  68. config.la
  69. libtool: install: /bin/install -c .libs/libfontconfig.a /local/x86/lib/libfontco
  70. nfig.a
  71. libtool: install: chmod 644 /local/x86/lib/libfontconfig.a
  72. libtool: install: ranlib /local/x86/lib/libfontconfig.a
  73. ----------------------------------------------------------------------
  74. Libraries have been installed in:
  75. /local/x86/lib
  76.  
  77. If you ever happen to want to link against installed libraries
  78. in a given directory, LIBDIR, you must either use libtool, and
  79. specify the full pathname of the library, or use the `-LLIBDIR'
  80. flag during linking and do at least one of the following:
  81. - add LIBDIR to the `PATH' environment variable
  82. during execution
  83. - add LIBDIR to the `LD_RUN_PATH' environment variable
  84. during linking
  85. - use the `-LLIBDIR' linker flag
  86.  
  87. See any operating system documentation about shared libraries for
  88. more information, such as the ld(1) and ld.so(8) manual pages.
  89. ----------------------------------------------------------------------
  90. /bin/install -c .libs/libfontconfig.dll.a /local/x86/lib
  91. /bin/install: cannot stat `.libs/libfontconfig.dll.a': No such file or directory
  92.  
  93. make[3]: *** [install-libtool-import-lib] Error 1
  94. make[3]: Leaving directory `/home/hoge/fontconfig-2.8.0/src'
  95. make[2]: *** [install-am] Error 2
  96. make[2]: Leaving directory `/home/hoge/fontconfig-2.8.0/src'
  97. make[1]: *** [install] Error 2
  98. make[1]: Leaving directory `/home/hoge/fontconfig-2.8.0/src'
  99. make: *** [install-recursive] Error 1
  100.  
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement