[281] in Moira
Moira building problem
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Mar 19 12:34:34 1991
Date: Tue, 19 Mar 91 09:32:47 -0800
From: haynes@ucscc.UCSC.EDU (99700000)
To: alan@essex.ac.uk
Cc: bug-moira@ATHENA.MIT.EDU
I ran into that too. The way I found around it was to hack the makefile
qsupport.o: qsupport.i
cc -c -pg ${CFLAGS} qsupport.i
mv qsupport.o profiled/qsupport.o
cc -c ${CFLAGS} qsupport.i
qsupport.i: qsupport.c
cc -P ${CFLAGS} qsupport.c
See if that does it for you. There are a few other places where you have
to do this kind of hack on Suns.