[1027] in NetBSD-Development
Re: building discuss
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Sep 29 16:55:59 1995
Date: Fri, 29 Sep 1995 16:55:41 -0400
From: "Theodore Ts'o" <tytso@MIT.EDU>
To: jweiss@MIT.EDU
Cc: Greg Hudson <ghudson@MIT.EDU>, Jonathon Weiss <jweiss@MIT.EDU>,
netbsd-dev@MIT.EDU
Cc: discussers@MIT.EDU
In-Reply-To: jweiss@MIT.EDU's message of Fri, 29 Sep 1995 15:23:53 -0400,
<199509291923.PAA12196@the-other-woman.MIT.EDU>
From: jweiss@MIT.EDU
Date: Fri, 29 Sep 1995 15:23:53 -0400
> discuss fails to build. the imake command suggested failes to
> generate Makefiles in the utils and dsgrep subdirs.
You're probably generating a faulty link tree. Make sure you're using
synctree and copying links rather than symlinking to them.
I updated the sipb-athena README to tell people to use synctree rather
than lndir to make a discuss build tree.
This won't matter for our own internal use, but note that synctree isn't
distributable outside MIT. So if we ever want to make a new discuss
distribution for the outside world, it would be good to find another way
to create a build tree other than using synctree.
- Ted