Hello all

I'm using Linux opensuse 11 and Kde 4.1.3, i downloaded and installed codeblocks-8.02-0.suse1030.i586.rpm and then codeblocks-
contrib-8.02-0.suse1030.i586.rpm using the usual
rpm -ivh package.rpm commands .
Here's what i've got when i try to run codeblocks from console :
fabrice@linux-p5b5:~/prog/dev> codeblocks
codeblocks: relocation error: codeblocks: symbol _Z23wxHandleFatalExceptionsb, version WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference
Can you please tell me what's wrong here ?
Thank you 
ps : when i try with sources i have an error too :
$ ./configure --enable-contrib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executablesSee `config.log' for more details
what's wrong ?