aMule Forum
English => Compilation problems => Topic started by: marianog on November 29, 2008, 10:44:45 PM
-
Hello all,
I've download the package and when running ./configure I get this:
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.
-
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 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.
-
You most probably have no compiler installed. Install gcc and g++.