[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtool : .o files are ignored when mixing .lo and .o files
From: |
Bob Friesenhahn |
Subject: |
Re: libtool : .o files are ignored when mixing .lo and .o files |
Date: |
Sun, 21 Nov 2010 13:30:13 -0600 (CST) |
User-agent: |
Alpine 2.01 (GSO 1266 2009-07-14) |
On Sun, 21 Nov 2010, Nicolas PENINGUY wrote:
So :
- libobjs (seems to be used to build a dynamic library) contains the .o file
and the .lo files.
- oldobjs (used to build traditional libray using ar) contains only the .lo
files.
Is it a bug in libtool or an intentional behaviour ?
Libtool does not have knowledge of how stap_probes.o is built so it
assumes that it is suitable for static linkage only. The same is true
for .a archive files not built by libtool. This is intentional
behaviour.
Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/