I can't compile
Closed this issue · 5 comments
GoogleCodeExporter commented
I can't compile the program. Log in attach.
Original issue reported on code.google.com by ksevru...@gmail.com
on 13 Jan 2012 at 12:15
Attachments:
GoogleCodeExporter commented
Script kiddie? Install C++ compiler.
Original comment by lostfree...@gmail.com
on 14 Jan 2012 at 1:25
GoogleCodeExporter commented
GCC already installed in the system.
Original comment by ksevru...@gmail.com
on 14 Jan 2012 at 2:08
GoogleCodeExporter commented
configure script can't find nor g++ neither gcc. I just check on my system by
removing g++, project compiles fine with gcc.
In shell, try to point CC or CXX and LINK variables to where you compiler is
installed, e.g. CC = /usr/bin/gcc, or whatever your path is, and then run
./configure.
Original comment by shek...@gmail.com
on 15 Jan 2012 at 8:48
GoogleCodeExporter commented
Thanks, it works)
Original comment by ksevru...@gmail.com
on 16 Jan 2012 at 7:32
GoogleCodeExporter commented
Original comment by shek...@gmail.com
on 23 Jan 2012 at 4:20
- Changed state: Fixed