README revision 1.1
1This was prepared to compile with gcc 2.7.0 for AmigaOS and 2libnix 1.0. You don't need ixemul or special directories to run the 3binary, if compiled that way. 4 5With very old versions of gcc, you might need to add +2-. to relative 6offsets in the assembler part, but honestly, I suggest you upgrade your 7assembler (and compiler) instead, even if you know what I'm talking about 8and how to identify the lines. 9 10You'll need the (unchanged) getopt.c from src/lib/libc/stdlib, too. 11 12With newer libnix or the ADE version of gcc, or when removing the 13-noixemul option from CFLAGS, you might need (or want) to delete the 14sleep() function at the bottom of loadbsd, or getopt.o from the 15"OBJS =" line of Makefile. 16 17[Sorry, but I didn't dare to risk my gcc installation a few weeks 18 before the release by trying to install ADE] 19 20 Ignatios Souvatzis 21