[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compile problem
From: |
Helgi Tomasson |
Subject: |
compile problem |
Date: |
Sat, 02 Dec 2000 18:53:20 +0000 |
-
I have downloaded the newes octave with CVS and have some compilation
problem. I think I
have the necessary software on suse-linux-6.3 (I have also tried on my
redhat machines)
g++ --version 2.95.2
bison --version GNU Bison version 1.28
Configure seems to run fine but make quickly stops, says
In file included from dMatrix.h:36,
from CollocWt.h:32,
from CollocWt.cc:33:
data-conv.h:41: #error "No 2 byte integer type found!"
data-conv.h:49: #error "No 4 byte integer type found!"
make[2]: *** [CollocWt.o] Error 1
make[2]: Leaving directory `/tmp/octave/liboctave'
make[1]: *** [liboctave] Error 2
does anybody have a hint?
Helgi Tomasson
Octave is now configured for i586-pc-linux-gnu
Source directory: .
Installation prefix: /usr/local
C compiler: gcc -mieee-fp -g -O2 -Wall
C++ compiler: c++ -mieee-fp -fno-rtti -fno-exceptions
-fno-implicit-templates -g -O2 -Wall
Fortran compiler: g77 -O
Fortran libraries: -lg2c -lm
-L/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2 -L/usr/local/lib -lm
Use GNU readline: true
Default pager: less
gnuplot: gnuplot
Do internal array bounds checking: false
Build static libraries: true
Build shared libraries: false
Minimal kernel option: false
Dynamic Linking (dlopen/dlsym): true
Dynamic Linking (shl_load/shl_findsym): false
Include support for GNU readline: true
During make something goes wrong in data-conv
make -C liboctave all
make[2]: Entering directory `/tmp/octave/liboctave'
c++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob
-I../glob -DHAVE_CONFIG_H -mieee-fp -fno-rtti -fno-exceptions
-fno-implicit-templates -g
-O2 -Wall CollocWt.cc -o CollocWt.o
In file included from dMatrix.h:36,
from CollocWt.h:32,
from CollocWt.cc:33:
data-conv.h:41: #error "No 2 byte integer type found!"
data-conv.h:49: #error "No 4 byte integer type found!"
make[2]: *** [CollocWt.o] Error 1
make[2]: Leaving directory `/tmp/octave/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/tmp/octave'
make: *** [all] Error 2
--
Helgi Tomasson FAX: 354-552-6806
University of Iceland PHONE:354-525-4571
Faculty of Economics and Business Administration email:address@hidden
Oddi v/ Sturlugotu
IS-101 Reykjavik
ICELAND
-
Helgi Tomasson FAX: 354-552-6806
University of Iceland PHONE:354-525-4571
Faculty of Economics and Business Administration email:address@hidden
Oddi v/ Sturlugotu
IS-101 Reykjavik
ICELAND
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------