Re: [ROOT] Strange CINT warning.

From: Rene Brun (Rene.Brun@cern.ch)
Date: Mon May 03 2004 - 14:15:40 MEST


Elias,

I cannot reproduce this problem.
Could you give more details on your system, gcc version?

Rene

Elias Athanasopoulos wrote:
> 
> Dear all,
> 
> Using the latest version of ROOT:
> 
> elathan@testbed:~/src/ruby/rr> cat cint-bug.cxx
> 
> #include "TApplication.h"
> 
> int main(int argc, char **argv)
> {
>     TApplication *tapp = new TApplication("test", &argc, argv);
>     tapp->Run();
>     return 1;
> }
> elathan@testbed:~/src/ruby/rr> g++ `root-config --libs --cflags` cint-bug.cxx  -o cint-bug
> elathan@testbed:~/src/ruby/rr> ./cint-bug
> Note: File "/usr/local//lib/root/libCore.so" already loaded
> ^C
> elathan@testbed:~/src/ruby/rr>
> 
> Doing a fast grep in ROOT's source tree:
> 
> elathan@testbed:~/src/root/root> find . -name "*.[cxx|c|h|cpp]" | xargs grep "Note: File"
> ./cint/src/loadfile.c:    G__fprinterr(G__serr,"Note: File \"%s\" already loaded\n",filename);
> 
> Anyone with a clue about this warning?
> 
> Regards,
> Elias
> 
> PS. Please 'cc' me on replies as I am not subscribed.
>



This archive was generated by hypermail 2b29 : Sun Jan 02 2005 - 05:50:07 MET