Hi,
seem which have 2 version of wx because first I have installed it with default. After, I have removed it, some dir in /usr/lib deleted by hands because uninstaller not remove it, but surely I have
leaved some files in /usr/local/bin. I have installed it with --libdir=/usr/lib64 because in Slackware/Slackware64 all user libraries are prefixed with /usr. /usr/lib for 32bit and /usr/lib64 for 64bit.
However, no 32 bit libs are present for now.
I have tryed with amule 2.2.5 and, after, with latest tarball snapshot from cvs, not trunk.
However, is strange which i get the message "support for large files=no".
I have downloaded and installed wxWidget(wxALL) and, after wxGTK of 2.8.10 version. Not 2.90.
Now I re-try. First uninstall all wx-widgets. After, try to re-install it with this(the same of yesterday) command line parameters:
./configure --prefix=/usr --libdir=/usr/lib64 --disable-debug --enable-optimize --enable-unicode
none options exist in configure for enable largefiles, because largefiles are the default. I only see the option:
--disable-largefile
Effectively, I have must do rm as the wiki, because after make uninstall(as root) many wx* was still present on the system.
I have deleted all "old" dir too. I have created a new clean dir with wxWidgets 2.8.10.
tar xjvf ~tinux/Arrivi/wxWidgets-2.8.10.tar.bz2
##some optimizations for make
export CHOST="x86_64-pc-linux-gnu"
export CFLAGS="-march=native -O2 -pipe"
export CXXFLAGS="${CFLAGS}"
./configure --prefix=/usr --libdir=/usr/lib64 --disable-debug --enable-optimize --enable-unicode
##the result of configure:
Configured wxWidgets 2.8.10 for `x86_64-unknown-linux-gnu'
Which GUI toolkit should wxWidgets use? GTK+ 2
Should wxWidgets be compiled into single library? no
Should wxWidgets be compiled in debug mode? no
Should wxWidgets be linked as a shared library? yes
Should wxWidgets be compiled in Unicode mode? yes
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.4 no
wxWidgets 2.6 yes
Which libraries should wxWidgets use?
jpeg sys
png sys
regex builtin
tiff sys
zlib sys
odbc no
expat sys
libmspack yes
sdl no
##I hope all is ok
##Now run make and wait ... :-)-~
make -j2
##ok, all seem good, for now

make install
if test ! -d /usr/include/wx-2.8/`dirname $f` ; then \
/bin/ginstall -c -d /usr/include/wx-2.8/`dirname $f`; \
fi; \
/bin/ginstall -c -m 644 ./include/$f /usr/include/wx-2.8/$f; \
done
------------------------------------------------------
The installation of wxWidgets is finished. On certain
platforms (e.g. Linux) you'll now have to run ldconfig
if you installed a shared library and also modify the
LD_LIBRARY_PATH (or equivalent) environment variable.
wxWidgets comes with no guarantees and doesn't claim
to be suitable for any purpose.
Read the wxWidgets Licence on licencing conditions.
------------------------------------------------------
##all ok for now!
## Now, try to compile aMule from svn TRUNK: aMule-SVN-r9802.tar 9802 4.27 MB Mon, 14 Sep 2009 21:48:43 UTC
## same optimizations for make as above and run configure
./configure --prefix=/usr --libdir=/usr/lib64 --enable-optimize --enable-geoip --enable-amule-gui --enable-alc --enable-wxcas --enable-cas --disable-debug --enable-ccache
###WoW! All ok!!

Configure script has finished system check.
Configured aMule SVN (rev. 9802) for 'x86_64-unknown-linux-gnu'.
aMule enabled options:
**** aMule Core ****
Prefix where aMule should be installed? /usr
Should aMule be compiled with i18n support? yes
Should aMule be compiled in debug mode? no
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? yes
Should aMule be compiled with UPnP support? disabled
Should aMule be compiled with IP2country support? yes
Should aMule monolithic application be built? yes
Should aMule daemon version be built? no
Should aMule remote gui be built? (EXPERIMENTAL) yes
Crypto++ library/headers style? installed
**** aMule TextClient ****
Should aMule Command Line Client be built? no
**** aMule WebServer ****
Should aMule WebServer be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? yes
Should aMuleLinkCreator for console (alcc) be built? no
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? yes
Should aMule GUI Statistics (wxCas) be built? yes
Should xas XChat2 plugin be installed? no
**** General Libraries and Tools ****
Should ccache support be enabled? yes
Libraries aMule will use to build:
wxWidgets 2.8.10 (gtk2,shared)
crypto++ 5.6.0 (installed, in /usr)
libintl system
libGeoIP system
libgd 2.0.35
zlib 1.2.3
*** Warnings during configuration ***
* UPnP code has been disabled because libupnp >= 1.6.6 not found (try to use --with-libupnp-prefix=PREFIX).
## Ok, I not need upnp. Now run make ... :-)-~
make -j2
make install
##all ok!
Now I hope it work ...Incredible! After few minutes it not crash .. I have access to preferences, ecc without crash!
Old problem which I has with one of the slamd64 library, not remember the name of that lib but was always the same, now are not present!

However, for security, run aMule for my own script which restart it if crash.
Surely, the problem was many wx installed, as you sayd.
Many thanks for your support and good download with aMule!

Best regards
p.s. excuse me for my bad English!