Mail Archives: djgpp/1999/08/12/12:41:28
On Tue, 10 Aug 1999, Peter Restall wrote:
> The first is, can I compile ELF binaries with DJGPP ?
No, not unless you reconfigure Binutils to include ELF support and then
rebuild Binutils from sources.
> I'm interested because I wish to create my own dynamic-library routines that work
> under Linux (which uses ELF) and hopefully under DJGPP as well.
Note that object code usually includes hidden dependencies on some
private features of the library on the platform where they were compiled.
So object files compiled on Linux might not link with DJGPP-compiled
code, unless the sources compiled on Linux didn't call any functions
from libc.a.
- Raw text -