libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: z/OS


From: Ralf Wildenhues
Subject: Re: z/OS
Date: Thu, 15 Jul 2010 06:54:47 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]