Hi, I am trying to compile several files but I get this error...
[rbaena@palautordera programs]$ make -f Makefile
gcc acorr.c -o ../bin/acorr ../subroutines/postape.c ../subroutines/getframe0.c \
../subroutines/getframe1.c ../subroutines/getat0.c ../subroutines/getat1.c \
../subroutines/decode0.c ../subroutines/decode1.c -lm;
/tmp/ccDVaRlH.o: In function `getframe0':
getframe1.c:(.text+0x0): multiple definition of `getframe0'
/tmp/ccIvJbx6.o:getframe0.c:(.text+0x0): first defined here
/tmp/ccQc0KM1.o: In function `main':
acorr.c:(.text+0xc41): undefined reference to `getframe1'
collect2: ld returned 1 exit status
make: *** [acorr] Error 1
Can anybody help me?
Thanks
Roberto