From owner-freebsd-hackers Mon Feb 6 04:07:53 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id EAA09358 for hackers-outgoing; Mon, 6 Feb 1995 04:07:53 -0800 Received: from kalypso.iqm.unicamp.br (kalypso.iqm.unicamp.br [143.106.13.10]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id EAA09348 for ; Mon, 6 Feb 1995 04:07:46 -0800 Received: (from vazquez@localhost) by kalypso.iqm.unicamp.br (8.6.9/8.6.9) id KAA08831 for freebsd-hackers@freefall.cdrom.com; Mon, 6 Feb 1995 10:03:51 -0200 From: Pedro A M Vazquez Message-Id: <199502061203.KAA08831@kalypso.iqm.unicamp.br> Subject: Octave-1.0.1 To: freebsd-hackers@freefall.cdrom.com Date: Mon, 6 Feb 1995 10:03:49 -0200 (EDT) Organization: Instituto de Quimica Unicamp X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1260 Sender: hackers-owner@FreeBSD.org Precedence: bulk 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::checkelem(int, int) const': Array.cc:480: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double Array2::operator ()(int, int) const': Array.cc:493: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double DiagArray::checkelem(int, int) const': Array.cc:903: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double DiagArray::operator ()(int, int) const': Array.cc:916: warning: `double foo' might be used uninitialized in this function Array.cc: In method `double Array::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