cleitonsouza01 / logkeys

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

Logkeys: C++ compiler cannot create executables #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudu su
2. tar xvzf logkeys-0.1.0.tar.gz
3. cd logkeys-0.1.0/build
4. ../configure

What output do you see instead?

* * * * * * * * * * * * * * * * * * * * * * * * 

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... 
configure: error: in `/home/flip/logkeys-0.1.0/build':
configure: error: C++ compiler cannot create executables

* * * * * * * * * * * * * * * * * * * * * * * * 

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

Logkeys 0.1.0 on Ubuntu 9.04 Gnome version 2.26.1

Original issue reported on code.google.com by catnip.m...@gmail.com on 24 Jan 2010 at 6:27

GoogleCodeExporter commented 9 years ago
It appears that you are missing a c++ compiler (checking for g++... no).

Type in terminal
$ sudo apt-get install g++
to install it, then try again.

Original comment by kernc...@gmail.com on 24 Jan 2010 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by kernc...@gmail.com on 26 Jan 2010 at 11:00