From: torsten <to...@in...> - 2003-02-01 23:52:03
|
uname -r 2.4.18-wolk3.7 gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs octave-forge cvs (1Feb03) Compile Failure: cd FIXES/ && make make[1]: Entering directory `/home/torsten/src/octave-forge/FIXES' mkoctfile -DF77_FUNC=F77_FCN -DHAVE_OCTAVE_21 -s -v sqrtm.cc ^^^^^^^^^^^^^^^^ c++ -c -fPIC -I/usr/local/octave/include/octave-2.1.33 -I/usr/local/octave/include/octave-2.1.33/octave -I/usr/local/octave/include -mieee-fp -fno-rtti -fno-exceptions -fno-implicit-templates -g -O2 -Wall -DF77_FUNC=F77_FCN -DHAVE_OCTAVE_21 sqrtm.cc -o sqrtm.o sqrtm.cc: In function `class octave_value_list Fsqrtm(const octave_value_list &, int)': sqrtm.cc:192: implicit declaration of function `int lo_ieee_inf_value(...)' make[1]: *** [sqrtm.oct] Error 1 make[1]: Leaving directory `/home/torsten/src/octave-forge/FIXES' make: *** [FIXES/] Error 2 toshy:torsten:~/src/octave-forge$ I haven't compiled the fortran frontend to gcc - do I need it? Torsten |