Hi Filippo, Filippo Spiga <[email protected]> writes:
> That machine has a suit of cross-compilers > bgxlC++_r = C++ cross-compiler > bgxlc_r = C cross-compiler > > The configure step fails with this error > > $ env CXX=bgxlc++ CC=bgxlc ./configure Since you are using a cross-compiler, you will need to specify the --host option. Not sure what is the correct cpu-manufacturer-os triplet for this machine, thought. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli
