Which Oracle libs to link with Pro*C program?
Date: 1998/03/18
Message-ID: <6epur4$2fp$1_at_neuromancer.echo-on.net>#1/1
[Quoted] I'm currently getting by with using a modified version of the Oracle supplied Makefile sample on AIX 4.1. However the binary for my rather simple program is 2.4M in size. I also notice that the Oracle Makefile links in -many- libraries, many of which I'm sure aren't necessary.
[Quoted] How can I find out which libraries are to be used when? I believe I have the full Oracle 7 server documentation set and have poured over it extensively for such information and haven't found any. There are probably about 20 libraries in $ORACLE_HOME/lib many of which get linked in using the Oracle supplied makefile.
Some documentation for C functions specify the necessary #include file and the required lib. But the Oracle Pro*C documentation doesn't seem to have this.
I'm hoping that by specifying only the libraries that are needed for my program, the binary size would be greatly reduced.
Zoran. Received on Wed Mar 18 1998 - 00:00:00 CET