Hi
maybe u updated your wxgtk last days ?
Most likely no. Not that I can remember anyway...
plz do ls -l /usr/bin/wx* and ls -l /usr/local/bin/wx*
[14:08:01][al@~]$ ls -l /usr/bin/wx*
lrwxrwxrwx 1 root root 16 jul 25 2003 /usr/bin/wx-config -> wxgtk-2.4-config*
-rwxr-xr-x 1 root root 4818 jul 25 2003 /usr/bin/wxgtk-2.4-config*
-rwxr-xr-x 1 root root 244476 oct 1 2003 /usr/bin/wxrc*
[14:08:12][al@~]$ ls -l /usr/local/bin/wx*
ls: /usr/local/bin/wx*: No such file or directory
[14:08:27][al@~]$
BTW, I noticed this on the configure script:
checking for wxbase-2.4-config... no
configure:
WARNING: libwx_base >= 2.4.0 is not found.
This is not needed for compiling aMule, but it is for compiling amulecmd.
If you have no wxbase, amulecmd will be linked against wxgtk, thus removing
all the non-graphical client meaning at all.
Please check that wxbase-2.4-config is in path, the directory
where wxWidgets base libraries are installed (returned by
'wxbase-2.4-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets base is version 2.4.0 or above.
Or this might also be that your wxbase-config has other name.
Please try again with --with-wxbase-config=/usr/bin/wxbase-config
(replace /usr/bin/wxbase-config with a valid path to your wxbase-config)
* Note:
Most probably, either one of the above aren't correct, you don't
have wxbase installed, or are missing wxbase-devel (or equivalent) package.
...
checking if wxWidgets version >=2.5.0 ... no
...
Don't know, maybe it's important.
I'm going to try to make the rc1, wich should compile if I didn't touch anything.
Thanks for your help.
Al