help-octave
[Top][All Lists]
Advanced

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

error: no matching function with octave-3.2.4/46bit/gcc-4.3.3


From: Loris Bennett
Subject: error: no matching function with octave-3.2.4/46bit/gcc-4.3.3
Date: Fri, 09 Jul 2010 15:56:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Dear All,

I'm having a slightly bumpy ride trying to compile a 64-bit version of
Octave 3.2.4 under AIX 5.3 using gcc 4.3.3.

I am currently stuck with the following error message:

  g++ -mcpu=power5 -maix64 -c -I/usr/lpp/X11/include/X11
  -I/opt/pware64/include -I/usr/local/include -I. -I.. -I../liboctave
  -I../src -I../libcruft/misc -DHAVE_CONFIG_H -O2 -D_THREAD_SAFE
  oct-fstrm.cc -o oct-fstrm.o

  oct-fstrm.cc: In constructor 'octave_fstream::octave_fstream(const
  std::string&, std::_Ios_Openmode, oct_mach_info::float_format)':

  oct-fstrm.cc:55: error: no matching function for call to
  'std::basic_fstream<char, std::char_traits<char> >::open(const char*,
  std::_Ios_Openmode&, int)'

  /opt/gcc/gcc-4.3.3/include/c++/4.3.3/fstream:756:
  note: candidates are: void std::basic_fstream<_CharT,
  _Traits>::open(const char*, std::_Ios_Openmode) [with _CharT = char,
  _Traits = std::char_traits<char>]

Is this an Octave problem or is some bit of my GCC setup broken?

Cheers

Loris
-- 
Dr. Loris Bennett
ZEDAT Computer Centre
Freie Universität Berlin
Berlin, Germany



reply via email to

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