Need newer version of libC.so library
822116Feb 13 2011 — edited Feb 14 2011Hi ,
Previously my source is compiled with CC 4.1 compiler.
Beacuse of some reason we moved the CC 5.5 compiler. When i am trying to compilation, all the files are compiling successfully but facing the proble at linking time. I got the below errors in linking time :-
vectornew_ xxxx/lib/libux.so
vectordelete_ xxxx/lib/libux.so
I came to know that the -vector_new and vectordelete's definition is in libC.so.
But in the latest C++ compiler i am not able to find it. Where is in old compiler i will able to find.
Please help me in finding the solution for this issue.
CC compiler versions :-
New :- CC: Sun C++ 5.5 Patch 113817-10 2004/10/05
Old :- CC: SC4.0 18 Oct 1995 C++ 4.1
Thanks in advance,
Srikanth.