Comment 4 for bug 923183

Revision history for this message
Didier Fabert (dfabert) wrote :

Try this for CentOS 5 before launching configure script

yum install gcc44 g++44

export CC='gcc44'
export CXX='g++44'

the error are gone away and compilation success.