Re: [ooc-compiler] Building oo2c
Brought to you by:
mva
|
From: August K. <fus...@gm...> - 2015-06-07 20:16:41
|
On 2015-06-07 20:56, Patrick Fitzpatrick wrote: > Hi gang, > > I'm getting this error: > > oo2c.so.3 -o lib/obj/.libs/liboo2c.so.3.0.0 > /usr/bin/libtool: line 8985: g++: command not found > make: *** [lib/obj/liboo2c.la <http://liboo2c.la>] Error 1 > > > I'm build on this box: > > adminuser@debian-i386-vdi:~/src/o2/Sim80$ uname -a > Linux debian-i386-vdi 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u1 i686 > GNU/Linux > > > Any ideas? If I'm not mistaken it should be as simple as # apt-get install g++ although the C++ compiler requirement should be checked by the configure command. -- August |