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

Home -> Community -> Mailing Lists -> Oracle-L -> Compiling under Oracle 9i

Compiling under Oracle 9i

From: Biddell, Ian <ian.biddell_at_hp.com>
Date: Tue, 17 Dec 2002 21:09:02 -0800
Message-ID: <F001.0051C49F.20021217210902@fatcity.com>


Hi All,  

I am trying to build one of our applications (servers & batch programs) on a new server running Oracle 9i (9.2)
unfortunately when I get to linking a program it fails. If I try linking the object without supplying the extra objects it needs I get

[D:/NTDEV/GCCC/dev/animlib] cbllink pb999088.obj

pb999088.obj
cbllds.obj

pb999088.obj : error LNK2001: unresolved external symbol "_FHREDIR"
pb999088.obj : error LNK2001: unresolved external symbol "_GETPARAMTEXT"
pb999088.obj : error LNK2001: unresolved external symbol "_ORASQL8"
pb999088.obj : error LNK2001: unresolved external symbol "_SQLADR"
pb999088.obj : error LNK2001: unresolved external symbol "_SQLADRVC"
pb999088.obj : error LNK2001: unresolved external symbol "_SQLBEX"
pb999088.obj : error LNK2001: unresolved external symbol "_USERLOG"
pb999088.exe : error LNK1120: 7 unresolved externals

You can see it wants orasql8.lib but I only have orasql9.lib Then when I link it properly with all the required objects I get:

[D:/NTDEV/GCCC/dev/animlib] nmake pb999088.exe
 

cbllink PB999088.OBJ tal.lib fhredir.obj cobintfn.obj oraSQL9.lib libtux.lib
libtux2.lib libcobatmi.lib libbuft.lib libfml.lib libfml32.lib libgp.lib Micro Focus COBOL - CBLLINK utility Version 4.0.32 Copyright (C) 1993-1997 Micro Focus Ltd.    

PB999088.OBJ
fhredir.obj
cobintfn.obj
mffh.obj
xfhname.obj
cbllds.obj
D:\Oracle\ora92\precomp\lib\oraSQL9.lib : error LNK1106: invalid file or disk full: cannot seek to 0x3cca3c41

Does anyone know why I get this odd error and how to fix it?  

thanks
Ian      

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Biddell, Ian
  INET: ian.biddell_at_hp.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Dec 17 2002 - 23:09:02 CST

Original text of this message

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