Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!RICE.EDU!rich From: rich@RICE.EDU (Carey R. Murphey) Newsgroups: gnu.g++.lib.bug Subject: g++-include/setjmp.h patch for sequent-i386 Message-ID: <8910180813.AA16427@kalliope.rice.edu> Date: 18 Oct 89 08:13:39 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 33 The following patch was needed to install libg++.xtar.Z (version 1.36.0 retrieved from labrea today) on a sequent symmetry (i386) running DYNIX 3.0.12 and compiled with GNU C++ version 1.36.0- (based on GCC 1.36) (80386, BSD syntax) compiled by GNU C version 1.36. *** setjmp.h-dist Wed Oct 18 03:01:27 1989 --- setjmp.h Wed Oct 18 03:02:04 1989 *************** *** 8,13 static const int _JBLEN = 58; #elif defined(sun386) static const int _JBLEN = 8; #elif defined(sparc) static const int _JBLEN = 9; #endif --- 8,15 ----- static const int _JBLEN = 58; #elif defined(sun386) static const int _JBLEN = 8; + #elif defined(sequent) && defined(i386) + static const int _JBLEN = 11; #elif defined(sparc) static const int _JBLEN = 9; #endif That's all it took!!! Thanks, Rich Richard-Murphey@Rice.edu Department of Electrical and Computer Engineering