SPS Sun4-4.1 immediate compile failure

wolf paul wnp at iiasa.ac.at
Sun Nov 25 04:52:04 AEST 1990


In article <629 at roo.UUCP> jukoff at parc.xerox.com () writes:
>SPS Sun4-4.1 immediate compile failure.  Has anyone made this work?
>
>% make -f Makefile.sun.4.1
>cc -DSUN -DBSD42 -DNFS -DVPRINTF -DKVM -DSUNOS40 -DSUNOS41 -Isys -c -O filecount
>.c
>"filecount.c", line 40: p_uarea undefined
>"filecount.c", line 40: u_ofile_arr undefined
>*** Error code 1
>make: Fatal error: Command failed for target `filecount.o'

The first thing the Makefile does is to symlink /sys to ./sys, and this
is shown in the (deleted) directory listing you posted.

The two symbols you mention are defined in /sys/sys/proc.h and
/sys/sys/user.h.

The thing compiled and worked first try on our SparcStation 1+ running
SunOS 4.1 -- just had to add vmstat.o to the list of objects -- for
some reason it was missing.

Thanks, Robert, for posting this.
--
W.N.Paul, Int. Institute f. Applied Systems Analysis, A-2361 Laxenburg--Austria
PHONE: +43-2236-71521-465            INTERNET: wnp%iiasa at relay.eu.net
FAX:   +43-2236-71313                UUCP:     uunet!iiasa!wnp
HOME:  +43-2236-618514               BITNET:   tuvie!iiasa!wnp at awiuni01.BITNET



More information about the Alt.sources.d mailing list