DJGPP ELF support. 1. Installation Download bnu216e.zip and unpack over your djgpp directory Download gcc400e.zip and unpack over your djgpp directory Download gpp400e.zip and unpack over your djgpp directory Download djdev2e4.zip and unpack over your djgpp directory Add the following line to autoexec.bat: set LD_LIBRARY_PATH=/elf 2. Usage ELF programs must be compiled like that: gcc -B/dev/env/DJDIR/elf ... Before running ELF programs, make sure LD_LIBRARY_PATH is set Do NOT strip executables!!! The `-s' flag should be enough. 3. DJELF sourcecode howto.txt documentation for building DJELF bnu216s3.zip modifications for binutils 2.16 gcc400s3.zip modifications for gcc 4.0.0 djelf204.zip modifications for djlsr 2.04 djelftst.zip test programs gcc410s3.zip modifications for gcc 4.1.0 ELF.txt ELF specification document todo.txt TO DO internal document Have fun, Daniel Borca