Dear All,
This is my first thread. We are porting an application from unix to linux.
The application is to be connected oracle 10g and access the database.
I am getting the linker error as follows
/usr/bin/ld: cannot find -lexc
collect2: ld returned 1 exit status
The make files flag is as follows
FLAG = -lclntsh -lexc -lmld -lrt -laio_raw -lm -lm -lpthread
I searched the libraries in /usr/lib and other lib locations($ORACLE_HOME/lib) but did not find.
Can you please help me to come out of this linking problem.
With Regards
Pramod