On Wed, Jun 09, 1999 at 12:40:46AM +0100, Brian Somers wrote: > > > > Can someone comment please? Is this a bug in the way the gcc2.8 is > > installed, or is it a bug in my understanding? (probably the latter). > > Perhaps you need a gcc-compiled version of libstdc++. It's just a > guess, but when we shifted to egcs, there were all sorts of problems > linking against the gcc-compiled version. >
Ok. I've compiled up a 4.0-CURRENT box, with EGCS native, and recompiled the program. It still crashes, this time with: Core was generated by `search'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libstdc++.so.3...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/lib/libc.so.3...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x8053169 in __get_eh_info () at /usr/include/ctype.h:149 149 } (gdb) bt #0 0x8053169 in __get_eh_info () at /usr/include/ctype.h:149 #1 0x8053156 in __get_eh_info () at /usr/include/ctype.h:149 #2 0x8053132 in __get_eh_context () at /usr/include/ctype.h:149 #3 0x8059fda in my_set<char const *>::my_set (this=0x805ff9c) at search.c:64 #4 0x804d3b9 in global constructors keyed to files () at search.c:64 #5 0x804a5d8 in _start () #6 0x804a25d in _init () (gdb)