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/21
Message-ID: <344C653C.9112E32D@ginit.de>#1/1

The Pro*C compiler isn't even a compiler, it's just a preprocessor. So you will have to blame your C compiler and linker for the size of the executable. :)

I don't known if Oracle supplies dynamic libraries on Unix (I'm cursed with Win95) but if they do, you will have to change the given makefile to link in the dynamic libraries. Maybe you can leave out some more libs from the makefile (such as libm or whatever is there) but apart from that you won't have much luck reducing the size of the executable.

Markus

-- 
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 Tue Oct 21 1997 - 00:00:00 CDT

Original text of this message

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