Kdevelop error: exit with status 77
Kdevelop doesn't exectute, says: exited with status: 77,
also says c++ compiler cannot create execuables. Help!
Kdevelop doesn't want to execute a simple "hello world" program.
I am a linux newbie and I just installed kubunto but I'm pretty sure
I've installed all the needed packages. anyone have any ideas on how
I can get this to work?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu kdevelop Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Cesare Tirabassi
- Solved:
- 2007-05-21
- Last query:
- 2007-05-21
- Last reply:
- 2007-05-21
Cesare Tirabassi (norsetto) said : | #1 |
Can you paste here the content of the relevant config.log file?
icefyre (icefyre) said : | #2 |
here ya go:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ /home/icefyre/
## --------- ##
## Platform. ##
## --------- ##
hostname = icefyre-laptop
uname -m = i686
uname -r = 2.6.20-15-generic
uname -s = Linux
uname -v = #2 SMP Sun Apr 15 07:36:31 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1966: checking for a BSD-compatible install
configure:2022: result: /usr/bin/install -c
configure:2033: checking whether build environment is sane
configure:2076: result: yes
configure:2141: checking for gawk
configure:2171: result: no
configure:2141: checking for mawk
configure:2157: found /usr/bin/mawk
configure:2168: result: mawk
configure:2179: checking whether make sets $(MAKE)
configure:2200: result: yes
configure:2507: checking for C++ compiler version
configure:2514: i586-mingw32msv
/home/icefyre/
configure:2517: $? = 127
configure:2524: i586-mingw32msv
/home/icefyre/
configure:2527: $? = 127
configure:2534: i586-mingw32msv
/home/icefyre/
configure:2537: $? = 127
configure:2560: checking for C++ compiler default output file name
configure:2587: i586-mingw32msv
/home/icefyre/
configure:2590: $? = 127
configure:2628: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "myhello"
| #define VERSION "0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2635: error: C++ compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_CCC_set=
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_CPP_set=
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_F77_set=
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_LIBS_set=
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_env_
ac_cv_path_
ac_cv_prog_AWK=mawk
ac_cv_prog_
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/icefyre/
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /home/icefyre/
AR=''
AUTOCONF='${SHELL} /home/icefyre/
AUTOHEADER=
AUTOMAKE='${SHELL} /home/icefyre/
AWK='mawk'
CC='i586-
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='i586-
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
GREP=''
INSTALL_
INSTALL_
INSTALL_
INSTALL_
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/icefyre/
OBJEXT=''
PACKAGE='myhello'
PACKAGE_
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.1'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_
am__fastdepCC_
am__fastdepCXX_
am__fastdepCXX_
am__include=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir=
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir=
datarootdir=
docdir=
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir=
infodir=
install_
libdir=
libexecdir=
localedir=
localstatedir=
mandir=
mkdir_p='mkdir -p --'
oldincludedir=
pdfdir='${docdir}'
prefix='NONE'
program_
psdir='${docdir}'
sbindir=
sharedstatedir=
sysconfdir=
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "myhello"
#define VERSION "0.1"
configure: exit 77
|
#3 |
You are missing this c++ compiler:
i586-mingw32msv
I think this is a port of the win32 Visual C compiler for pentium class processors.
I guess you are trying to compile a win32 project; now if this is what you really want to do you should install the missing compiler.
I found these packages in the ubuntu repositories:
mingw32 - Minimalist GNU win32 (cross) compiler
mingw32-binutils - Minimalist GNU win32 (cross) binutils
mingw32-runtime - Minimalist GNU win32 (cross) runtime
If instead you want to compile for the linux environment, try reconfiguring kdevelop or selecting your project type as a linux project.
icefyre (icefyre) said : | #4 |
Thanks Cesare Tirabassi, that solved my question.