Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!csd4.milw.wisc.edu!uxc!tank!eecae!cps3xx!cpsvax!adc From: adc@cpsvax.cps.msu.edu (Alan Cabrera) Newsgroups: gnu.g++.bug Subject: Installing g++ 1.35.0 on Convex C-220 Message-ID: <3187@cps3xx.UUCP> Date: 28 May 89 04:06:06 GMT Sender: usenet@cps3xx.UUCP Reply-To: adc@cpsvax.cps.msu.edu (Alan Cabrera) Organization: Michigan State University, Computer Science Department Lines: 23 I'm attempting to install g++ 1.35.0 on our Convex C-220 running Convex Unix release V7.0. The makefile barfs when compiling newld.c. An exerpt from the make output: gcc version 1.35 ../gcc/cpp -v -DTARGET=-1 -DSTANDARD_SEARCH_DIRS="/mnt/adc/lib", "/lib", "/usr lib", "/usr/local/lib" -DSOS -DESKIT -DSOS -DESKIT -undef -D__GNUC__ -Dconvex - parsec -Dunix -D__convex__ -D__parsec__ -D__unix__ newld.c /tmp/cc001716.cpp GNU CPP version 1.35 ../gcc/cc1 /tmp/cc001716.cpp -quiet -dumpbase newld.c -g -version -o /tmp/cc00 716.s GNU C version 1.35 (convex) compiled by GNU C version 1.35. newld.c: In function enter_file_symbols: newld.c:1807: invalid use of undefined type `struct nlist' and so on... Anybody have any idea what's going on? Alan D. Cabrera adc@cpsvax.cps.msu.edu