On Mon, Mar 20, 2000 at 04:45:25PM +0100, Ulrich Weigand wrote:
>
> Andreas Mohr <[EMAIL PROTECTED]> wrote:
>
> > I seem to remember that it's possible to create combined EXE/ELF
> > libraries capable of execution on both Linux *and* Windows.
>
> Well, considering that every Windows EXE must start with the 'MZ'
> signature, while every ELF executable must start with 'ELF', this
> would appear difficult :-/
Ouch !
Yes, of course ELF starts with, well, just... "ELF". ;-)
So that issue is settled now, thanks !
Andreas Mohr