Dear all,

1- I download the g_correlation_1_0_2_tar.gz file from http://www.mpibpc.mpg.de/grubmueller/g_correlation.

2- I unzip that file, so i found a installation instruction file and make file with other necessary files.

3- In the make file i define the Gromacs path where i want to install g_cross correlation.(can any one suggest me how i found exact Gromacs path)

4- then i give command make clean (give in installation instruction file)

Programming Body of make clean is following

clean:

rm *.o

rm g_correlation

It gives a error

rm *.o

rm: cannot remove ‘*.o’: No such file or directory

Makefile:19: recipe for target 'clean' failed

make: *** [clean] Error 1

5-  So i remove  the clean function and run II command

"make"

I found following Error

cc -O6 -fomit-frame-pointer -finline-functions -Wall -Wno-unused -malign-double -funroll-all-loops -I/usr/include/libxml2 -I/usr/X11R6/include -I/usr/share/gromacs/include/gromacs -c -o g_correlation.o g_correlation.c

g_correlation.c:40:22: fatal error: statutil.h: No such file or directory

compilation terminated.

: recipe for target 'g_correlation.o' failed

make: *** [g_correlation.o] Error 1

statutil.h is a gromacs file, but i already install Gromacs 5.0.6 and also do the MDS.

so what is the meaning of such kind of error.

This is my first question in Research gate. Please describe briefly because i am new in Linux.

Please help me. I search this type of error in Internet, but i did not found any relevant and implementable answer.

More Rohit Shukla's questions See All
Similar questions and discussions