[ROOT] Compilation trouble

From: Ivan Storgaard Vogelius (ivansv@ifa.au.dk)
Date: Tue Dec 19 2000 - 13:06:10 MET


Hi

 We are running in to the following type of error message for practically
every object in our programme when trying to compile it:  

/tmp/ccJniGkT.o: In function `main':  /users/data/Root/test/MRevCli.C:104:
undefined reference to `TStopwatch::TStopwatch(void)' /tmp/ccJniGkT.o: In
function `main': /users/cern/root/include/TObject.h:159: undefined
reference to `TStorage::Object collect2: ld returned 1 exit status Bits of
our programme: 
make: *** [MRevCli] Error 1
#include <stdio.h> 
#include <stdfunc.h> 
#include <stdlib.h> 
#include<TROOT.h> 
#include<TStopwatch.h> 
#include <TSocket.h> 
#include <TCanvas.h>
#include <TH1.h> 
#include <TH2.h> 
#include <TFrame.h> 
#include <TFile.h>
#include <MRevBuffer.h>

......

TStopwatch pClock; (line 104)
TSocket *pSocket;

...

Any ideas?

Ivan



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:40 MET