You are not logged in.
when I compile any simple hello world program of c, it response
/usr/lib/gcc/i486-slitaz-linuz/6.3.0/cc1:error while loading shared libraries:
libmpc.so.3: cannot open shared objct file: No such file or directory
I search google, but their solution seem not fit with my case, please help(on slitaz 5.0)
Offline
libmpc.so.3 is in mpc-library
[c]tazpkg -gi mpc-library[/c]
Offline
, I also installed all glibc(with base , develop, locale), this is result I searched web, but it still not work.
gcc-63: error trying to exec "as" execvp : no such file or directory
what may cause wrong? what kind step I need to do to fix it?(i.e. install some file/package)?
Offline
this is solved by install binutils
but it did not mean the executable is under logical expectation
Offline
[ Generated in 0.037 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]