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 -> Compiling Pro*C Flatten.pc For Spooling

Compiling Pro*C Flatten.pc For Spooling

From: absinth <absinth_at_gmail.com>
Date: 5 Apr 2005 15:59:42 -0700
Message-ID: <1112741982.663514.248260@o13g2000cwo.googlegroups.com>


Hi,

I've got flatten.pc off:

asktom.oracle.com/~tkyte

which spools a table and I'm trying to compile it.

I successfully executed proc -iname=flatten flatten.pc and have the resulting '.c' file. Now when I try compile it with:

gcc -o flatten flatten.o -m64 -L/oracle/rdbms/9.2.0/orax011/lib
-lclntsh -m64 -lclntst9 -m64

+ gcc -o flatten flatten.o -m64 -L/oracle/rdbms/9.2.0/orax011/lib
-lclntsh -m64 -lclntst9 -m64

ld: fatal: file flatten.o: wrong ELF class: ELFCLASS32

ld: fatal: File processing errors. No output written to flatten

collect2: ld returned 1 exit status

I can't get out the binary?

I've tried to use Tom Kyte's Oracle Pro*C makefile (http://asktom.oracle.com/~tkyte/proc_makefile/) also to no avail. Can anyone give me some pointers or an example make file? Received on Tue Apr 05 2005 - 17:59:42 CDT

Original text of this message

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