Hi,
Actually, things are a little more complicated...
I run 'ldd /usr/bin/codeblocks', and these, among other, dependencies were listed:
"
libwx_gtk2u_aui-2.8.so.0 => not found
libwx_gtk2u_xrc-2.8.so.0 => not found
libwx_gtk2u_qa-2.8.so.0 => not found
libwx_gtk2u_html-2.8.so.0 => not found
libwx_gtk2u_adv-2.8.so.0 => not found
libwx_gtk2u_core-2.8.so.0 => not found
libwx_baseu_xml-2.8.so.0 => not found
libwx_baseu_net-2.8.so.0 => not found
libwx_baseu-2.8.so.0 => not found
"
So, I must build 'wxWidgets-2.8.5.tar.bz2' in a way that all these libraries are produced, right? I mean, do I have to run './configure' 9 times, with 9 different parameters, and then (a very long) 'make', and finally a 'make install' (not forgetting the 'make clean' between them)?
Does anyone know if that's really what I should do?
And if so, what are the parameters for each 'libwx*'?
Thanks a lot!!