home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Shells / zsh-3.0.5-MIHS / src / config.log < prev    next >
Encoding:
Text File  |  1997-06-03  |  2.5 KB  |  50 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:577: checking host system type
  5. configure:795: checking for gcc
  6. configure:872: checking whether the C compiler (gcc  ) works
  7. configure:886: gcc -o conftest    conftest.c  1>&5
  8. configure:906: checking whether the C compiler (gcc  ) is a cross-compiler
  9. configure:911: checking whether we are using GNU C
  10. configure:920: gcc -E conftest.c
  11. configure:935: checking whether gcc accepts -g
  12. configure:985: checking how to run the C preprocessor
  13. configure:1006: gcc -E  conftest.c >/dev/null 2>conftest.out
  14. configure:1046: checking whether gcc needs -traditional
  15. configure:1091: checking for working const
  16. configure:1145: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
  17. configure: In function `main':
  18. configure:1119: warning: unused variable `s'
  19. configure:1139: warning: unused variable `foo'
  20. configure:1107: warning: unused variable `zero'
  21. configure:1101: warning: unused variable `x'
  22. configure:1118: warning: `t' might be used uninitialized in this function
  23. configure:1136: warning: `b' might be used uninitialized in this function
  24. configure:1165: checking for gcc option to accept ANSI C
  25. configure:1193: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c 1>&5
  26. configure:1214: checking for function prototypes
  27. configure:1227: checking size of long
  28. configure:1246: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  1>&5
  29. configure:1238: warning: return-type defaults to `int'
  30. configure: In function `main':
  31. configure:1241: warning: int format, long int arg (arg 3)
  32. configure:1266: checking if the compiler supports union initialisation
  33. configure:1278: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
  34. configure:1299: checking if signed to unsigned casting is broken
  35. configure:1311: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2   conftest.c  1>&5
  36. configure:1308: warning: return-type defaults to `int'
  37. configure: failed program was:
  38. #line 1307 "configure"
  39. #include "confdefs.h"
  40. main(){return((int)(unsigned char)((char) -1) == 255);}
  41. configure:1334: checking whether make sets ${MAKE}
  42. configure:1370: checking for a BSD compatible install
  43. configure:1423: checking for mawk
  44. configure:1423: checking for gawk
  45. configure:1456: checking for dirent.h that defines DIR
  46. configure:1469: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  conftest.c 1>&5
  47. configure: In function `main':
  48. configure:1465: warning: unused variable `dirp'
  49. configure:1494: checking for opendir in -ldir
  50.