From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Thu, 03 Jul 2008 13:53:57 -0400 Subject: [Cluster-devel] [PATCH] Fix libdlm static build In-Reply-To: <486CCEBE.3050809@redhat.com> References: <486CCEBE.3050809@redhat.com> Message-ID: <1215107637.23062.51.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, 2008-07-03 at 14:06 +0100, Christine Caulfield wrote: > > I don't understand the problem you are trying to fix here. Having PIC > objects in the dynamic library and non-PIC in the static is perfectly > standard practice. > Well, you can't build a loadable module using a static library w/o building PIC. -- Lon