(コマンドラインを使用して)プロジェクトをコンパイルしようとすると、次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)
なぜこれが起こっているのかについてのアイデアはありますか?私はOSX10.6を使用しています(最新の開発者ツールを使用)