15.03.2017, 16:06, "Steve Kowalik" <[email protected]>: > On 14/03/17 11:21, vlpoliakov wrote: >> /bin/sh: 1: g++: not found > > That is the cause of the failed build -- you need to install the > 'build-essential' package, it is assumed to be installed for every build. > > -- > Steve > "I'm a doctor, not a doorstop!" > - EMH, USS Enterprise
Hi! 'build-essential' package installed, I try compile many time on other system, sorry for my mistake... My system Linuxmint 18.1 Package: build-essential State: installed Automatically installed: no Version: 12.1ubuntu2 Priority: optional Section: devel Maintainer: Ubuntu Developers <[email protected]> Architecture: amd64 do make: ... ... ... make[5]: Entering directory '/home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1/webapp' touch .depend /home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1/makl/helpers/mkdep.gcc.sh -f .depend -I/home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1/libu/include -I/home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1 -DHAVE_CONF_H -Dinline="" -I/usr/local/include -I/usr/local/include -O2 -a webapp.c gcc: error: unrecognized command line option '-a' mkdep: compile failed priv/deps.mk:24: recipe for target 'realdepend' failed make[5]: *** [realdepend] Error 1 make[5]: Leaving directory '/home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1/webapp' /home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1/makl/mk/subdir.mk:32: recipe for target 'webapp' failed make[4]: *** [webapp] Error 2 make[4]: Leaving directory '/home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1' /home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1/makl/mk/subdir.mk:38: recipe for target 'depend' failed make[3]: *** [depend] Error 2 make[3]: Leaving directory '/home/vnp/WORK/customkloneapp-0.1/build/target/klone-core-2.1.0rc1' build/mk/klone-app.mk:143: recipe for target 'klone-setup' failed make[2]: *** [klone-setup] Error 2 make[2]: Leaving directory '/home/vnp/WORK/customkloneapp-0.1' target-options.mk:33: recipe for target '.real-klone-setup' failed make[1]: *** [.real-klone-setup] Error 2 make[1]: Leaving directory '/home/vnp/WORK/customkloneapp-0.1' /home/vnp/WORK/customkloneapp-0.1/build/makl/mk/target-options.mk:14: recipe for target 'target-options-default' failed make: *** [target-options-default] Error 1 -- WP -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
