On Fri, 15 Aug 2003, Bruce A. Burdick, Jr. wrote: >On a hunch, I moved the types.h include to precede the dirent.h include in >operator-list.cc. This got me further, failing with: >/usr/include/gcc/darwin/3.1/g++-v3/ppc-darwin/bits/atomicity.h: In member > function `void Binc::Session::exportToEnv()': >/usr/include/gcc/darwin/3.1/g++-v3/ppc-darwin/bits/atomicity.h:59: `asm' > operand requires impossible reload >make[2]: *** [session.o] Error 1 >make[1]: *** [all-recursive] Error 1 >make: *** [all] Error 2
Try compiling it without optimization - just replace all -O2 in src/Makefile with -O0 and make clean, make. I wonder if this last problem is due to a compiler bug or not.. Andy - has no access to any OSX machine. :( -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something | than to do it poorly."

