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
the following error occurs when make command is called
/usr/bin/ld: /tmp/ccEt3d4N.o: undefined reference to symbol 'cos@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:2: recipe for target 'test' failed make: *** [test] Error 1
The text was updated successfully, but these errors were encountered:
the following error occurs when make command is called
/usr/bin/ld: /tmp/ccEt3d4N.o: undefined reference to symbol 'cos@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:2: recipe for target 'test' failed make: *** [test] Error 1
The text was updated successfully, but these errors were encountered: