Hi Brian,
I am in the group working with the Open MPI community and we use libtool also.
I am not at the point of generating the .h files from dtrace yet but the code
snippet that follows get me by. I am definitely interested in what you might
find and if we make further progress ourselfs I'll post it.
-----Makefile.am-----
....
EXTRA_mca_pml_ob1_la_SOURCES = mpi_provider.d
mca_pml_ob1_la_LIBADD += mpi_provider.o
mpi_provider.o: $(srcdir)/mpi_provider pml_ob1_iprobe.c
dtrace -G -32 -s $(srcdir)/mpi_provider.d pml_ob1_iprobe.c
--------------------------
--td
--
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
[email protected]