Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!stanford.edu!cascade.stanford.edu!cascade!interran From: interran@lurch.Stanford.EDU (John Interrante) Newsgroups: comp.windows.interviews Subject: Re: Compiling 3.0 beta Message-ID: Date: 28 Apr 91 02:49:37 GMT References: <9104270015.AA29167@kabul.s1.gov> Sender: news@cascade.Stanford.EDU (USENET News System) Organization: Stanford University Lines: 24 In-Reply-To: mbm@S1.GOV's message of 27 Apr 91 00:15:47 GMT In article <9104270015.AA29167@kabul.s1.gov> mbm@S1.GOV (Mike Mercer) writes: Here is a compilation problem for SunOS 4.1.1 and Sun C++ 2.0. CC +p -O -pic -Dcplusplus_2_0 -Div2_6_compatible -I/arroyo/usr/local/iv/src/include -I../../../.././src/include/InterViews/2.6 -I../../../.././src/include/IV-look/2.6 -I/arroyo/usr/local/CC/incl -I/usr/include/X11 +i -c ../dialogs.c The problem is that somebody screwed up the -I flags. The flags were supposed to look like this: CC +p -O -pic -Dcplusplus_2_1 -Div2_6_compatible -I.. -I../../../.././src/include/InterViews/2.6 -I../../../.././src/include/IV-look/2.6 -I../../../.././src/include -c ../dialogs.c -- John Interrante / interran@lurch.stanford.edu