The "gcc -v" output:

% gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.7/3.4.0/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-
ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.4.0

The following error message is coming during running "make" for compiling 
Octave-

=====================================================
g++ -c  -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -I../glob -
I../glob -DHAVE_CONFIG_H  -Wall -W -Wshadow -g -O2 lex.cc -o lex.o
In file included from lex.l:76:
octave.gperf: In function `const octave_kw* octave_kw_lookup(const char*, 
unsigned int)':
octave.gperf:99: internal compiler error: in instantiate_template, at 
cp/pt.c:8668
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [lex.o] Error 1
make[2]: Leaving directory `/usr/local/octave-2.1.64/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/usr/local/octave-2.1.64'
make: *** [all] Error 2
================================

-- 
           Summary: Octave compilation is failing during running "make"
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Kbhattacharyya at fastmail dot fm
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19184

Reply via email to