I'm trying to install the program CAMB in a cluster environment. I'm using the ifort compiler.
Whenever I type make
I get this error:
ld: cannot find -lm
ld: cannot find -lstdc++
ld: cannot find -lpthread
ld: cannot find -lc
ld: cannot find -ldl
ld: cannot find -lc
make: *** [camb] Error 1
I think there must be an issue concerning my ld library path, but I don't know how to fix it (actually since I don't have sudo privileges I don't know if it's fixable at all).
Currently in my .bashrc file I have:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64
Any help at all will be much appreciated...