How do I compile lbflow 1.1?

Posted by Ali.A on Ask Ubuntu See other posts from Ask Ubuntu or by Ali.A
Published on 2013-10-17T21:08:22Z Indexed on 2013/10/17 22:21 UTC
Read the original article Hit count: 405

Filed under:
|
|
|

After using "sh ./configure" command, I encountered another error during lbflow package installation (a scientific one).

The sequence of operations is here with error:

./configure --disable-gts

sudo make

[sudo] password for alireza:
make all-recursive
make[1]: Entering directory `/home/alireza/lbflow-1.1'
Making all in src
make[2]: Entering directory `/home/alireza/lbflow-1.1/src'
source='lbflow.cpp' object='lbflow-lbflow.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -c -o lbflow-lbflow.o `test -f 'lbflow.cpp' || echo    './'`lbflow.cpp
**../depcomp: line 432: exec: g++: not found**
**make[2]: *** [lbflow-lbflow.o] Error 127
make[2]: Leaving directory `/home/alireza/lbflow-1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alireza/lbflow-1.1'
make: *** [all] Error 2**

Do you have any idea to troubleshoot this problem?

(And please notice that i have installed both g++ and gcc. it says g++: not found, but i have installed g++ from Ubuntu Software Center!)

© Ask Ubuntu or respective owner

Related posts about gcc

Related posts about install-from-source