This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

VSLLib.C:797: Internal compiler error.


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
==> Making all in ./readline...
make[1]: Entering directory `/usr/local/src/ddd-3.2.1/readline'
make[1]: Nothing to be done for `all'.
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...
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
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o tabs.o tabs.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o uniquify.o uniquify.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o PrintGC.o PrintGC.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o SignalB.o SignalB.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o TypeInfo.o TypeInfo.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o UniqueId.o UniqueId.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o MemCheck.o MemCheck.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o IntIntAA.o IntIntAA.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o StatArray.o StatArray.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o StringA.o StringA.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o StringMap.o StringMap.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o StringSA.o StringSA.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VoidArray.o VoidArray.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o WidgetSA.o WidgetSA.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o Agent.o Agent.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o AgentM.o AgentM.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o AsyncAgent.o AsyncAgent.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ChunkQueue.o ChunkQueue.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o DataLength.o DataLength.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o HandlerL.o HandlerL.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o LiterateA.o LiterateA.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ReadLineA.o ReadLineA.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o TimeOut.o TimeOut.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o TTYAgent.o TTYAgent.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o charsets.o charsets.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o converters.o converters.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o decoration.o decoration.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o events.o events.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o findParent.o findParent.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o findWindow.o findWindow.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o fileSBF.o fileSBF.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o frame.o frame.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o longName.o longName.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o selection.o selection.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o simpleMenu.o simpleMenu.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o verify.o verify.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o AutoRaise.o AutoRaise.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ComboBox.o ComboBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o Delay.o Delay.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o DestroyCB.o DestroyCB.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ExitCB.o ExitCB.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o InitImage.o InitImage.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o LabelH.o LabelH.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o LessTifH.o LessTifH.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o MString.o MString.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o MakeMenu.o MakeMenu.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o SpinBox.o SpinBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o Swallower.o Swallower.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o XErrorB.o XErrorB.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o printBox.o printBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o AlignBox.o AlignBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ArcBox.o ArcBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o BinBox.o BinBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o Box.o Box.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o BoxD.o BoxD.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o BoxExtend.o BoxExtend.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o BoxPoint.o BoxPoint.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o BoxRegion.o BoxRegion.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o BoxSize.o BoxSize.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ColorBox.o ColorBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o CompositeB.o CompositeB.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o DiagBox.o DiagBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o DummyBox.o DummyBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o FixBox.o FixBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o FontFixBox.o FontFixBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o FontTable.o FontTable.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o HatBox.o HatBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o LineBox.o LineBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ListBox.o ListBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o MarkBox.o MarkBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o MatchBox.o MatchBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o PrimitiveB.o PrimitiveB.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o SlopeBox.o SlopeBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o StringBox.o StringBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o THatBox.o THatBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o TagBox.o TagBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o TrueBox.o TrueBox.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ArgNode.o ArgNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o BuiltinCN.o BuiltinCN.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o CallNode.o CallNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ConstNode.o ConstNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o DefCallN.o DefCallN.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o DummyNode.o DummyNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o LetNode.o LetNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o NameNode.o NameNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o ListNode.o ListNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o TestNode.o TestNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o TrueNode.o TrueNode.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VSEFlags.o VSEFlags.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VSLArgList.o VSLArgList.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VSLBuiltin.o VSLBuiltin.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VSLDef.o VSLDef.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VSLDefList.o VSLDefList.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VSLErr.o VSLErr.C
c++  -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -fexternal-templates -trigraphs  -c -I. -I. -I./.. -isystem /usr/X11R6/include -o VSLLib.o VSLLib.C
VSLLib.C: In method `class VSLArg & VSLArg::operator =(const class VSLArg &)':
VSLLib.C:797: Internal compiler error.
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]