NetBSD/tools/compat
seb e969ce2f8d Adjust pathnames to {md{4,5},sha1}.h after their removal from
src/include.

Approved by mrg@
2003-10-01 11:59:06 +00:00
..
sys
ufs use reachover relative paths in compat include files instead of 2003-05-14 00:30:26 +00:00
Makefile Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
README
compat_defs.h If SIZE_MAX is not defined, but SIZE_T_MAX is defined (e.g. FreeBSD), 2003-08-27 18:33:26 +00:00
compat_pwd.h
config.h.in More properly host-tool-ify stat 2003-07-25 03:21:15 +00:00
configure netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
configure.ac netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
db.h
defs.mk.in Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
fgetln.c netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
flock.c
fts.h
getmode.c
glob.h
issetugid.c
lchflags.c if target is not a symlink, silently succeed rather than failing with 2003-03-19 09:26:38 +00:00
lchmod.c if target is not a symlink, silently succeed rather than failing with 2003-03-19 09:26:38 +00:00
lchown.c if target is not a symlink, silently succeed rather than failing with 2003-03-19 09:26:38 +00:00
md2.h
md4.h Adjust pathnames to {md{4,5},sha1}.h after their removal from 2003-10-01 11:59:06 +00:00
md5.h Adjust pathnames to {md{4,5},sha1}.h after their removal from 2003-10-01 11:59:06 +00:00
mpool.h
namespace.h
nl_types.h
pread.c
putc_unlocked.c FreeBSD #defines putc_unlocked in stdio.h, so guard against that also 2003-03-21 14:40:26 +00:00
pwrite.c
rmd160.h
setenv.c
setgroupent.c
setpassent.c
setprogname.c
sha1.h Adjust pathnames to {md{4,5},sha1}.h after their removal from 2003-10-01 11:59:06 +00:00
snprintf.c
tzfile.h
vis.h

README

$NetBSD: README,v 1.8 2002/09/29 07:05:28 lukem Exp $

Special notes for cross-hosting a NetBSD build on certain platforms.  
Only those platforms which have been tested to complete a "build.sh" run
are listed.

=====

HP-UX:

* zlib must be available.
  This will be fixed in the future to include zlib in libnbcompat.

=====

LINUX:

* Tested on RedHat Linux 7.1 (i386).
  Tested on RedHat Linux 7.3 (i686) on 16 Sep 2002.  Requires "LANG=C"
  in the environment.

* The gcc (and libstdc++, if needed) package must be installed, along
  with the typical system development packages (glibc-devel, etc.).

* The ncurses-devel package must be installed (for nbinfo).

* The zlib and zlib-devel packages must be installed.  This will be
  fixed in the future to include zlib in libnbcompat.

=====

NETBSD (earlier releases):

* Tested on NetBSD 1.5.2 (machine-independently).

* Should need no special setup.

=====

SOLARIS:

* Tested on Solaris/x86 8 (5.8) with gcc 2.95.2 and Solaris/sparc 8 (5.8)
  with gcc 3.2 (not yet tested with SUNWspro).

* $HOST_CC needs to be set properly (for gcc, it should be set to "gcc",
  otherwise the improper /usr/ucb/cc may be invoked by accident).

* The SUNWzlib package (or a built version of zlib visible to $HOST_CC,
  such as SMCzlib from sunfreeware.com) must be installed.  This will be
  fixed in the future to include zlib in libnbcompat.

* Needs the following paths, in this order, in $PATH:

      /usr/xpg4/bin
      /usr/ccs/bin
      <path to host C and C++ compilers>
      /usr/bin

  /usr/ucb may optionally be placed before /usr/bin, per your preference,
  but /usr/ucb *MUST NOT* be before /usr/ccs/bin or before the path to
  the host C and C++ compilers.