This is the mail archive of the systemtap@sources.redhat.com mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

runtime build fixes checked in


I've made the runtime build process almost painless. 

To build everything (relayfs, transport, stpd, and example probes):
> make

To clean up:
> make clean

To build docs
> doxygen Doxyfile

When building the probes, the build process filters out expected
warnings due to symbols in loadable modules.  If there are unusual ones,
it will display them.

~/stp/src/runtime> make
cd probes; ./build
Building shellsnoop
Building test4

------------ Unexpected Warnings in test4 -------------------

*** Warning:
"_stp_map_key_strange" [/home/hunt/stp/src/runtime/probes/test4/test4.ko] undefined!




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]