home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / config.log < prev    next >
Text File  |  1998-01-25  |  4KB  |  91 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:526: checking for gcc
  5. configure:603: checking whether the C compiler (mwcc -O7 -rostr ) works
  6. configure:617: mwcc -o conftest -O7 -rostr   conftest.c  1>&5
  7. configure:637: checking whether the C compiler (mwcc -O7 -rostr ) is a cross-compiler
  8. configure:642: checking whether we are using GNU C
  9. configure:651: mwcc -E conftest.c
  10. configure:694: checking for working const
  11. configure:748: mwcc -c -O7 -rostr  conftest.c 1>&5
  12. ### /boot/apps/Metrowerks/tools/mwcc Compiler Warning:
  13. #    struct s *b; b->j = 5;
  14. #             ^
  15. # variable 'b' is not initialized before being used
  16. #----------------------------------------------------------
  17. File "/boot/src-archive/Disk/mkisofs-1.11-beos/configure"; Line 745; # while compiling "conftest.c"
  18. #----------------------------------------------------------
  19. ### /boot/apps/Metrowerks/tools/mwcc Compiler Warning:
  20. #    char *t;
  21. #         ^
  22. # variable 't' is not initialized before being used
  23. #----------------------------------------------------------
  24. File "/boot/src-archive/Disk/mkisofs-1.11-beos/configure"; Line 745; # while compiling "conftest.c"
  25. #----------------------------------------------------------
  26. configure:769: checking how to run the C preprocessor
  27. configure:790: mwcc -E  conftest.c >/dev/null 2>conftest.out
  28. configure:830: checking whether sys/types.h defines makedev
  29. configure:842: mwcc -o conftest -O7 -rostr   conftest.c  1>&5
  30. ### /boot/apps/Metrowerks/tools/mwld Linker Error:
  31. # undefined 'makedev' (code)
  32. # Referenced from 'main' in conftest.c
  33. # errors caused tool to abort
  34. configure: failed program was:
  35. #line 835 "configure"
  36. #include "confdefs.h"
  37. #include <sys/types.h>
  38. int main() {
  39. return makedev(0, 0);
  40. ; return 0; }
  41. configure:860: checking for sys/mkdev.h
  42. configure:870: mwcc -E  conftest.c >/dev/null 2>conftest.out
  43. ### /boot/apps/Metrowerks/tools/mwcc Compiler Error:
  44. #    #include <sys/mkdev.h> 
  45. #                          ^
  46. # the file 'mkdev.h' cannot be opened
  47. #----------------------------------------------------------
  48. File "/boot/src-archive/Disk/mkisofs-1.11-beos/configure"; Line 866; # while compiling "conftest.c"
  49. #----------------------------------------------------------
  50. # errors caused tool to abort
  51. configure: failed program was:
  52. #line 865 "configure"
  53. #include "confdefs.h"
  54. #include <sys/mkdev.h>
  55. configure:898: checking for sys/sysmacros.h
  56. configure:908: mwcc -E  conftest.c >/dev/null 2>conftest.out
  57. configure:940: checking for dirent.h that defines DIR
  58. configure:953: mwcc -c -O7 -rostr  conftest.c 1>&5
  59. configure:978: checking for opendir in -ldir
  60. configure:997: mwcc -o conftest -O7 -rostr   conftest.c -ldir   1>&5
  61. ### /boot/apps/Metrowerks/tools/mwld OS Error:
  62. # can't resolve file path for 'libdir.a'
  63. # File or directory not found (OS error -2147459069)
  64. # errors caused tool to abort
  65. configure: failed program was:
  66. #line 986 "configure"
  67. #include "confdefs.h"
  68. /* Override any gcc2 internal prototype to avoid an error.  */
  69. /* We use char because int might match the return type of a gcc2
  70.     builtin and then its argument prototype would still apply.  */
  71. char opendir();
  72.  
  73. int main() {
  74. opendir()
  75. ; return 0; }
  76. configure:1069: checking for memmove
  77. configure:1097: mwcc -o conftest -O7 -rostr   conftest.c  1>&5
  78. configure:1069: checking for sbrk
  79. configure:1097: mwcc -o conftest -O7 -rostr   conftest.c  1>&5
  80. configure:1125: checking for sys/mkdev.h
  81. configure:1125: checking for sys/sysmacros.h
  82. configure:1125: checking for malloc.h
  83. configure:1135: mwcc -E  conftest.c >/dev/null 2>conftest.out
  84. configure:1125: checking for termios.h
  85. configure:1135: mwcc -E  conftest.c >/dev/null 2>conftest.out
  86. configure:1125: checking for sys/types.h
  87. configure:1135: mwcc -E  conftest.c >/dev/null 2>conftest.out
  88. configure:1165: checking for unistd.h
  89. configure:1175: mwcc -E  conftest.c >/dev/null 2>conftest.out
  90. configure:1231: checking for a BSD compatible install
  91.