add relpath to the build Makefile
[dragonfly.git] / UPDATING
... / ...
CommitLineData
1$DragonFly: src/UPDATING,v 1.2 2003/08/14 18:26:32 asmodai Exp $
2
3Updating Information for DragonFly users.
4
5This file should warn you of any pitfalls which you might need to work around
6when trying to update your DragonFly system.
7
8If you discover any problem, please contact the bugs@lists.dragonflybsd.org
9mailing list with the details.
10
11------------------------------------------------------------------------------
12
13> Compiling DragonFly
14---------------------
15
16Compiling DragonFly requires an ISO C90 or higher compliant compiler.
17Compilers which support this are, amongst others: The GNU C Compiler, The
18Intel C++ Compiler, and The TenDRA Compiler.
19
20> Include files
21---------------
22
23Due to the source tree reorganization header files have moved to different
24locations. The ufs/ufs directory, for example, now can be found at vfs/ufs.
25ufs/ffs can be found in vfs/ufs as well.
26
27Best thing to do would be to rm -rf /usr/include and from /usr/src do a 'make
28includes'. This should repopulate your entire tree.
29
30> Linux emulation
31-----------------
32
33Right now there is a reported problem with the Linux emulation layer not
34working properly. This should be fixed soon.
35
36> Kerberos IV
37-------------
38
39Kerberos IV (eBones) was removed from the tree, please consider moving to
40Kerberos 5 (Heimdal).
41
42> Modules
43---------
44
45Right now the modules do not build. We hope to have them working soon again.