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.
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?
> g++ `root-config --cflags --glibs` -lRooFit -o junk junk.cc
/usr/bin/ld: warning: libstdc++.so.6, needed by
/usr/lib/root/libCore.so, may conflict with libstdc++.so.5
/usr/bin/ld: warning: libMinuit.so.5.09, needed by
/usr/lib/root/libRooFit.so, not found (try using -rpath or
-rpath-link)
/usr/lib/root/libRooFit.so: undefined reference to `gMinuit'
/usr/lib/root/libRooFit.so: undefined reference to
`TFitter::TFitter[in-charge](int)'
collect2: ld returned 1 exit status
> cat junk.cc
#include <RooRealVar.h>
int main() {
RooRealVar x("x","x",0,10);
}
Cheers,
Chris
On 1/14/06, Christian Holm Christensen <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've uploaded new Debian source and binary packages of ROOT to
>
> deb http://mirror.phy.bnl.gov/debian-root unstable root
>
> This is version 5.09.01, revision 3.
>
> For binary users, there's packages for `unstable i386, and `unstable
> amd64' courtesy of Kevin.
>
> For ROOT Ruby users: You _do_not_ need to set RUBYLIB - there's a
> symlink in the normal Ruby directory to libRuby. You need the
> libroot-ruby-dev package
>
> For ROOT Python users: You do need to specify the location of ROOT.py
> and libPyROOT.so. You need the libroot-python-dev package.
>
> Note, that SapDB has changed name to MaxDB, and the package
> root-plugin-sapdb has been renamed to root-plugin-maxdb to reflect
> this.
>
> For those of you willing to try building on various platforms, please do
> so. This revision should hopefully fix the problems reported so far.
>
> I've checked that I could build the packages with pbuilder (a chroot
> image with only the minimal set of packages installed to build ROOT),
> and everything went fine.
>
> Yours,
>
> --
> ___ | Christian Holm Christensen
> |_| | -------------------------------------------------------------
> | | Address: Sankt Hansgade 23, 1. th. Phone: (+45) 35 35 96 91
> _| DK-2200 Copenhagen N Cell: (+45) 24 61 85 91
> _| Denmark Office: (+45) 353 25 404
> ____| Email: [EMAIL PROTECTED] Web: www.nbi.dk/~cholm
> | |
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>