Building Qbox with Xerces 3.1.1

Qbox installation issues
Forum rules
You must be a registered user to post in this forum. Registered users may also post new topics if they consider that their subject do not correspond to any topic already present on the forum.
Post Reply
fgygi
Site Admin
Posts: 150
Joined: Tue Jun 17, 2008 7:03 pm

Building Qbox with Xerces 3.1.1

Post 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
Post Reply