Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Pro*C executable size

Re: Pro*C executable size

From: Markus Schöpflin <schoepflin_at_ginit.de>
Date: 1997/10/22
Message-ID: <344DC43C.41DB13FA@ginit.de>#1/1

Zernan Martinez wrote:
>
> One can use the 'strip' utility in Unix to reduce the size of the
> executable. It still leaves you with a relatively large file but at
> least it's start.
>

Usually there is a linker option that achieves the same result. But removing the symbols from the executable (which is what strip actually does) only helps in reducing the storage size of the executable. It's size in memory will stay exactly the same.

-- 
Markus Schoepflin                         www:   http://www.ginit.de
GINIT Gesellschaft fuer integrierte       email: schoepflin_at_ginit.de
Informationssysteme mbH                   phone: +49 721 9 66 81 67
Vincenz-Priessnitz-Str. 1                 fax:   +49 721 9 66 81 11
D-76131 Karlsruhe, Germany
Received on Wed Oct 22 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US