Date: Mon, 6 Feb 1995 10:03:49 -0200 (EDT) From: Pedro A M Vazquez <vazquez@iqm.unicamp.br> To: freebsd-hackers@freefall.cdrom.com Subject: Octave-1.0.1 Message-ID: <199502061203.KAA08831@kalypso.iqm.unicamp.br>
next in thread | raw e-mail | index | archive | help
Hello I'm trying to build octave-1.0.1 under 2.0-Release but I'm having problems with g++ : c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -g -O -Wall Array-d.cc Array.cc: In method `double Array2<double>::checkelem(int, int) const': Array.cc:480: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double Array2<double>::operator ()(int, int) const': Array.cc:493: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double DiagArray<double>::checkelem(int, int) const': Array.cc:903: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double DiagArray<double>::operator ()(int, int) const': Array.cc:916: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double Array<double>::checkelem(int) const': Array.cc:228: warning: `double foo' might be used uninitialized in this function as: /var/tmp/cc003725.s:4057: Local symbol LBB103 never defined. as: /var/tmp/cc003725.s:4057: Local symbol LBE103 never defined. as: /var/tmp/cc003725.s:4057: FATAL:2 errors, 0 warnings, no object file generated. gmake[2]: *** [Array-d.o] Error 1 should I use a newer as? Pedro
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502061203.KAA08831>