Compiler....

:confused: How to do Compiler a .so with oracle9 libs?

I have my file -> oracobo.pc
my .so is called by Cobol App. -> Runcobol (I don't have source).

Which is the statement of cc compiler?

It's Right :

proc oracobo.pc

cc -O -q32 -DDYNAMIC_LIBRARIES_SUPPORTED -L$ORACLE_HOME/lib/libclntsh.a -g -c oracobo.c

ld -b32 -L$ORACLE_HOME/lib/libclntsh.a -bI:runcobol.imp -bE:oracobo.exp -lc -o oracobo.so oracobo.o

but when I run runcobol give me : ILLEGALL INSTRUCTION (COREDUMP)

Not found statement of oracle .sqlcxt ?

thanks for support!!!! :slight_smile:

Luckycs