I haven't got any wx_* files in /usr/lib . The wxGTK2-xrc package has got little diffrent filenames:
/usr/lib/libwx_gtk2_xrc-2.4.so.0
/usr/lib/libwx_gtk2_xrc-2.4.so.0.1.1
I download the package for my Linux - FC4.
So I tried to change Makefile.unix
LIB_WXXRC=wx_gtk2_xrc-2.4
LIB_WXSTC=wx_gtk2_stc-2.4
to
LIB_WXXRC=libwx_gtk2_xrc-2.4
LIB_WXSTC=libwx_gtk2_stc-2.4
But it didn't work...
I run ldconfig after installing this package but still nothing...