From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: Mark Crosland Cc: gcc@gcc.gnu.org Subject: Re: Trying to build egcs-1.1.2 on dynix/sequent platform... Date: Wed, 04 Aug 1999 11:54:00 -0000 Message-id: <19990804135339.D13367@rjlhome.sco.com> References: X-SW-Source: 1999-08/msg00145.html > Hello, I am trying to build egcs-1.1.2 on a dynix/sequent platform. > uname -a > DYNIX/ptx engdevq1 4.0 V4.4.2 i386 I think some of the issues you're facing were also tackled by a dude recently tackling the DG/UX. Things may be better on GCC 2.95. Certainly at least one of the warnings you're getting has been fixed since 1.1.2. > "../../gcc/collect2.c", line 1588: undefined symbol: _sys_siglist > "../../gcc/collect2.c", line 1588: cannot dereference non-pointer type Look in my_strignal in collect2.c. Apparently your system {is outsmarting|being outsmarted by} the code that renames/provides the sys_siglist[] array. RJL From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: Mark Crosland Cc: gcc@gcc.gnu.org Subject: Re: Trying to build egcs-1.1.2 on dynix/sequent platform... Date: Tue, 31 Aug 1999 23:20:00 -0000 Message-ID: <19990804135339.D13367@rjlhome.sco.com> References: X-SW-Source: 1999-08n/msg00145.html Message-ID: <19990831232000.DUJVitmqBj2QGtufK6GsZnOZwsTogU97adS4KKtTzdw@z> > Hello, I am trying to build egcs-1.1.2 on a dynix/sequent platform. > uname -a > DYNIX/ptx engdevq1 4.0 V4.4.2 i386 I think some of the issues you're facing were also tackled by a dude recently tackling the DG/UX. Things may be better on GCC 2.95. Certainly at least one of the warnings you're getting has been fixed since 1.1.2. > "../../gcc/collect2.c", line 1588: undefined symbol: _sys_siglist > "../../gcc/collect2.c", line 1588: cannot dereference non-pointer type Look in my_strignal in collect2.c. Apparently your system {is outsmarting|being outsmarted by} the code that renames/provides the sys_siglist[] array. RJL