aMule Forum
English => Compilation problems => Topic started by: Stilzchen on May 12, 2005, 11:57:10 AM
-
Hello,
./configure --disable-debug --enable-optimise --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon
checking build system type... i586-pc-linux-gnu
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
See `config.log' for more details
dpkg -l | grep gcc:
ii gcc-3.3 3.3.5-12 The GNU C compiler
ii gcc-3.3-base 3.3.5-12 The GNU Compiler Collection (base package)
ii libgcc1 3.4.3-12 GCC support library
dpkg -l | grep g++:
ii g++-3.3 3.3.5-12 The GNU C++ compiler
System:
Debian Sarge with a aMule-cvs-20050312 running (not very stable).
-
well you have libgcc for gcc3.4.3 but NOT for the gcc-3.3.5 which you have installed...
so maybe choose one and get teh rest of the pkg for it ;)
about : System:
Debian Sarge with a aMule-cvs-20050312 running (not very stable).
well cvs is atm also a little unstable, since we start now working on some new stuff, and this makes cvs, not as stable as amule-2.0 is....so if you want stable amule use 2.0
another fact is that debian is still using wxGTK-2.5.3, which is definetly not the best.
so even if you compile amule-cvs/2.0 yourself this wont improve that much. webserver will work better, since this is kinda brocken in vollstreckers-deb-pkg. but if you get amule-crashes, you should also compile wxGTK-2.6 yourself and link your self-compiled-cvs against it.
stefanero
-
Thanks, now it's compiled succesfully.
Originally posted by stefanero
well cvs is atm also a little unstable, since we start now working on some new stuff, and this makes cvs, not as stable as amule-2.0 is....so if you want stable amule use 2.0
In my amule.conf is the webserver enabled, so that amuleweb would be started at the start of amuled. But then amuleweb chrashes after a while. If i run now amuleweb manually, it works fine. So i should start amuleweb seperatly after i start amuleweb. But why is it so??
-
^^good question....
this is a problem with the pkg frpm vollstrecker and/or wxGTK from debian.
on other distros such as suse, gentoo and others, we dont have that problems.
but all of them have wx-2.6 now, and not 2.5.3 like debian. so maybe just wait till debian will release wx-2.6 in their repros.
stefanero