[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: another error message




Hi Blake,

Do an svn update and rebuild.

There was a problem in the order in which libraries are linked that  
causes this.  The library the resolves this symbol is linked before  
the tracking library.  It should be fixed in the most recent version  
in the repository.

-Matt

On Feb 5, 2009, at 3:04 PM, Blake Leverington wrote:

> Hey,
>
> So I've done the make clean and make but now I get the following  
> error and I've been checking to make sure all the appropriate  
> library and include files are there and the header files are  
> included but I don't seem to be able to solve this one.
>
>
> /home/s4/leverin/gluex/my_src/lib/Linux_RH-athlon-gcc3.4.4/ 
> libTRACKING.a(DKalmanFilter.o)(.text+0x1808): In function  
> `DKalmanFilter::GetProcessNoise(double, double, double,  
> TMatrixT<double>, TMatrixT<double>&)':
> : undefined reference to `DMaterialMap::GetRadLen(double, double,  
> double) const'
> collect2: ld returned 1 exit status
> make: *** [fcalTree] Error 1
>
>
>
>
> Any ideas? I got it when it tried to compile hd_ana as well when I  
> ran make at the /src/programs/Analysis level
>
> -Blake