Re: Getting LD warnings on Mac OS X

2013-11-30 Thread FX
> ld: warning: ignoring file ../libcpp/libcpp.a, file was built for archive > which is not the architecture being linked (x86_64): ../libcpp/libcpp.a Well, what *is* in that libcpp.a file, that is not x86_64? It can be a file with another architecture (i386 being the obvious suspect), or simply

Getting LD warnings on Mac OS X

2013-11-29 Thread Kevin Ingwersen
Hello there! I am trying to compile GCC using Appleā€™s latest tools. The reason is that I am building an own, redistributable, toolchain. Everything goes quite well (except a ton of warnings about redeclarations and c99 standart), untill it tries to link cc1. A rough rip-off of the warnings is: