cleitonsouza01 / logkeys

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

Not Installation with Ubuntu 9.1 (missing g++) #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.When I try to install it shows that:
root@jose-desktop:~/Videos/logkeys-0.1.0/build# ../configure
1.When I try to install it shows that:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... 
2.After
root@jose-desktop:~/Videos/logkeys-0.1.0/build# make
make: *** No se especificó ningún objetivo y no se encontró ningún
makefile.  Alto.

3.root@jose-desktop:~/Videos/logkeys-0.1.0/build# make install
make: *** No hay ninguna regla para construir el objetivo `install'.  Alto.
I'm a new user with Linux Ubuntu. What happen? How i solved this?

Original issue reported on code.google.com by otropens...@gmail.com on 26 Apr 2010 at 10:57

GoogleCodeExporter commented 9 years ago
You are missing a C++ compiler. To install it, type

 $ sudo apt-get install g++

in terminal, and then try again. :)

Original comment by kernc...@gmail.com on 26 Apr 2010 at 12:40