Re: [gmx-users] error while loading shared libraries: libgmx.so.6

2011-04-07 Thread Lutz Maibaum
On Apr 6, 2011, at 9:08 PM, Qin Qiao wrote: > the command I use: > g++ test.cpp -o test -I/usr/local/gromacs/include/gromacs > -L/usr/local/gromacs/lib -lgmx > ./test > Error: > ./test: error while loading shared libraries: libgmx.so.6: cannot open shared > object file: No such file or

[gmx-users] error while loading shared libraries: libgmx.so.6

2011-04-06 Thread Qin Qiao
Dear all, I'm using a c++ code to handle the xtc file with 'xtcio.h', but get the error when executing it. the command I use: g++ test.cpp -o test -I/usr/local/gromacs/include/gromacs -L/usr/local/gromacs/lib -lgmx ./test Error: ./test: error while loading shared libraries: libgmx.so.6