Mail Archives: djgpp/1994/11/14/19:22:16
> Ouch. Hmmm. How about some sort of (don't tell the FSF :-) ) #pragma? How
> do other systems handle this sort of thing?
The linker just knows to put that data somwhere that strip won't
touch.
> Why not build something like that into DJGPP 2.0? Have the stub launch a
> loader which exits after loading the libraries?
There's still the problem of where to put the library. Most systems
that support shared libraries can load the library at a predictable
address, so that no relocation is needed. In DPMI 0.9, there is no
way of doing this.
- Raw text -