when compiling on the mac I get the following two errors in qt creator:
ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status
I am on MacOSX10.7.1, iMac
when compiling on the mac I get the following two errors in qt creator:
ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status
I am on MacOSX10.7.1, iMac
That means one or more of the libraries it needs (boost/berkeley db/miniupnpc/openssl/Qt) is compiled for just -arch i386
This doesn't really give much information. Can you enable verbose errors?
BTW to enable verbose errors in qt creator, right-click on the message and choose "Show output".
I fixed it. I rebuilt it with 64 bit enabled