On 11/08/2011 01:20 PM, Iain Sandoe wrote:
> is it expected for  libitm to work on x86 darwin?

Yes.

> /bin/sh ./libtool --tag=CXX   --mode=compile  
> -B/GCC/gcc-4-7-install/i686-apple-darwin9/bin/ 
> -B/GCC/gcc-4-7-install/i686-apple-darwin9/lib/ -isystem 
> /GCC/gcc-4-7-install/i686-apple-darwin9/include -isystem 
> /GCC/gcc-4-7-install/i686-apple-darwin9/sys-include    -DHAVE_CONFIG_H -I. 
> -I/GCC/gcc-live-trunk/libitm  -I/GCC/gcc-live-trunk/libitm/config/posix 
> -I/GCC/gcc-live-trunk/libitm/config/generic -I/GCC/gcc-live-trunk/libitm  
> -std=gnu++0x -funwind-tables -fno-exceptions -fno-rtti -march=i486 
> -mtune=i686 -fomit-frame-pointer -Wall -Werror  -Wc,-pthread -fabi-version=4 
> -g -O2 -MT cacheline.lo -MD -MP -MF .deps/cacheline.Tpo -c -o cacheline.lo 
> /GCC/gcc-live-trunk/libitm/config/generic/cacheline.cc
> libtool: compile: unrecognized option 
> `-B/GCC/gcc-4-7-install/i686-apple-darwin9/bin/'
> libtool: compile: Try `libtool --help' for more information.
> make[3]: *** [barrier.lo] Error 1

That's ... odd.

Top-level makefile has passed down the empty string instead of the g++ 
executable.
I have zero idea how to fix this.  It sounds similar to the horror that I 
eventually
bypassed wrt the include paths.


r~

Reply via email to