I'm trying to compile a program - written on a pc - on a mac, but it doesn't work. I Get the following warning:
ld: warning: in ./external/mongo/libmongoclient.a, file was built for unsupported file format which is not the architecture being linked (i386)
and then:
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [sökväg_till_programmet] Error 1
make: Leaving directory `sökväg_till_programmet'
Exited with code 2.
Error while building project Programmet
When executing build step 'Make'
Anyone have an idea of what it can be and what to do?


Reply With Quote

Bookmarks