j40951/slowhttptest

I can't compile

Closed this issue · 5 comments

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:

Script kiddie? Install C++ compiler.

Original comment by lostfree...@gmail.com on 14 Jan 2012 at 1:25

GCC already installed in the system.

Original comment by ksevru...@gmail.com on 14 Jan 2012 at 2:08

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

Thanks, it works)

Original comment by ksevru...@gmail.com on 16 Jan 2012 at 7:32

Original comment by shek...@gmail.com on 23 Jan 2012 at 4:20

  • Changed state: Fixed