I am trying to install Code::Blocks, an open-source IDE and at first I tried to build it but it kept failing without saying why, so then I found an rpm for fedora, but it is saying that I am missing libraries that I have in /usr/lib64! I thought that maybe it was looking in /usr/lib, so I make a soft link to them from there and still no go. In the process I have used yum to install some packages that didn't help and that I would like to get rid of. So:
1) How can I make the rpm find the libs? The libs that it can't find are libwx_gtk2-2.4-so.0 and libwx_gtk2_xrc-2.4-so.0
2) How can I get rid of the packages that I don't need?