jacksonlcrews / darkice

Automatically exported from code.google.com/p/darkice
0 stars 0 forks source link

Fail in make. /depcomp: line 689: exec: g++: not found. #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. #./configure - is ok
2. make - fail 
3.

What is the expected output? What do you see instead?

Making all in src
make[1]: Entering directory `/home/fogost/radio/darkice-1.2/src'
make  all-am
make[2]: Entering directory `/home/fogost/radio/darkice-1.2/src'
source='AudioSource.cpp' object='AudioSource.o' libtool=no \
    DEPDIR=.deps depmode=none /bin/bash ../depcomp \
    g++ -DHAVE_CONFIG_H -I.    -O2 -pedantic -Wall    -c -o AudioSource.o AudioSource.cpp
./depcomp: line 689: exec: g++: not found.
make[2]: *** [AudioSource.o] Error 127
make[2]: Leaving directory `/home/fogost/radio/darkice-1.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fogost/radio/darkice-1.2/src'
make: *** [all-recursive] Error 1

What version of the product are you using? On what operating system?

My operation system is Debian 7 64 bit
I use 1.2 version. 

Please provide any additional information below.

Please help me, thanks.

Original issue reported on code.google.com by amam...@gmail.com on 23 Aug 2013 at 7:25

GoogleCodeExporter commented 9 years ago
It's ok when I install g++ (in Debian #apt-get install g++ )

Original comment by amam...@gmail.com on 23 Aug 2013 at 7:46