Title: Message
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
 
 
 

Reply via email to