Bug in libPGen (DPM) [message #6409] |
Mon, 14 April 2008 17:41 |
StefanoSpataro
Messages: 2736 Registered: June 2005 Location: Torino
|
first-grade participant |
From: *physik.uni-giessen.de
|
|
Hello,
it seems PGen compiles, but when loading the shared library libPGen:
root [1] gSystem->Load("libPGen");
dlopen error: /home/spataro/dev/cmar08/lib/libPGen.so: undefined symbol: lujets_
Load Error: Failed to load Dynamic link library /home/spataro/dev/cmar08/lib/libPGen.so
*** Interpreter error recovered ***
root [2]
What's going wrong?
lujets: should be a variable of DPM, if I remember well.
[Updated on: Mon, 14 April 2008 17:42] Report message to a moderator
|
|
|
|
Re: Bug in libPGen (DPM) [message #6412 is a reply to message #6409] |
Mon, 14 April 2008 17:49 |
Johan Messchendorp
Messages: 693 Registered: April 2007 Location: University of Groningen
|
first-grade participant |
From: *KVI.nl
|
|
Hi,
This is because the PndDpmDirect (NEW since rev2489!) is part of the PGen library and it depends on the library of Dpm itself, i.e.
cd pandaroot/pgenerators/DpmGen
make
...should fix it. But I think that Florian has modified the cmake, so that goes automatically. Maybe it has not been committed yet.
Johan
[Updated on: Mon, 14 April 2008 17:49] Report message to a moderator
|
|
|
|
|
Re: Bug in libPGen (DPM) [message #6418 is a reply to message #6415] |
Mon, 14 April 2008 19:49 |
Mohammad Al-Turany
Messages: 518 Registered: April 2004 Location: GSI, Germany
|
first-grade participant |
From: *dip.t-dialin.net
|
|
Hi,
just load the library libDpmEvtGen.so before libPGen, and every thing should run, we will change this soon!
regards
Mohammad
|
|
|