I am trying to use the HDBC MySQL driver in my project. I seem to be having a problem related to target architecture of the processor.
ld: warning: in /usr/local/mysql/lib/libmysqlclient.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
Since it can't read the file all the external references fail to resolve.
Do I need a different version of MySQL? Or can I retarget the target architecture of my build? Personally I think that I am in the later camp as I prefer to work in pure 64 bit environment.