[Rivet] Agile undefined symbol: pho_rndm_ linking error

Hendrik Hoeth hendrik.hoeth at cern.ch
Thu Jun 27 23:40:21 BST 2013


Hi David,

can you please try the attached patch for AGILe? If this works, we'll
fix it for the next release.

Cheers,

    Hendrik

-- 
If your dreams don't scare you, then you are not dreaming big enough.
-------------- next part --------------
--- a/src/Core/Loader.cc	2013-06-28 00:37:35.984893406 +0200
+++ b/src/Core/Loader.cc	2013-06-28 00:37:40.137893737 +0200
@@ -430,6 +430,8 @@
           }
 
           reqlibs = baselibs;
+          reqlibs.push_back(GenLibInfo("libphorand", "phojet", vp));
+          reqlibs.push_back(GenLibInfo("libpythia6_dummy", "pythia6", v)); // This is for pytime
           reqlibs.push_back(GenLibInfo("libAGILePhojet"));
           gens["Phojet" + vp + ":" + "Pythia6." + v] = reqlibs;
         }


More information about the Rivet mailing list