LINKZ80 This is the source tree for the ALDS cross-assembler linker. If you are compiling the software on the XENIX 68000 platform with the PCC compiler, copy the Makefile.xen68k file to Makefile and run "make". For use on a FreeBSD or similar BSD-derived platform with a GCC compiler, copy the Makefile.fbsd to Makefile and then run "make". Note that the linker was originally named simply "link", but this name conflicts with the "link" alias for "ln" now present on some platforms. To avoid conflicts, the ALDS linker executable is now renamed to linkz80. For both Makefiles, before you use options other than the basic "make", "make clean" and "make depend" (only ones tested), be sure to review the Makefile and make any adjustments to path and directory selections before using other make features. The "makelog" files show what the output of a complete build looks like, including any compiler or linker warnings that are deemed to be "normal". Last updated 3-Sep-2007 Frank Durda IV