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 -> C++ Compilation Error. HELP!

C++ Compilation Error. HELP!

From: Wayne Larimore <dwljr_at_ionet.net>
Date: 28 Sep 1998 21:04:55 GMT
Message-ID: <01bdeb24$1687f200$2a27a8c0@computer>


A few months back we moved our departments Oracle database onto a different platform. In the process, I believe we missed a file or files. When I attempt to compile a C++ source application that uses RogueWave DBTools, I am getting the proceeding results (Can't find library for -locic). Is this file an Oracle library. And if so, where can I find it? Thanks in advance,
wayne.larimore_at_alltel.com
---
LBXTEST:/prod/main/lbx/shl: make -f ps2.mak

        CC -o ps2 \
        -L/da2400s11/rogue/lib -L/oracle/app/oracle/product/732/lib
-L/da2400s11
/rogue \
        ps2.o \
        /da2400s11/rogue/lib/dborlib.o

/oracle/app/oracle/product/732/lib/osntab
.o /opt/langtools/lib/end.o -lrwora -lrwdb -lrwtool -locic \
        -lsqlnet -lora -lsqlnet -lcore -lnlsrtl -lcore -lcv6 -lm \
        -L/usr/lib -lstr -lcore

/usr/ccs/bin/ld: Can't find library for -locic
*** Error exit code 1 Received on Mon Sep 28 1998 - 16:04:55 CDT

Original text of this message

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