> >I'm using Mac OS 10.3, trying to build binIMAP
> 1.2.8
> 
> Try
> 
> ./configure --without-optimizations
> make
> 
> There has historically been problems with the
> optimizing compiler bundled 
> with Max OS X.
> 
> Andy :-)


Thanks guys, and sorry I didn't include the entire
make output -- I was hoping there was a well known Mac
problem that someone would hit with a bullet. But
configure --without-optimizations didn't do the trick.
Here's the entire output:

<CODE>
% make
make  all-recursive
Making all in conf
make[2]: Nothing to be done for `all'.
Making all in contrib
Making all in authenticators
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in doc
Making all in manual
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in man
make[2]: Nothing to be done for `all'.
Making all in service
Making all in log
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in src
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall
-fno-exceptions -O2 -I. -MT address.o -MD -MP -MF
".deps/address.Tpo" \
  -c -o address.o `test -f 'address.cc' || echo
'./'`address.cc; \
then mv -f ".deps/address.Tpo" ".deps/address.Po"; \
else rm -f ".deps/address.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -Wall
-fno-exceptions -O2 -I. -MT argparser.o -MD -MP -MF
".deps/argparser.Tpo" \
  -c -o argparser.o `test -f 'argparser.cc' || echo
'./'`argparser.cc; \
then mv -f ".deps/argparser.Tpo" ".deps/argparser.Po";
\
else rm -f ".deps/argparser.Tpo"; exit 1; \
fi
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:
In member function 
   `bool Binc::CommandLineArgs::parse(int, char**)':
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65:
error: `asm' 
   operand requires impossible reload
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65:
error: `asm' 
   operand requires impossible reload
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65:
error: `asm' 
   operand requires impossible reload
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65:
error: `asm' 
   operand requires impossible reload
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65:
error: `asm' 
   operand requires impossible reload
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65:
error: `asm' 
   operand requires impossible reload
make[2]: *** [argparser.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
</CODE>


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

Reply via email to