octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compile problems with 2.9.6


From: John W. Eaton
Subject: compile problems with 2.9.6
Date: Mon, 12 Jun 2006 10:52:04 -0400

On 11-Jun-2006, Thomas Weber wrote:

| Hi, 
| 
| I can't compile 2.9.6 on i386 with gcc-4.1 (gcc-4.0 works, and both
| compilers work on AMD64).
| 
| I attach the snippet from the build log showing the error.

| g++-4.1 -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc  
-DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -g -O2 Cell.cc -o 
pic/Cell.o
| g++-4.1 -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc  
-DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wold-style-cast -g -O2 bitfcns.cc 
-o pic/bitfcns.o
| ov-fcn.h: In destructor 'virtual octave_function::~octave_function()':
| ov-fcn.h:48: error: no suitable 'operator delete' for 'octave_function'
| ov-builtin.h: In destructor 'virtual octave_builtin::~octave_builtin()':
| ov-builtin.h:50: error: no suitable 'operator delete' for 'octave_builtin'
| ov-mapper.h: In destructor 'virtual octave_mapper::~octave_mapper()':
| ov-mapper.h:64: error: no suitable 'operator delete' for 'octave_mapper'

These errors seem rather generic, and not something that would depend
on a particular architecture.  So I suspect a bug in GCC.  Do you have
the same version of GCC on both systems (AMD64 and x86)?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]