> running ./configure works but running make gives error: > > ./.libs/libgslsiman.a(siman.o): In function `boltzmann': > /home/ayiesha/Downloads/gsl-1.15/siman/siman.c:37: undefined reference to > `exp'
This looks like you're missing -lm to link the math library. Is it being included in the link line that's failing? - Rhys
