This shows you the differences between two versions of the page.
installation:compilation_problems [2011/07/07 10:12] galanti |
installation:compilation_problems [2011/07/07 10:16] (current) galanti [compilation problems] |
||
---|---|---|---|
Line 3: | Line 3: | ||
====== compilation problems ====== | ====== compilation problems ====== | ||
The operating system: OpenSUSE 11.4 | The operating system: OpenSUSE 11.4 | ||
+ | |||
The compiler: gcc-4.5 (also with gcc-4.3) | The compiler: gcc-4.5 (also with gcc-4.3) | ||
+ | |||
The channelflow version: channelflow-1.4.2 (and 1.4.1) | The channelflow version: channelflow-1.4.2 (and 1.4.1) | ||
+ | |||
./configure | ./configure | ||
make | make | ||
+ | |||
I get the following compilation error: | I get the following compilation error: | ||
+ | |||
Making all in programs-octave | Making all in programs-octave | ||
make[2]: Entering directory `/home/galanti/COMPUTATION/CHANNEL/channelflow-1.4.2/programs-octave' | make[2]: Entering directory `/home/galanti/COMPUTATION/CHANNEL/channelflow-1.4.2/programs-octave' | ||
Line 15: | Line 20: | ||
compilation terminated. | compilation terminated. | ||
make[2]: *** [arnoldi.o] Error 1 | make[2]: *** [arnoldi.o] Error 1 | ||
+ | |||
If I change the Makefile in the directory: programs-octave | If I change the Makefile in the directory: programs-octave | ||
+ | |||
the line: | the line: | ||
+ | |||
OCTAVE_INCDIR = /usr/include/octave-3.4.0/octave | OCTAVE_INCDIR = /usr/include/octave-3.4.0/octave | ||
+ | |||
to: | to: | ||
+ | |||
OCTAVE_INCDIR = /usr/include/octave-3.4.0/ | OCTAVE_INCDIR = /usr/include/octave-3.4.0/ | ||
+ | |||
I get the following compilation error: | I get the following compilation error: | ||
+ | |||
Making all in programs-octave | Making all in programs-octave | ||
Line 42: | Line 54: | ||
make: *** [all] Error 2 | make: *** [all] Error 2 | ||
- | The exact text of the command you tried and the resultant error messages, e.g. “make install” and … | + | |
Many thanks, | Many thanks, | ||
+ | |||
Barak | Barak | ||