You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: libsass/libsass.a(functions.o): undefined reference to symbol 'floor@@GLIBC_2.2.5'
/usr/bin/ld: note: 'floor@@GLIBC_2.2.5' 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
Following this helpful suggestion fixes the problem. Just add -lm to the gcc line in the Makefile.
The text was updated successfully, but these errors were encountered:
Linking fails:
Following this helpful suggestion fixes the problem. Just add
-lm
to thegcc
line in the Makefile.The text was updated successfully, but these errors were encountered: