Mail Archives: djgpp/1998/03/13/20:22:51
At 09:33 3/12/1998 -0800, Gregory Gerard wrote:
>Is there any easy way to take a .o file compiled under djgpp and link it
>in with other elf libraries to form an elf executable? Especially when
>one of those elf libraries is the stdlib?
Probably not. The leading underscore is the least of your worries, AFAIK.
From whence come these ELF libraries? Unless they were written, or at least
compiled, for DJGPP, they probably won't work. Also, how do you plan to run
the ELF executable when you get it generated?
If you want to run the ELF executable on another system, why can't you just
compile your source with that system's native compiler?
Nate Eldredge
eldredge AT ap DOT net
- Raw text -