wu <snowflake01...@126.com> (7 March 2017 08:55): > the software reports the following errors: > > ... relocation ... against `.rodata' can not be used when making a shared > object; recompile with -fPIC
I recommend you do as it says; change your CFLAGS or CXXFLAGS to use -fPIC (replacing -fpic, if present). If the missing symbol errors persist (after make clean && make), check which source files are meant to provide them and check those have actually been built, Eddy. _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make