Development snapshots of the dynamic loader can be retrieved from
http://sourceforge.net/project/showfiles.php?group_id=21711. The file name of snapshot is
peace-i386-ld.so.dll-*.gz, where `*' is replaced with the snapshot date. Simply
gunzip(1) the file and copy the resulting file to
/usr/libexec/ld.so.dll.
The core DLLs archives can also be retrieved from
http://sourceforge.net/project/showfiles.php?group_id=21711 as
peace-i386-sysdll-*.tgz and
peace-i386-dll-*.tgz. The dynamic loader searches for required DLLs from the following directories:
1.
directories listed in the environment variable DLLPATH (separated by colons)
3.
the directory where the executable is located
The core DLLs are required to be installed into
/usr/lib, in order to use
CMD.EXE (or another Win32 application) as the login shell.
According to the development phase, some other PEACE-specific DLLs might be distributed separately. Please check the announcements on the Web or the mailing list.
Other DLLs can be stored in arbitrary directories specified by the environment variable
DLLPATH. To use Windows NT/2000 DLLs installed on a separate partition of the local disk directly for
NetBSD, type:
mount -t ntfs -o ro /dev/wd0h /nthd
setenv DLLPATH /nthd/WINNT/SYSTEM32:/nthd/WINNT
(assuming
csh(1)).