>>>>> "Volker" == Volker Enderlein <[EMAIL PROTECTED]> writes:
JMarc> What is the linke that your gcc uses? I think it might be a
JMarc> resurgence of the infamous static initialization order for the
JMarc> LString class. Could you provide us with a backtrace with debug
JMarc> information?
Volker> Hi again,
Volker> gcc uses the GNU linker from
Volker> /uni/global/lib/gcc-lib/mips-sgi-irix5.2/2.7.2/ld . There are
Volker> some difficulties to get a backtrace with debug information,
Volker> because the compiler on this platform is provided by the
Volker> university and is not configured to work with the -g
Volker> option. Sorry.
Having a gcc that does not support debugging is certainly not a good
idea, but you have to live with it...
Something that seems more problematic to me is that your gcc is
compiled for Irix5.2 (or at least the linker is for 5.2) did you
compile on a 5.2 machine, or on your 6.2 machine?
JMarc