lclntst10 not found error [message #259119] |
Tue, 14 August 2007 08:05 |
ijy_david
Messages: 7 Registered: August 2007 Location: UK
|
Junior Member |
|
|
Hi,
I am trying 2 compile a pro* c program without a make file.
The objective is to get a 64 bit static library.
This is the command i give
cc +DA2.0W -o MGRWR01K FILLO01M.o MGRWR01K.o -L$ORACLE_HOME/lib -lclntst10
But am getting an error
ld: Mismatched ABI (not an ELF file) for -lclntst10, found /opt/oracle/product/10.2.0.3/lib/libclntst10.a
Fatal error.
If I give -lclntsh instead of -lclntst10, it compiles. But i need it static?
Could anyone please help me in this regard?
Regards,
Ijy
|
|
|
|
|