Hi all, I assume that some of the Webstack apps rely on libtool. So, greatly appreciated if anyone has answers to questions and suggestions below.
> 1. Using libtool correctly with dtrace -G Our product uses libtool to build several static and shared libraries. We will be using a method based on this 1.5 year old message: http://www.mail-archive.com/libtool at gnu.org/msg10587.html Is this still the "state of the art"? A more robust method would be appealing. What you do suggest? 2. Any pitfalls to avoid when adding USDT support 3. Multiple Libraries - can an application 'see' the USDT probes of all the shared libraries it uses? If so are there any extra steps needed when linking the application? - can a provider's probes come from more than a single shared library? 4. A minor feature request: Could dtrace -G look at the object file class to determine whether -32 or -64 is needed? > thanks -marina