home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 110 / EnigmaAmiga110CD.iso / indispensabili / utility / apdf / xpdf-0.80 / config.log < prev    next >
Text File  |  1999-03-20  |  4KB  |  95 lines

  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. configure:568: checking for gcc
  5. configure:645: checking whether the C compiler (gcc  ) works
  6. configure:659: gcc -o conftest    conftest.c  1>&5
  7. configure:679: checking whether the C compiler (gcc  ) is a cross-compiler
  8. configure:684: checking whether we are using GNU C
  9. configure:693: gcc -E conftest.c
  10. configure:708: checking whether gcc accepts -g
  11. configure:736: checking for POSIXized ISC
  12. configure:760: checking for gcc option to accept ANSI C
  13. configure:813: gcc  -c -g -O2  conftest.c 1>&5
  14. configure:844: checking for c++
  15. configure:875: checking whether the C++ compiler (c++  ) works
  16. configure:889: c++ -o conftest    conftest.C  1>&5
  17. configure:915: checking whether the C++ compiler (c++  ) is a cross-compiler
  18. configure:920: checking whether we are using GNU C++
  19. configure:929: c++ -E conftest.C
  20. configure:944: checking whether c++ accepts -g
  21. configure:1001: checking for a BSD compatible install
  22. configure:1053: checking for ranlib
  23. configure:1082: checking for strip
  24. configure:1110: checking for OS/2 (with EMX)
  25. configure:1122: gcc -c -g -O2  conftest.c 1>&5
  26. configure: In function `main':
  27. configure:1119: `__EMX__' undeclared (first use this function)
  28. configure:1119: (Each undeclared identifier is reported only once
  29. configure:1119: for each function it appears in.)
  30. configure: failed program was:
  31. #line 1115 "configure"
  32. #include "confdefs.h"
  33.  
  34. int main() {
  35. __EMX__
  36. ; return 0; }
  37. configure:1149: checking how to run the C preprocessor
  38. configure:1170: gcc -E  conftest.c >/dev/null 2>conftest.out
  39. configure:1214: checking for X
  40. configure:1281: gcc -E  conftest.c >/dev/null 2>conftest.out
  41. configure:1357: gcc -o conftest -g -O2   conftest.c -lXt  1>&5
  42. /gg/m68k-amigaos/bin/ld: cannot open -lXt_ixlibrary: No such file or directory
  43. collect2: ld returned 1 exit status
  44. configure: failed program was:
  45. #line 1350 "configure"
  46. #include "confdefs.h"
  47.  
  48. int main() {
  49. XtMalloc()
  50. ; return 0; }
  51. configure:2048: checking for dirent.h that defines DIR
  52. configure:2061: gcc -c -g -O2  conftest.c 1>&5
  53. configure:2086: checking for opendir in -ldir
  54. configure:2105: gcc -o conftest -g -O2   conftest.c -ldir   1>&5
  55. /gg/m68k-amigaos/bin/ld: cannot open -ldir: No such file or directory
  56. collect2: ld returned 1 exit status
  57. configure: failed program was:
  58. #line 2094 "configure"
  59. #include "confdefs.h"
  60. /* Override any gcc2 internal prototype to avoid an error.  */
  61. /* We use char because int might match the return type of a gcc2
  62.     builtin and then its argument prototype would still apply.  */
  63. char opendir();
  64.  
  65. int main() {
  66. opendir()
  67. ; return 0; }
  68. configure:2170: checking fd_set and sys/select.h or sys/bsdtypes.h
  69. configure:2179: gcc -c -g -O2  conftest.c 1>&5
  70. configure:2250: checking FD_ZERO and strings.h or bstring.h
  71. configure:2262: gcc -c -g -O2  conftest.c 1>&5
  72. configure:2341: checking for rewinddir
  73. configure:2369: gcc -o conftest -g -O2   conftest.c  1>&5
  74. configure:2446: checking for popen
  75. configure:2474: gcc -o conftest -g -O2   conftest.c  1>&5
  76. configure:2507: checking whether select takes fd_set arguments
  77. configure:2524: c++ -c -g -O2  conftest.C 1>&5
  78. configure: In function `int main()':
  79. configure:2520: warning: implicit declaration of function `int select(...)'
  80. configure:2588: checking for XpmCreatePixmapFromData in -lXpm
  81. configure:2607: gcc -o conftest -g -O2   conftest.c -lXpm -lXpm   -lX11   1>&5
  82. /gg/m68k-amigaos/bin/ld: cannot open -lXpm: No such file or directory
  83. collect2: ld returned 1 exit status
  84. configure: failed program was:
  85. #line 2596 "configure"
  86. #include "confdefs.h"
  87. /* Override any gcc2 internal prototype to avoid an error.  */
  88. /* We use char because int might match the return type of a gcc2
  89.     builtin and then its argument prototype would still apply.  */
  90. char XpmCreatePixmapFromData();
  91.  
  92. int main() {
  93. XpmCreatePixmapFromData()
  94. ; return 0; }
  95.