Всякий раз, когда я пытаюсь скомпилировать свой проект (с командной строкой g++ *.hpp *.cpp 2> log.txt
), я получаю следующее:
log.txt
:
ld: warning: in configfile.hpp, file was built for unsupported file format which is not the architecture being linked (x86_64)
ld: warning: in erase.hpp, file was built for unsupported file format which is not the architecture being linked (x86_64)
ld: warning: in filehandler.hpp, file was built for unsupported file format which is not the architecture being linked (x86_64)
ld: warning: in insert.hpp, file was built for unsupported file format which is not the architecture being linked (x86_64)
ld: warning: in operation.hpp, file was built for unsupported file format which is not the architecture being linked (x86_64)
Есть идеи, почему это происходит? Я нахожусь под OSX 10.6 (используя новейшие инструменты разработчика)