How can I create executables (on LINUX gcc2.7) which include the root
library statically?
The problem is that I want to run on machines (of the same operation system)
where root itself and its libraries will be not available :-[
Is it possible to include shared libraries statically when I make my
program? Or do I have to compile the whole root library statically (how?)
and create a '.a'-file? Is there a better solution involving something like
rootd?
Thanks for your help
Christoph