Having some issues compiling our 0.6.4 client using QT Creator 2.5.2 and SDK 4.8.5, we have resorted to this thread because we know Max is the go to guy around here for Mac clients. Any help is much appreciated.
ld: warning: ignoring fileopt/local/lib/libssl.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64):opt/local/lib/libssl.dylib
ld: warning: ignoring fileopt/local/lib/libcrypto.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64):opt/local/lib/libcrypto.dylib
ld: warning: ignoring fileopt/local/lib/db48/libdb_cxx-4.8.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64):opt/local/lib/db48/libdb_cxx-4.8.dylib
ld: warning: ignoring fileopt/local/lib/libboost_system-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64):opt/local/lib/libboost_system-mt.dylib
ld: warning: ignoring fileopt/local/lib/libboost_filesystem-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64):opt/local/lib/libboost_filesystem-mt.dylib
ld: warning: ignoring fileopt/local/lib/libboost_program_options-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64):opt/local/lib/libboost_program_options-mt.dylib
ld: warning: ignoring fileopt/local/lib/libboost_thread-mt.dylib, file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64):opt/local/lib/libboost_thread-mt.dylib
Undefined symbols for architecture x86_64:
How did you install libssl, libcrypto, and libboost? Sounds like they were built for some other architecture (32-bit maybe), or built by an incompatible compiler.