Mail Archives: djgpp/1999/06/10/04:00:21
On Wed, 9 Jun 1999, Igor I. Tovstopyat-Nelip wrote:
> Though, I still think that dynamic libraries might be not that bad. For
> instance, all kinds of Unixes use them intensively and nevertheless may be
> regarded as solid and reliable systems.
That's because a typical Unix system has a person called ``sysadmin''
who won't let you install any software that overwrites system
libraries. Compare that with the usual non-administration of a
typical desktop PC, and you will understand the reasons for the
difference.
> As a beginner I just didn't know that DJGPP produces a debugging
> version of executable by default (which is not usually a case in Unix).
This isn't true: Unix linkers also produce unstripped programs by
default (after all, DJGPP uses a linker that is a port form Unix).
The difference in size might be due to a fact that GCC produces much
more debugging info than other Unix compilers, and also because many
modern Unix systems use dynamic linking (ala DLLs) as the default.
- Raw text -