static linking of shared root libs?

Christoph Ernst (ernst@th.physik.uni-frankfurt.de)
Fri, 15 Jan 1999 09:37:33 +0100 (CET)


Dear rooters,

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