On 6/16/19 5:08 PM, Thomas Dickey wrote: > I've built, but don't see how to run... with Solaris 11.4 > (since the existing libraries are linked to an ABI 4 libXt).
It's the same ABI, we just preserve the long-standing Solaris .so.4 versioning for binary compatibility sake, by patching src/Makefile.am to change the libXt_la_LDFLAGS: https://github.com/oracle/solaris-userland/blob/master/components/x11/lib/libXt/patches/01-6671721.patch#L686-L701 You can see the rest of our libXt build configuration/patches in: https://github.com/oracle/solaris-userland/tree/master/components/x11/lib/libXt -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - https://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
