Page 1 of 1

Building Qbox with Xerces 3.1.1

Posted: Thu Jun 30, 2011 4:17 pm
by fgygi
Qbox 1.54.1 built with Xerces 3.1.1 on the ANL BlueGene/P, hangs with the message "Could not load a transcoding service". The problem is related to the choice of transcoder that is made by default during the configuration of Xerces. Using the "iconv" transcoder solves the problem. Use the following command to configure Xerces 3.1.1:

./configure --disable-network --disable-shared --disable-threads --enable-transcoder-iconv CC=bgxlc CXX=bgxlC CFLAGS=-O2 CXXFLAGS=-O2