aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20050512 can't find a compiler  (Read 2879 times)

Stilzchen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
20050512 can't find a compiler
« 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).
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 20050512 can't find a compiler
« Reply #1 on: May 12, 2005, 12:23:30 PM »

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 :
Quote
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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Stilzchen

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: 20050512 can't find a compiler
« Reply #2 on: May 12, 2005, 02:50:30 PM »

Thanks, now it's compiled succesfully.

Quote
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??
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 20050512 can't find a compiler
« Reply #3 on: May 12, 2005, 03:03:34 PM »

^^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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."