Home » Developer & Programmer » Precompilers, OCI & OCCI » libirc.a is empty (merged)
libirc.a is empty (merged) [message #382777] Sat, 24 January 2009 10:14 Go to next message
amit.singhal
Messages: 2
Registered: January 2009
Junior Member
I am linking my compiled proC file with other C files and getting following error.

ld: 0711-711 ERROR: Input file /opt/orabase/oracle/product/10.2.0/db_1/lib/libirc.a is empty.
The file is being ignored.

I used following command to compile my proC code.

proc iname=dbConnect.pc code=ANSI_C parse=none

Now I am linking the generated C file with other C files like this :

set LIBPATH=/opt/orabase/oracle/product/10.2.0/db_1/lib

/usr/vac/bin/xlc -o echo_client echo_client.c dbConnect.c -lpthread -L /opt/orabase/oracle/product/10.2.0/db_1/lib -lclntsh -ldl -lm -lpthread -lnsl -lirc


Now getting this error:

echo_client.c:
dbConnect.c:
ld: 0711-711 ERROR: Input file /opt/orabase/oracle/product/10.2.0/db_1/lib/libirc.a is empty.
The file is being ignored.
Re: libirc.a is empty (merged) [message #382793 is a reply to message #382777] Sat, 24 January 2009 12:32 Go to previous message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
DON'T crosspost/multipost your question.

Regards
Michel
Previous Topic: sqlcxt error
Next Topic: How to report an Oracle bug?
Goto Forum:
  


Current Time: Thu Mar 28 07:23:46 CDT 2024