On Sun, Feb 03, 2008 at 02:07:30PM -0800, Marco van Wieringen wrote:
> But I run into exactly the same problems described here with the CTF symbols 
> missing when doing a simple
> 
> dtrace -G -o libsldap_provider.o -s ../common/libsldap_provider.d pics/*.o
> 
> e.g.
> 
> ERROR: ctfmerge: Input file pics/libsldap_provider.o was partially built from 
> C sources, but no CTF data was present.

You should not be running ctfmerge on object files generated by dtrace(1M).
You're probably running ctfmerge as part of the standard Makefiles -- you'll
just need to work around it by adding a different category of object files
and overriding some of the default targets.

Adam

-- 
Adam Leventhal, Fishworks                        http://blogs.sun.com/ahl
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to