I created a new version of libc by changing the VERS variable in Makefile, sparc/Makefile, sparcv9/Makefile from .1 to .2 . Then I copied the new library libc.so.2 into /lib and changed the symbolic link /lib/libc.so to point to /lib/libc.so.2
When I try to link a file with libc the linker complains that it cannot resolve a symbol which is a function found in the new version of my library. So, it probably does not link against the new version of libc. Do you have any ideas for this. Sorry for bothering you again with my stupid questions and thanks for your answers This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
