(no subject)




On Fri, 14 Aug 2009, Cherry Kearton wrote:

< Dear All,
<         I have recently installed Maxima on my openSUSE 11.1 system and am
< now trying to install wxmaxima.  "./configure" produces the output
< in the attached file.  Can anyone help, please?
 
Cherry,
First, wxmaxima is a project distinct from maxima, so it's best to
direct wxmaxima-specific enquiries there.

I've taken a look at the log file. It's clear that the configure script
cannot find any important executables, like the g++ compiler, etc. 

For each of the executables in the log file which is not found, try

which <file>

on the command line. If it is installed and in a directory indexed by
$PATH, 'which' will tell you where. If it is not installed, you need to
install it; otherwise, you need to find where it is and add that to
PATH.

eg.

work at lenneee:$ PATH='/usr/local/bin' /usr/bin/which g++
work at lenneee:$ PATH='/usr/local/bin:/usr/bin' /usr/bin/which g++
/usr/bin/g++


Leo

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.