From: Peter D. <pet...@ua...> - 2005-09-03 14:37:16
|
Has anyone successfully built palm-db-tools under OS X? After removing what seemed to be an extra semicolon each in Block.h and File.h, I got it to successfully compile a lot of the files. But then I get the error: gcc -shared -o libpdbtools.so pdbtools.o -Wl,--whole-archive ../ libflatfile/libflatfile.a ../libsupport/libsupport.a ../libpalm/ libpalm.a -Wl,--no-whole-archive -lstdc++ powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-shared' /usr/bin/ld: unknown flag: --whole-archive collect2: ld returned 1 exit status make[1]: *** [libpdbtools.so] Error 1 make: *** [all] Error 2 Any ideas? Thanks. - Pete |