binutils not installing on OS X?
Posted: Sat Dec 24, 2011 7:13 pm
Currently, I am installing binutils. When I typed it compiles normally until the end, where it says this:
Here is a complete log(from the configure command to the end of my shell): http://pastebin.com/HzWcd28Z
What am I doing wrong/why is it doing this?
Code: Select all
make all
Code: Select all
make[4]: Nothing to be done for `all'.
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.22/ld -I. -I../../binutils-2.22/ld -I../bfd -I../../binutils-2.22/ld/../bfd -I../../binutils-2.22/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"/usr/local/cross/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../../binutils-2.22/ld/ldlang.c
cc1: warnings being treated as errors
In file included from ../../binutils-2.22/ld/ldlang.c:44:
../../binutils-2.22/ld/../bfd/libbfd.h:2503: warning: declaration of ‘link_info’ shadows a global declaration
../../binutils-2.22/ld/ldmain.h:42: warning: shadowed declaration is here
make[4]: *** [ldlang.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-ld] Error 2
make: *** [all] Error 2
What am I doing wrong/why is it doing this?