Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!visual1.jhuapl.edu!kjh From: kjh@visual1.jhuapl.edu (Kenneth J. Heeres) Newsgroups: comp.lang.c Subject: compiling gcc under Ultrix Message-ID: <1990Nov14.164414.16983@aplcen.apl.jhu.edu> Date: 14 Nov 90 16:44:14 GMT Sender: news@aplcen.apl.jhu.edu (USENET News System) Reply-To: kjh@visual1.jhuapl.edu (Kenneth J. Heeres) Organization: Johns Hopkins University Lines: 13 I am attempting to install gcc on a decstation 5000 under ultrix 4.1. I use config.gcc with the decstation option. I received the following error during make: stddef.h line 12 illegal type combination typedef unsigned long size_t; I tried compiling this statement in a separate file and did not receive the error. I assume I am having a problem with a previous definition. Does anyone know what is going on? thanks, ken