Hi guys,
I am currently using Red hat .
I tries to compile LIGGGHTS(3.5.0) by using make fedora but error occurs as follows :
/usr/bin/ld: cannot find -l-lsundials_cvode
collect2: ld returned 1 exit status
make[1]: *** [../lmp_fedora] Error 1
make[1]: Leaving directory `/share/apps/LIGGGHTS-PUBLIC-master/src/Obj_fedora'
make: *** [fedora] Error 2
so I tried make spirit instead of make fedora but it gets the same error :
/usr/bin/ld: cannot find -l-lsundials_cvode
collect2: ld returned 1 exit status
make[1]: *** [../lmp_spirit] Error 1
make[1]: Leaving directory `/share/apps/LIGGGHTS-PUBLIC-master/src/Obj_spirit'
make: *** [spirit] Error 2
I assumed that when the compile is done, then lmp_fedora or spirit would come as the result.
But I don't know how this error has occurred.
Can anyone solve this problem??
Please help me.