Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22159

undefined reference to `pow@GLIBC_2.29'

$
0
0
Building exe ...
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /data/MASTER/devm/sisp/test/RELEASE/x86_64-suse12sp4-gcc.4.8.5/lib/libsoft.so: undefined reference to `exp@GLIBC_2.29'
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /data/MASTER/devm/sisp/test/RELEASE/x86_64-suse12sp4-gcc.4.8.5/lib/libstartup.so: undefined reference to `fcntl64@GLIBC_2.28'
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /data/MASTER/devm/sisp/test/RELEASE/x86_64-suse12sp4-gcc.4.8.5/lib/libsoft.so: undefined reference to `log@GLIBC_2.29'
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /data/MASTER/devm/sisp/test/RELEASE/x86_64-suse12sp4-gcc.4.8.5/lib/libsoft.so: undefined reference to `pow@GLIBC_2.29'
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: /data/MASTER/devm/sisp/test/RELEASE/x86_64-suse12sp4-gcc.4.8.5/lib/libsoft.so: undefined reference to `logf@GLIBC_2.27'

soft.so & startup.so are the third-party libs which I use. I even add -lm to my Makefile like this

THIRD_PARTY_LIBS := -lm -lsecurec

but it still not work for my project, I'd like to ask help from you to solve this error.


Viewing all articles
Browse latest Browse all 22159

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>