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

Home -> Community -> Mailing Lists -> Oracle-L -> Linking problem under Open VMS

Linking problem under Open VMS

From: Sackwitz, Antje <Sackwitz_at_vst.vossloh.de>
Date: Fri, 23 Jun 2000 13:25:44 +0200
Message-Id: <10537.110238@fatcity.com>


Hi,
we are using ProC under Open VMS. (Database version is V8.0.5.0, but plan to migrate to 8.1.6)
For some reason we cannot use the lnproc command. Now we are linking the libs used in lnproc command but have the phenomenon that compiling a small demo programm gives an executable of 6MB and linking time of about 3 minutes. Any idea what we miss? The linking command we use is as follows:

CXXLINK /ALPHA /TRACE /MAP=DSK_GEN_MAP /FULL /THREADS_ENABLED /NOINFO
/REPOS=(DSK_REP,BAS_REP,RWDIR:[WORK.LIB.CXX_REPOSITORY15S])
/EXE=SAMPLE.EXE SAMPLE.OBJ,

  ora_sqlolb:libsql/lib,
  ora_olb:rdbms_objlib/lib,
  ora_olb:oraclient/opt,
  ora_olb:rdbms_objlib/lib/inc=(kpudfo),
  ora_olb:network/opt,
  ora_olb:rdbms/opt,
  ora_olb:core/opt,
  ora_olb:network/opt,
  ora_olb:rdbms/opt,
  ora_olb:libepc/lib,
  ora_olb:libepcfe/lib,
  ora_olb:libepc/lib,
  ora_olb:libepcpt/lib,
  ora_olb:core/opt,
  ora_olb:rdbms/opt,
  ora_olb:core/opt

Any help is greatly appreciated. Received on Fri Jun 23 2000 - 06:25:44 CDT

Original text of this message

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