Advertisement
Max13

Errors gcc-4.9.1

Sep 16th, 2014
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.80 KB | None | 0 0
  1. ➜  gcc-4.9.1  make
  2. [ -f stage_final ] || echo stage3 > stage_final
  3. mkdir host-x86_64-apple-darwin14.0.0
  4. Configuring stage 1 in host-x86_64-apple-darwin14.0.0/intl
  5. configure: creating cache ./config.cache
  6. checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether NLS is requested... yes
  9. [...]
  10. if [ x"" != x ]; then \
  11.       /Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/xgcc -B/Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/lib/ -isystem /usr/local/x86_64-apple-darwin14.0.0/include -isystem /usr/local/x86_64-apple-darwin14.0.0/sys-include    -c -DHAVE_CONFIG_H -g -O2  -gtoggle  -I. -I../.././libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../.././libiberty/fdmatch.c -o pic/fdmatch.o; \
  12.     else true; fi
  13. /Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/xgcc -B/Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/lib/ -isystem /usr/local/x86_64-apple-darwin14.0.0/include -isystem /usr/local/x86_64-apple-darwin14.0.0/sys-include    -c -DHAVE_CONFIG_H -g -O2  -gtoggle  -I. -I../.././libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../.././libiberty/fdmatch.c -o fdmatch.o
  14. xgcc: warning: couldn’t understand kern.osversion ‘14.0.0
  15. if [ x"" != x ]; then \
  16.       /Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/xgcc -B/Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/lib/ -isystem /usr/local/x86_64-apple-darwin14.0.0/include -isystem /usr/local/x86_64-apple-darwin14.0.0/sys-include    -c -DHAVE_CONFIG_H -g -O2  -gtoggle  -I. -I../.././libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ../.././libiberty/fibheap.c -o pic/fibheap.o; \
  17.     else true; fi
  18. /Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/xgcc -B/Users/Max13/Downloads/gcc-4.9.1/host-x86_64-apple-darwin14.0.0/prev-gcc/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/bin/ -B/usr/local/x86_64-apple-darwin14.0.0/lib/ -isystem /usr/local/x86_64-apple-darwin14.0.0/include -isystem /usr/local/x86_64-apple-darwin14.0.0/sys-include    -c -DHAVE_CONFIG_H -g -O2  -gtoggle  -I. -I../.././libiberty/../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../.././libiberty/fibheap.c -o fibheap.o
  19. xgcc: warning: couldn’t understand kern.osversion ‘14.0.0
  20. ../.././libiberty/fibheap.c: In function ‘fibheap_union’:
  21. ../.././libiberty/fibheap.c:151:7: warning: implicit declaration of functionfree[-Wimplicit-function-declaration]
  22.        free (heapa);
  23.        ^
  24. ../.././libiberty/fibheap.c:151:7: warning: incompatible implicit declaration of built-in functionfree
  25. ../.././libiberty/fibheap.c:156:7: warning: incompatible implicit declaration of built-in functionfree
  26.        free (heapb);
  27.        ^
  28. ../.././libiberty/fibheap.c:172:3: warning: incompatible implicit declaration of built-in functionfree
  29.    free (heapb);
  30.    ^
  31. ../.././libiberty/fibheap.c: In function ‘fibheap_extract_min’:
  32. ../.././libiberty/fibheap.c:190:7: warning: incompatible implicit declaration of built-in functionfree
  33.        free (z);
  34.        ^
  35. ../.././libiberty/fibheap.c: In function ‘fibheap_replace_key_data’:
  36. ../.././libiberty/fibheap.c:38:24: error: ‘LONG_MIN’ undeclared (first use in this function)
  37.  #define FIBHEAPKEY_MIN LONG_MIN
  38.                         ^
  39. ../.././libiberty/fibheap.c:220:30: note: in expansion of macro ‘FIBHEAPKEY_MIN’
  40.    if (okey == key && okey != FIBHEAPKEY_MIN)
  41.                               ^
  42. ../.././libiberty/fibheap.c:38:24: note: each undeclared identifier is reported only once for each function it appears in
  43.  #define FIBHEAPKEY_MIN LONG_MIN
  44.                         ^
  45. ../.././libiberty/fibheap.c:220:30: note: in expansion of macro ‘FIBHEAPKEY_MIN’
  46.    if (okey == key && okey != FIBHEAPKEY_MIN)
  47.                               ^
  48. ../.././libiberty/fibheap.c: In function ‘fibheap_delete_node’:
  49. ../.././libiberty/fibheap.c:38:24: error: ‘LONG_MIN’ undeclared (first use in this function)
  50.  #define FIBHEAPKEY_MIN LONG_MIN
  51.                         ^
  52. ../.././libiberty/fibheap.c:261:36: note: in expansion of macro ‘FIBHEAPKEY_MIN’
  53.    fibheap_replace_key (heap, node, FIBHEAPKEY_MIN);
  54.                                     ^
  55. ../.././libiberty/fibheap.c:265:7: warning: implicit declaration of function ‘abort’ [-Wimplicit-function-declaration]
  56.        abort ();
  57.        ^
  58. ../.././libiberty/fibheap.c:265:7: warning: incompatible implicit declaration of built-in function ‘abort’
  59. ../.././libiberty/fibheap.c: In function ‘fibheap_delete’:
  60. ../.././libiberty/fibheap.c:277:5: warning: incompatible implicit declaration of built-in functionfree
  61.      free (fibheap_extr_min_node (heap));
  62.      ^
  63. ../.././libiberty/fibheap.c: In function ‘fibheap_consolidate’:
  64. ../.././libiberty/fibheap.c:368:3: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
  65.    memset (a, 0, sizeof (fibnode_t) * D);
  66.    ^
  67. ../.././libiberty/fibheap.c:368:3: warning: incompatible implicit declaration of built-in function ‘memset’
  68. make[3]: *** [fibheap.o] Error 1
  69. make[2]: *** [all-stage2-libiberty] Error 2
  70. make[1]: *** [stage2-bubble] Error 2
  71. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement