Thanks for the tips. Using g++-3.4 solved the problems with the c++ library, thanks. I don't know why it was moved to 3.4 - is there anything in ROOT that needs it?
Cheers, Chris On 1/24/06, Kevin B McCarty ([EMAIL PROTECTED]) <[EMAIL PROTECTED]> wrote: > Hi Chris, > > Chris Roat wrote: > > > Hi Christian, > > > > Thanks again for creating these packags. I'm still a little confused > > as to the right way to link if to libMinuit from root-plugin-minuit. > > I'll let Christian handle that... > > > It also looks like the libstdc++ isn't quite right I have both > > libstdc++5 and libstdc++6 installed. Any thoughts why g++ is > > confused? > > but here it seems like you have a mismatching version of g++. > Seems like your installed ROOT packages were built with g++ 3.4 > or 4.0 while you are trying to compile and link with g++ 3.3. > What version of Debian are you using? Are you using the ROOT > packages from "stable" or "unstable"? What do you get if you > run the command "apt-cache policy g++"? How about > "ls -l `which g++`"? > > regards, > > -- > Kevin B. McCarty <[EMAIL PROTECTED]> Physics Department > WWW: http://www.princeton.edu/~kmccarty/ Princeton University > GPG: public key ID 4F83C751 Princeton, NJ 08544 > >

