Dear all !
when i make file, report of fedora:
gcc sorter_GR.o sorter_util.o sorter_init.o sorter_hb.o sorter_user.o sorter_read.o -lgfortran /usr/lib/cernlib/2006-g77/lib/libpacklib.so.1.2006 /usr/lib/cernlib/2006-g77/lib/libkernlib.so.1.2006 /usr/lib/cernlib/2006-g77/lib/libmathlib.so.2.2006 -lnsl -lcrypt -ldl -o sorter_GR
/usr/bin/ld: sorter_user.o: undefined reference to symbol 'atan@@GLIBC_2.0'
/usr/bin/ld: note: 'atan@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [sorter_GR] Error 1
I don't know why? I installed all packlib for g77. Can you help me, how to solve it?