aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Unable to install on OpenSUSE 11  (Read 2887 times)

marianog

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Unable to install on OpenSUSE 11
« on: November 29, 2008, 10:44:45 PM »

Hello all,

I've download the package and when running ./configure I get this:

Code: [Select]
marianox@linux-l1y8:~/downloads/aMule-2.2.2> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking if this is a FreeBSD 4 or earlier system... 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 file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Never used SUSE, I had no issues on Linux Mint.

Any help??

Thanks so much.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Unable to install on OpenSUSE 11
« Reply #1 on: November 29, 2008, 10:56:01 PM »

Hello marionog,

I recommend you to check the opensuse forums, they know their distribution a lot better than we do, for instance I have last used Suse in 9.3 days, i.e. in 2005.

Anyway, you have to install a compiler and several other tools. According to our (out-dated) wiki information for Suse, these are the packages
Code: [Select]
wget gcc gcc-c++ gtk gtk-devel zlib-devel libpng-devel gd-devel. Names might have changed now, additionally you'll have to install crypto++ (These packages are most probably callsed libcryptopp and libcryptopp-dev) and wxGTK (according to a short search wxWidgets and I guess wxWidgets-dev).

Please excuse these limited information and either wait for more knowledgeable people here or ask at the distribution's forum. If you were so kind to write down your experiences in the wiki afterwards, you would help future people in your situation a lot.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Unable to install on OpenSUSE 11
« Reply #2 on: November 30, 2008, 06:06:29 PM »

You most probably have no compiler installed. Install gcc and g++.
Logged