aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: wxGTK Installation Problem  (Read 2636 times)

Mirage

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
wxGTK Installation Problem
« on: January 02, 2006, 08:22:58 PM »

I'm trying to install wxGTK 2.6.1 from the source (because my linux distro, namely "Pardus" does not support rpm or deb based installation) as told in the compilation installation wiki, however, following error occurs:

Code: [Select]
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking if the C compiler requires -ext o...
checking whether we are using the Metrowerks C compiler... no
checking whether we are using the IBM xlC C compiler... no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking if the C++ compiler requires -ext o...
checking whether we are using the Metrowerks C++ compiler... no
checking whether we are using the IBM xlC C++ compiler... no
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for strip... strip
checking if make is GNU make... no
checking if make supports VPATH... no
configure: error:
You need a make-utility that is able to use the variable
VPATH correctly.
If your version of make does not support VPATH correctly,
please install GNU-make (possibly as gmake), and start
configure with the following command:
export MAKE=gmake; ./configure  for sh-type shells
setenv MAKE gmake; ./configure  for csh-type shells
Also please do remember to use gmake in this case every time
you are trying to compile.

Any ideas?
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: wxGTK Installation Problem
« Reply #1 on: January 02, 2006, 08:26:48 PM »

Please install the "make" or "gmake" program. You should be able to get it from your distro.
Logged

Mirage

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: wxGTK Installation Problem
« Reply #2 on: January 02, 2006, 08:57:15 PM »

Thanks a lot... :)
Logged