This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: systemtap multiple objs linking question
Hi -
> Here is the build log:
> $ make -j8 | tee -a build.log
Thanks!
> src/node_systemtap.d
> generates
> [...]
> node_sytemtap_sema.o
Righto.
> [...]
> looked to me like linker was trying to get all objects on the final
> link of src/out/node.
... but there is no sign of sema.o being ever listed to the linker
(see the absence at the bottom of your build.log). I think that's the
problem.
You could also opt to disable the sempahore mechanism, which may not
buy you anything on stap. I believe on newer systemtap, it defaults
disabled, thus not making reference to *_*_semaphore variables.
- FChE