Subject: Re: June 08 SUP Problems
To: None <DCG9367@tntech.edu>
From: Andy Heffernan <ahh@netcom.com>
List: amiga-dev
Date: 06/10/1994 16:41:51
[...]
> I don't compile config.new, I am using the binary from April 27th.

You really should use the version of config.new that comes along with
the supped sources.

> BUT, I do everything else EXACTLY.  Everything works until
> building libkern.  The first error I get is a warning:
> 
> rm -f m68k && ln -s blahblah m68k
> rm: m68k is a directory
> error code 1
> (ignored)

Right, the makefile in libkern attempts to make "machine" and "m68k"
directories by sym-linking to elsewhere in the source tree (which is
good).  Unfortunately, there already is an m68k directory with assembly
code in it.

> Then the compile complains that it can't find profile.h and stops.
> I copy the includes from arch/m68k to m68k and all works fine.
> I must have something working weird somewhere.

I got the same thing after doing a fresh sup of the kernel sources
into an empty sys directory.


------------------------------------------------------------------------------