Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!stanford.edu!mrj.com!pwb From: pwb@mrj.com (Peter W. Brewer) Newsgroups: comp.windows.interviews Subject: IV3.0-Beta Message-ID: <9104300013.AA11303@mrj.com> Date: 30 Apr 91 00:13:34 GMT Sender: news@shelby.stanford.edu (USENET News System) Organization: Internet-USENET Gateway at Stanford University Lines: 56 Well with your patches and a few of my own I am now able to compile and link every program, except schem, there is just one hitch .. they crash when run. I am using g++-1.39 on a Sun. Here is what happens.. mrj.130 pwd /usr2/InterViews/3.0-g++/iv/src/bin/dclock mrj.131 gdb sun4/a.out GDB 3.5, Copyright (C) 1989 Free Software Foundation, Inc. There is ABSOLUTELY NO WARRANTY for GDB; type "info warranty" for details. GDB is free software and you are welcome to distribute copies of it under certain conditions; type "info copying" to see the conditions. Reading symbol data from /usr2/InterViews/3.0-g++/iv/src/bin/dclock/sun4/a.out.. .done. Type "help" for a list of commands. (gdb) run Starting program: /usr2/InterViews/3.0-g++/iv/src/bin/dclock/sun4/a.out Program received signal 11, Segmentation fault Reading in symbols for ../monoglyph.c...Invalid symbol data: unrecognized type-c ode `t' at symtab pos 28. (gdb) where #0 0x9960 in __11ivMonoGlyphiP7ivGlyph (...) (...) Reading in symbols for ../monoglyph.c...Invalid symbol data: unrecognized type-c ode `t' at symtab pos 28. (gdb) mrj.133 pwd /usr2/InterViews/3.0-g++/iv/src/bin/ibuild mrj.134 gdb sun4/a.out GDB 3.5, Copyright (C) 1989 Free Software Foundation, Inc. There is ABSOLUTELY NO WARRANTY for GDB; type "info warranty" for details. GDB is free software and you are welcome to distribute copies of it under certain conditions; type "info copying" to see the conditions. Reading symbol data from /usr2/InterViews/3.0-g++/iv/src/bin/ibuild/sun4/a.out.. .done. Type "help" for a list of commands. (gdb) run Starting program: /usr2/InterViews/3.0-g++/iv/src/bin/ibuild/sun4/a.out Program received signal 11, Segmentation fault Reading in symbols for ../xpainter.c...Invalid symbol data: unrecognized type-co de `t' at symtab pos 39. (gdb) where #0 0x108508 in SetColors__9ivPainterP7ivColorT1 (...) (...) Reading in symbols for ../xpainter.c...Invalid symbol data: unrecognized type-co de `t' at symtab pos 39. (gdb) This is where I'm at with g++.. have you solved your problems in this area yet? Peter Brewer pwb%mrj.com@uunet.uu.net