uninstall problem
Vadim Zeitlin
vadim at wxwindows.org
Sat Sep 2 08:07:13 PDT 2006
On Sat, 2 Sep 2006 11:02:10 -0400 Peter Hartmann <ascensiontech at gmail.com> wrote:
PH> Hello, I'm having a strange problem. After running "make uninstall" I
PH> get "make: Nothing to be done for `uninstall'."
This target is not implemented currently.
PH> > ../configure --prefix=/usr --with-gtk --enable-gtk2
PH> > make
PH> > su <type root password>
PH> > make install
PH> > /sbin/ldconfig
PH>
PH> Does anybody have a suggestion on how to remove it?
rm -rf /usr/include/wx-* /usr/bin/wx-config /usr/bin/wxrc \
/usr/lib/libwx_* /usr/share/aclocal/wxwin.m4
should do it if you don't have any other versions of wx installed
(otherwise this would remove them as well so be careful).
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list