Stand-alone applications.

From: Lucio Anderlini <l.anderlini_at_gmail.com>
Date: Tue, 28 Jul 2009 00:02:40 +0200


Dear all,
  I see this is an unusual question, but I have not find in the web the way to obtain a stand-alone application from the compiling process.

Assuming to have Scientific Linux and the following code:

#include <iostream>

int main ()
{

    cout << "Hello world" << endl;
    return 0;
}

Is there any way to have it compiled with ACLiC (or in another way such that I can use root libraries) and to get an executable helloworld.out file which I can run just with ./helloworld.out ?

I would need to run a program using root libraries on a PC where root cannot be installed, this is the why of my enquiry.

Thanks a lot!

Lucio Anderlini. Received on Tue Jul 28 2009 - 00:03:10 CEST

This archive was generated by hypermail 2.2.0 : Tue Jul 28 2009 - 05:50:06 CEST