> > > Hello rooters, > > First of all i must be grateful for the disinterested help given by this mailing list to > people like me that is newer and at this moment only send questions. > > I would like to know if I can make an executable file using root shared libs and run this > application in a machine without root executable i mean only with the necessary .so and .h > I have to do a physic application(something like lasser beam analyzer) that must run in a > computer with mandrake 7.2 and is not valid for me to run it with this nice framework. If I understand you right what you call "root" is 10 lines C++ code (see attachment) The simplest way to do this: cp $ROOTSYS/root.exe ~/bin/lasser There are other solutions too. Most of them will be more complex. The result will by similar. One has to copy those 10 lines and compile it to get the same binary as above. The rest functionality (299'990 lines of the code) will come from the share libraries (from $ROOTSYS/lib) anyway. One may find several examples of such stand-alone programs under $ROOTSYS/test directory. Hope this helps. Valeri.
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:52 MET