Wesley Parish <[EMAIL PROTECTED]> wrote on Tue, 20 Mar 2007
21:11:22 +1200:

# The thing that came up in my mind was, how does djgpp turn a Un*x binary
into
# a DOS executable?  There's a 32-bit DOS stub that gets attached during
the
# later compile process, after compiling and assembling.  The only thing
is, I
# don't know if it would be possible to compile something in Linux, copy
the
# compiled file over to the DOS partition, then finish the compile process
by
# attaching the 32-bit DOS stub.

Not necessary - if you build a real DJGPP cross-compiler, it will run
stubify for you, right there on the Linux box.  Also, that way you know
you're linking against the correct libraries, etc.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to