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

Home -> Community -> Usenet -> c.d.o.server -> Re: Pro*C compiler for 8i (8.1.5)

Re: Pro*C compiler for 8i (8.1.5)

From: Jeff Brocious <jlbroci_at_ess-consultants.com>
Date: Sun, 19 Sep 1999 22:15:23 -0400
Message-ID: <#35UZ3wA$GA.177@cpmsnbbsa05>


It was requested that I supply the link list we are trying to use. We are trying to use whatever the demo makefile creates. Not knowing much about the libraries themselves, we have to depend upon somebody telling us the proper order. For whatever reason, this doesn't appear to be part of the documentation. I don't have the exact list we last tried in front of me right now, but it is entirely gross. libsql8 and libcommon8 must be repeated 6 or 8 times each. I can't believe there are as many circular dependencies as this list implies. I thought the 7.3 link list was bad, but this 8i list we got from the makefile is 10 times as bad. I'm certain there are a few libraries we don't need, since we're not doing any of the OCI or threads stuff yet. We just want to find out the proper order you must put the basic libraries in to get something to compile statically.

Jeff Brocious wrote in message ...
>hey,
>
>We're trying to get the Pro*C compiler working in 8i. So far, we can't
find
>the right combination of oracle libraries to get the finished executable
all
>linked together. I've tried using the makefile from the demo directory,
but
>can't get that to work. We still end up with 30-35 undefined references.
>We don't need anything fancy, just the basic Pro*C stuff - no threads, OCI,
>etc. We're running this on Sun Solaris 2.6 and DEC Alpha 4.0D. If anyone
>has any hints or tips, they would be greatly appreciated. Thanks.
>
>Jeff
>
>
>
>
>
>
Received on Sun Sep 19 1999 - 21:15:23 CDT

Original text of this message

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