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: Problems with OraTCL

Re: Problems with OraTCL

From: Richard J. Finn <rfinn_at_hiwd.net>
Date: 1998/06/18
Message-ID: <358964B1.7E1CBD4D@hiwd.net>#1/1

Richard J. Finn wrote:
>
> Okay, after much fuddling with libraries and make files I finnaly got
> OraTCL to compile as a static binary. The shared lib still eludes me.
>
> Next question: I don't have much expierence with this, so does anyone
> know how to compile static TCL libs into another program and be able to
> use the TCL commands from the lib?
>

        I was able to figure out how to add the oratcl lib to the application statically. I found the directives where it adds TclX, GD, NeoTCL, etc...

        The problem is, when I try to compile it, I get the same error I get when I try to load the dynamic version of the library:

> Undefined first referenced
> symbol in file
> slpmprodstab /usr/home/oracle/product/8.0.4/lib/libclntsh.so.1.0
> ld: fatal: Symbol referencing errors. No output written to httpd

        I tried linking in the library file libslpm.a, but that didn't work eihter.

        Any ideas?

-- 
Richard J. Finn		
CTO/CIO			Houston InterWeb Design, Inc.
rfinn@hiwd.net		http://www.houston-interweb.com/
Received on Thu Jun 18 1998 - 00:00:00 CDT

Original text of this message

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