Hey all, I'm trying to compile CVS in Ubuntu Dapper with the following ./configure input:
./configure --enable-amule-daemon --enable-webserver --enable-cas --enable-alcc --enable-kad-compile --disable-debug --prefix=/usr
I get the following configure output
Configure script has finished system check.
Configured aMule CVS for 'i686-pc-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? no
Should aMule monolithic application be built? yes
Should aMule daemon version be built? yes
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? embedded
**** aMule TextClient ****
Should aMule Command Line Client be built? no
**** aMule WebServer ****
Should aMule WebServer be built? yes
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? no
Should aMuleLinkCreator for console (alcc) be built? yes
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? yes
Should aMule GUI Statistics (wxCas) be built? no
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.6.1
crypto++ embedded
libpng 1.2.8
libgd 2.0.33
zlib 1.2.3
and after a "sudo make" I get the following error. It's been bugging me for a while.
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_list.h: In instantiation of âstd::_List_nodeâ:
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/list.tcc:72: instantiated from âvoid std::_List_base<_Tp, _Alloc>::_M_clear() [with _Tp = CMD4Hash, _Alloc = std::allocator]â
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_list.h:333: instantiated from âstd::_List_base<_Tp, _Alloc>::~_List_base() [with _Tp = CMD4Hash, _Alloc = std::allocator]â
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_list.h:393: instantiated from here
/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_list.h:99: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .
make[3]: *** [amuled-UploadQueue.o] Error 1
make[3]: Leaving directory `/MainDrive/Download/amule-cvs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/MainDrive/Download/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/MainDrive/Download/amule-cvs'
make: *** [all] Error 2
Anyone can help a compiling newbie here? Looking to learn something from this experience. Thanks,
Shifty