interran@lurch.Stanford.EDU (John Interrante) (04/28/91)
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