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