libirc.a is empty (merged) [message #382777] |
Sat, 24 January 2009 10:14 |
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.
|
|
|
|