VSLLib.C:797: Internal compiler error.
Victoria Welch
vikki@oz.net
Tue Mar 14 11:22:00 GMT 2000
Hello!
Per your request:
VSLLib.C:797: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'.
VSLLib.C:797: See <URL: http://egcs.cygnus.com/faq.html#bugreport >
for details.
make[1]: *** [VSLLib.o] Error 1
make[1]: Leaving directory `/usr/local/src/ddd-3.2.1/ddd'
make: *** [all] Error 1
Command exited with non-zero status 2
206.17user 20.30system 5:55.24elapsed 63%CPU (0avgtext+0avgdata
0maxresident)k
0inputs+0outputs (95024major+160501minor)pagefaults 0swaps
Attached it the make file output(s) [/usr/bin/time make > xxx
2>&1 & tail -f xxx ].
Compiler info:
{/usr/local/src/ddd-3.2.1} $ gcc -v
Reading specs from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Running this on a RedHat 6.1 installation. Machine is a AMD K6-2
500 with 96 Meg of RAM.
Was compiling ddd-3.2.1. Tried this twice, same results both
time.
Thanks much for your time and assistance in this matter. I hope
this helps! Anything else you need please let me know, I'll
leave this sit for a day or two.
Take care, Vikki.
--
vikki@oz.net
==> Making all in ./readline...
make[1]: Entering directory `/usr/local/src/ddd-3.2.1/readline'
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O readline.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O vi_mode.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O funmap.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O keymaps.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O parens.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O search.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O rltty.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O complete.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O bind.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O isearch.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O display.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O signals.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O util.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O kill.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O undo.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O macro.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O input.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O callback.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O terminal.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O nls.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O xmalloc.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O history.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O histexpand.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O histfile.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O histsearch.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O shell.c
gcc -c -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DRL_LIBRARY_VERSION='"2.2"' -g -O tilde.c
rm -f libreadline.a
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o nls.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o tilde.o
test -n "ranlib" && ranlib libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o xmalloc.o
test -n "ranlib" && ranlib libhistory.a
make[1]: Leaving directory `/usr/local/src/ddd-3.2.1/readline'
==> Making all in ./ddd...
make[1]: Entering directory `/usr/local/src/ddd-3.2.1/ddd'
Building ddd-3.2.1-i586-pc-linux-gnu...
( \
echo "define(srcdir, \`.')dnl"; \
echo "define(macros, \`./html.m4')dnl"; \
echo "include(srcdir()/../TIPS)dnl" \
) | m4 | gawk -f ./tips2html.awk | \
sed 's/\\133/\[/g' | sed 's/\\135/\]/g' | \
sed 's/@\([A-Z][A-Z]*\)@/\1/g' | sed 's/@ /@/g' \
> tips.html~ && mv tips.html~ tips.html
sed -n -f ./ad2c.sed Ddd > Ddd.ad.h~ && mv Ddd.ad.h~ Ddd.ad.h
cat ./host.h.in | \
sed "s%@HOST_CANONICAL@%i586-pc-linux-gnu%" | \
sed "s%@TARGET_CANONICAL@%i586-pc-linux-gnu%" > host.h~ && \
mv host.h~ host.h
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o userinfo.o userinfo.C
c++ -o userinfo userinfo.o \
-lncurses -liberty -lm
(cat $HOME/.ddd_userinfo 2> /dev/null || \
./userinfo || echo '(unknown)') > USERINFO~ && mv USERINFO~ USERINFO
Please check your name and e-mail address:
root <root@witch1.seastar.org>
This information will be compiled into DDD.
If it is not correct, please edit USERINFO and re-compile.
/bin/sh ./config-info ./USERINFO USERINFO > configinfo.C~ && \
mv configinfo.C~ configinfo.C
gzip -c -9 ./../COPYING > COPYING.gz
make stringify
make[2]: Entering directory `/usr/local/src/ddd-3.2.1/ddd'
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o stringify.o stringify.C
c++ -o stringify stringify.o -lncurses -liberty -lm
make[2]: Leaving directory `/usr/local/src/ddd-3.2.1/ddd'
./stringify < COPYING.gz > COPYING.gz.C~ && mv COPYING.gz.C~ COPYING.gz.C
gzip -c -9 ./../NEWS > NEWS.gz~ && mv NEWS.gz~ NEWS.gz
make stringify
make[2]: Entering directory `/usr/local/src/ddd-3.2.1/ddd'
make[2]: `stringify' is up to date.
make[2]: Leaving directory `/usr/local/src/ddd-3.2.1/ddd'
./stringify < NEWS.gz > NEWS.gz.C~ && mv NEWS.gz.C~ NEWS.gz.C
gzip -c -9 ddd.info.txt > ddd.info.txt.gz~ && mv ddd.info.txt.gz~ ddd.info.txt.gz
make stringify
make[2]: Entering directory `/usr/local/src/ddd-3.2.1/ddd'
make[2]: `stringify' is up to date.
make[2]: Leaving directory `/usr/local/src/ddd-3.2.1/ddd'
./stringify < ddd.info.txt.gz > ddd.info.txt.gz.C~ && mv ddd.info.txt.gz.C~ ddd.info.txt.gz.C
CONFIG_FILES=../ddd.spec CONFIG_HEADERS= /bin/sh ./config.status
creating ../ddd.spec
sed 's/@REL@/1/g' ../ddd.spec > ../ddd-3.2.1-1.spec
rm -f ../ddd.spec
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ddd.o ddd.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o compare.o compare.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o cook.o cook.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o cwd.o cwd.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o glob.o glob.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o hash.o hash.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o home.o home.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o rxclass.o rxclass.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o sigName.o sigName.C
c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs -c -I. -I. -I./.. -isystem /usr/X11R6/include -o strclass.o strclass.C
strclass.C: In function `int operator <(char *, const class subString &)':
strclass.C:75: Internal compiler error.
strclass.C:75: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
strclass.C:75: See <URL: http://egcs.cygnus.com/faq.html#bugreport > for details.
make[1]: *** [strclass.o] Error 1
make[1]: Leaving directory `/usr/local/src/ddd-3.2.1/ddd'
make: *** [all] Error 1
Command exited with non-zero status 2
65.82user 5.57system 1:42.76elapsed 69%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (49636major+40395minor)pagefaults 0swaps
More information about the Gcc-bugs
mailing list