Hi Howard, * Howard Chu wrote on Thu, Jul 15, 2010 at 06:51:30AM CEST: > > The z/OS linker has two operating modes, old style and XPLINK. I > seem to recall that you can only create DLLs using XPLINK. This has > some complications because XPLINK throws all object files into a > single namespace; if you have two object files with the same > filename foo.o they will clash and either the link will fail or only > one of them will be inserted into the result.
This should be fairly easy to work around: libtool already has machinery in place to rename objects sub1/foo.o sub2/foo.o that are to be added to the same static library; we could enable that machinery for shared objects on systems that need it. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool