Dear all,
I followed the procedures to install PLUMED-2.0 .
The procedure as follows:
1. ./configure.sh
2. source ./sourceme.sh
3. make
In the third stage, I met the problems.
g++ -rdynamic ../main/main.o -o plumed-shared -ldl
../main/main.o(.text+0x37): In function `main':
: undefined reference to `plumed_create'
../main/main.o(.text+0x69): In function `main':
: undefined reference to `plumed_cmd'
../main/main.o(.text+0x7c): In function `main':
: undefined reference to `plumed_cmd'
../main/main.o(.text+0x91): In function `main':
:
undefined reference to `plumed_cmd'
../main/main.o(.gnu.linkonce.t._ZN4PLMD6PlumedD0Ev+0x1d): In function `PLMD::Plumed::~Plumed()':
: undefined reference to `plumed_finalize'
../main/main.o(.gnu.linkonce.t._ZN4PLMD6PlumedD1Ev+0x1d): In function `PLMD::Plumed::~Plumed()':
: undefined reference to `plumed_finalize'
collect2: ld returned 1 exit status
make[4]: *** [plumed-shared] Error 1
Any suggestions would be much appreciated.
Best wishes,
Zhengqing