Hi,
I'm trying to build the usc_speech_codec binary as a completely static binary. Currently, with the build.pl script, if you pass in "s" for static, it builds it but it is only partially static. It still requires some shared libraries to run. I have been trying to edit the makefiles, particularly "FindGlobals.cmake", adding "-static" to the C_FLAGS variables to try and build it. The problem is that when I try to build, build.pl errors out saying that
/usr/bin/ld: cannot find -lgcc_s
Has anyone had this error before?
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.