(no subject)

From: Pasha Murat (murat@cdfsga.fnal.gov)
Date: Thu Jul 30 1998 - 21:46:48 MEST


	Nikolai, I cant reproduce your problem. Find below a simple example 
which runs just fine with ROOT 2.00/08. Could you try it and in case the 
problem persists report to rootdev (and not roottalk) mailing list?

						regards, pasha.
---------------------------------- test.h
double test(double& a);
---------------------------------- linkdef.h
#ifdef __CINT__
#pragma link off all classes;
#pragma link off all functions;
#pragma link off all globals;

#pragma link C++ function test;
#endif
----------------------------------
/data61/top/murat/lgammamet>rootcint -f test_cint.cxx -c test.h linkdef.h
Note: operator new() masked 1c
/data61/top/murat/lgammamet>



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:35 MET