On Mon, 14 Apr 2003, Paul Burton wrote:
> I edited the os/Makefile to point to the place I thought the correct include
> files were and made progress,
Another poster has already pointed out that you shouldn't do that.
Instead, set XINCLUDE in your Local/Makefile.
> gcc -o em_StripChart.o -c -O -I. -I../exim_monitor /usr/include \
> ../exim_monitor/`echo em_StripChart.o | sed 's/o$/c/'`
> gcc: cannot specify -o with -c or -S and multiple compilations
That's because "-I" is missing before /usr/include I suspect.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.