Hi Rajesh, Rajesh Bhattacharya <[email protected]> writes:
> ./configure CXX=xlc_r CC=xlc_r CXXFLAGS=-q64 CFLAGS=-q64 [replaced > xlC_r with xlc_r] > > [...] > > ld: 0711-317 ERROR: Undefined symbol: .clear__Q2_3std8ios_baseFib The linker is not finding the C++ library symbols. Try to use xlC_r instead of xlc_r, as suggested in the instructions. Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
