Re: CG92_USED Undefined Symbol PRO*C

From: Lorne Schachter <lhsux_at_swingset.bae.bellcore.com>
Date: Mon, 18 Jul 1994 16:21:42 GMT
Message-ID: <Ct59G7.7LJ_at_walter.bellcore.com>


In article <Ct4z9I.DyC_at_world.std.com>, dataware_at_world.std.com (Dataware Solutions) writes:
|> I'm Having a problem linking my pro*c
|> program I keep getting an undefined symbol CG92_used, I'm
|> using the GCC compiler for Solaris 2.3 running Oracle 7.0.16.
|> I called Oracle and they said to include a library from the
|> Sun SPARC compiler, however we are using the GCC compiler and
|> I don't think the fix the faxed me is valid for this compiler.
|> If any body has had a similar problem I would appreciate any
|> suggestions. Thanks in advance.
|>
|> Jeff
Link the following .c into your executable and it will resolve the problem:

int __cg92_used = 0;

                                        Lorne Schachter Received on Mon Jul 18 1994 - 18:21:42 CEST

Original text of this message