Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Linking 32-bit and 64 bit oracle library
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
![]() |
![]() |