[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Octave 3.2.0 FAILS with gcc-4.3.3
From: |
Thomas Ilnseher |
Subject: |
Octave 3.2.0 FAILS with gcc-4.3.3 |
Date: |
Mon, 29 Jun 2009 14:08:17 +0200 |
I got the following error message:
CSparse.cc: In member function »ComplexMatrix
SparseComplexMatrix::fsolve(MatrixType&, const Matrix&,
octave_idx_type&, double&, void (*)(double), bool) const«:
CSparse.cc:5769: Fehler: ungültige Umwandlung von »void (*)(int, char*,
int, char*)« in »void (*)(int, const char*, int, const char*)«
That translates into english:
Error: invalid conversion from »void (*)(int, char*, int, char*)« to
»void (*)(int, const char*, int, const char*)«
I used an (self-modified) ebuild to compile this on my shiny new
notebook computer. It has gcc-4.3.3:
Es werden eingebaute Spezifikationen verwendet.
Ziel: x86_64-pc-linux-gnu
Konfiguriert
mit: /var/tmp/portage/sys-devel/gcc-4.3.3-r2/work/gcc-4.3.3/configure
--prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.3
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.3
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.3/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.3/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/include/g
++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu
--disable-altivec --disable-fixed-point --enable-nls
--without-included-gettext --with-system-zlib --disable-checking
--disable-werror --enable-secureplt --enable-multilib
--enable-libmudflap --disable-libssp --enable-libgomp --enable-cld
--disable-libgcj --enable-languages=c,c++,treelang,fortran
--enable-shared --enable-threads=posix --enable-__cxa_atexit
--enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/
--with-pkgversion='Gentoo 4.3.3-r2 p1.2, pie-10.1.5'
Thread-Modell: posix
gcc-Version 4.3.3 (Gentoo 4.3.3-r2 p1.2, pie-10.1.5)
On my Desktop box, where gcc is still 4.2.2, the very same ebuild works.
-Tom
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Octave 3.2.0 FAILS with gcc-4.3.3,
Thomas Ilnseher <=