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

Home -> Community -> Mailing Lists -> Oracle-L -> Huge C executables.

Huge C executables.

From: James Symons <symons.james_at_COLUMBUS.CO.ZA>
Date: Wed, 7 Feb 1996 15:57:42 -0200
Message-Id: <9602071403.AA22455@alice.jcc.com>


Silvia

Just a bit of info I thought might be of interest to you. To reduce the size of the executables I use the folowing two Unix commands.   mcs -d <executable filename> followed by   strip <executable filename>

This usually takes off about 0.5 megabyte from the size of the executable.

Regards.

James Symons                                                    Tel  : 013 -
2472137
I.T Consultant                                                     Fax : 013
- 2472622
Columbus Stainless
South Africa                                                       Email :
symons.james_at_columbus.co.za

The opinions and/or advice expressed here are not necessarily those of Columbus Stainless! Received on Wed Feb 07 1996 - 09:03:20 CST

Original text of this message

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