From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Martin Knoblauch Cc: egcs@cygnus.com Subject: Re: 19980418 on IRIX-6.5 Date: Thu, 23 Apr 1998 16:37:00 -0000 Message-id: <199804232337.QAA27134@rtl.cygnus.com> References: <19980421075151.20772.rocketmail@web4.rocketmail.com> X-SW-Source: 1998-04/msg00954.html The testsuites failed until I inserted "-lpthread" into the "*lib" section of the specs file. Is there a better place for it? It would go in LIB_SPEC in the mips/config/iris6.h file. It perhaps needs to be conditional on the --enable-threads option somehow, since we don't necessary want to link it in by default. After that I got execution failures from complex-5.c (explicit call to abort) This fails on all 64 bit machines. It is a fundamental problem with the complex type support. Jim