From: hasdi AT umich DOT edu (Hasdi Rodzmann Hashim) Newsgroups: comp.os.msdos.djgpp Subject: Re: COFF and ELF exec formats Date: 22 Sep 1996 22:07:12 GMT Organization: University of Michigan Lines: 19 Message-ID: <524dag$q3n@lastactionhero.rs.itd.umich.edu> References: NNTP-Posting-Host: joust.rs.itd.umich.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Kevin Moule (krmoule AT undergrad DOT math DOT uwaterloo DOT ca) wrote: : The best thing about all this is that its already been implemented : for linux, and would require only a port to DJGPP. But this gets : back to my original message, is it possible and/or practical to : port this to DJGPP? possible? yeah. practical? Well, until you have the elf-executable loader that works in DOS, there is little reason for djgpp to generate ELF binaries and shared libraries. Heck, you can generate ELF binaries and shared libraries from other platform such as gcc under Linux. It's just the elf loader that needs to be made/worked on. Is there one in progress? I might be willing to pitch in. Later. Hasdi