Re: different lib size when compiling on another pc

vbdis@aol.com (VBDis)
11 Feb 2003 01:19:35 -0500

          From comp.compilers

Related articles
different lib size when compiling on another pc m_rosselle@hotmail.com (Martin Rosselle) (2003-02-05)
Re: different lib size when compiling on another pc kwaxer@aha.ru (Alexander Kogtenkov) (2003-02-11)
Re: different lib size when compiling on another pc vbdis@aol.com (2003-02-11)
| List of all articles for this month |

From: vbdis@aol.com (VBDis)
Newsgroups: comp.compilers
Date: 11 Feb 2003 01:19:35 -0500
Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com
References: 03-02-014
Keywords: tools, practice
Posted-Date: 11 Feb 2003 01:19:35 EST

"Martin Rosselle" <m_rosselle@hotmail.com> schreibt:


>What could be the reason of this size difference ?


You should specify the compiler(s) being used. The differences may
come from different compilers or versions, from different external
definition files (if used by the compilers), or from other different
(source/header...) files.


When you produce a map for the library, then you can determine
yourself what makes up the different size: different code creation,
added procedures or data or debug information...


DoDi


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.