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 -> Linking 32-bit and 64 bit oracle library

Linking 32-bit and 64 bit oracle library

From: <abhi147_at_gmail.com>
Date: 4 Sep 2006 05:50:56 -0700
Message-ID: <1157374255.940139.222320@b28g2000cwb.googlegroups.com>


Hi ,

   I am creating two libraries using Pro*c , one which uses Oracle client 8.0.5 and the other uses Oracle 10.2.0.1.0(In their own environment) . The 8.0.5 library is a 32 bit , and 10g's library is 64 bit library(uses -xarch=v9 flag while compiling)

when I include these libraries as USRLIBS I get errors like :

ld: fatal: file pro_10.o: wrong ELF class: ELFCLASS64

Is there any way to convery the 32 bit library to 64 or vice versa ?

Thanks ! Received on Mon Sep 04 2006 - 07:50:56 CDT

Original text of this message

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