Subject: Re: installer freezes / compiling errors
To: El JoPe Magnifico <jope@n2h2.com>
From: Frederick Bruckman <fredb@enteract.com>
List: port-mac68k
Date: 08/18/1998 13:33:26
On Tue, 18 Aug 1998, El JoPe Magnifico wrote:
> I'm getting some compiler errors under gcc. I'll have to write down
> the specifics, but it seems to be having trouble when trying to include
> certain headers in a subdirectory entitled "machine". Any ideas?
fredb-> find /usr/include -type l -exec ls -l {} \;
lrwxr-xr-x 1 root wheel 6 Aug 3 12:59 /usr/include/machine -> mac68k
lrwxr-xr-x 1 root wheel 15 Aug 3 12:59 /usr/include/float.h -> machine/float.h
lrwxr-xr-x 1 root wheel 15 Aug 3 12:59 /usr/include/frame.h -> machine/frame.h
lrwxr-xr-x 1 root wheel 16 Aug 3 12:59 /usr/include/stdarg.h -> machine/stdarg.h
lrwxr-xr-x 1 root wheel 17 Aug 3 12:59 /usr/include/varargs.h -> machine/varargs.h
...
Perhaps the last four are missing from the snapshot you're using?
They usually get created under sys/arch during a "make build," but that
was not so for a short while there. I only noticed because I'd tried to
set up a new hard drive with "make DESTDIR=/mnt build". Unless you were
making a snapshot, or doing something like that, you would never notice.