I get a big list of these errors when I try to access the linkers discussion archives on opensolaris.org.
type: java.lang.NullPointerException java.lang.NullPointerException at com.jivesoftware.forum.proxy.ForumMessageProxy.getUser(Unknown Source) at org.apache.jsp.viewforum_jsp._jspService(Unknown Source) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at sun.reflect.GeneratedMethodAccessor172.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce ... Anyway - My question is about the "zignore" option. I am getting "check_rtime" warnings because a library that I am linking against has an unreferenced object. $ /ws/on10-tools/onbld/bin/check_rtime sparc/kmf_nss.so.1 ==== ./kmf_nss.so.1 ==== unreferenced object=/usr/lib/mps/libplds4.so; unused dependency of /usr/lib/mps/libsmime3.so <remove lib or -zignore?> ==== Adding "zignore" to my DYNFLAGS line when I build my lib (kmf_nss.so.1) doesn't fix the problem. Is it possible to make this warning go away without rebuilding libsmime3.so.1 (which I don't have access to) ? thanks, wyllys