LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-02-2014, 02:58 PM   #1
akramsharieff
LQ Newbie
 
Registered: Aug 2014
Posts: 1

Rep: Reputation: Disabled
Smile error :c++ compiler cannot create executables after ./configure


i am installing gnu archimedes TCAD tool,after extracting and typing ./configure i am getting an error which says c++ compiler cannot create executables after ./configure ..i am posting the log file,please tell me what to do
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Archimedes configure 2.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = akram-Inspiron-5520
uname -m = i686
uname -r = 3.8.0-19-generic
uname -s = Linux
uname -v = #29-Ubuntu SMP Wed Apr 17 18:19:42 UTC 2013

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2248: checking for a BSD-compatible install
configure:2316: result: /usr/bin/install -c
configure:2327: checking whether build environment is sane
configure:2382: result: yes
configure:2533: checking for a thread-safe mkdir -p
configure:2572: result: /bin/mkdir -p
configure:2579: checking for gawk
configure:2609: result: no
configure:2579: checking for mawk
configure:2595: found /usr/bin/mawk
configure:2606: result: mawk
configure:2617: checking whether make sets $(MAKE)
configure:2639: result: yes
configure:2668: checking whether make supports nested variables
configure:2685: result: yes
configure:2824: checking for g++
configure:2854: result: no
configure:2824: checking for c++
configure:2854: result: no
configure:2824: checking for gpp
configure:2854: result: no
configure:2824: checking for aCC
configure:2854: result: no
configure:2824: checking for CC
configure:2854: result: no
configure:2824: checking for cxx
configure:2854: result: no
configure:2824: checking for cc++
configure:2854: result: no
configure:2824: checking for cl.exe
configure:2854: result: no
configure:2824: checking for FCC
configure:2854: result: no
configure:2824: checking for KCC
configure:2854: result: no
configure:2824: checking for RCC
configure:2854: result: no
configure:2824: checking for xlC_r
configure:2854: result: no
configure:2824: checking for xlC
configure:2854: result: no
configure:2878: checking for C++ compiler version
configure:2887: g++ --version >&5
./configure: line 2889: g++: command not found
configure:2898: $? = 127
configure:2887: g++ -v >&5
./configure: line 2889: g++: command not found
configure:2898: $? = 127
configure:2887: g++ -V >&5
./configure: line 2889: g++: command not found
configure:2898: $? = 127
configure:2887: g++ -qversion >&5
./configure: line 2889: g++: command not found
configure:2898: $? = 127
configure:2918: checking whether the C++ compiler works
configure:2940: g++ conftest.cpp >&5
./configure: line 2942: g++: command not found
configure:2944: $? = 127
configure:2982: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Archimedes"
| #define PACKAGE_TARNAME "archimedes"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "Archimedes 2.0.1"
| #define PACKAGE_BUGREPORT "jeanmichel.sellier@gmail.com"
| #define PACKAGE_URL ""
| #define PACKAGE "archimedes"
| #define VERSION "2.0.1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2987: error: in `/home/akram/Downloads/archimede/archimedes-2.0.1':
configure:2989: error: C++ compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/akram/Downloads/archimede/archimedes-2.0.1/missing aclocal-1.13'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/akram/Downloads/archimede/archimedes-2.0.1/missing autoconf'
AUTOHEADER='${SHELL} /home/akram/Downloads/archimede/archimedes-2.0.1/missing autoheader'
AUTOMAKE='${SHELL} /home/akram/Downloads/archimede/archimedes-2.0.1/missing automake-1.13'
AWK='mawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DVIPDF=''
DVIPS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LATEX=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/akram/Downloads/archimede/archimedes-2.0.1/missing makeinfo'
MANUAL=''
MKDIR_P='/bin/mkdir -p'
OBJEXT=''
PACKAGE='archimedes'
PACKAGE_BUGREPORT='jeanmichel.sellier@gmail.com'
PACKAGE_NAME='Archimedes'
PACKAGE_STRING='Archimedes 2.0.1'
PACKAGE_TARNAME='archimedes'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.1'
PATH_SEPARATOR=':'
RANLIB=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='2.0.1'
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/akram/Downloads/archimede/archimedes-2.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Archimedes"
#define PACKAGE_TARNAME "archimedes"
#define PACKAGE_VERSION "2.0.1"
#define PACKAGE_STRING "Archimedes 2.0.1"
#define PACKAGE_BUGREPORT "jeanmichel.sellier@gmail.com"
#define PACKAGE_URL ""
#define PACKAGE "archimedes"
#define VERSION "2.0.1"

configure: exit 77
 
Old 08-02-2014, 03:35 PM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,808

Rep: Reputation: 945Reputation: 945Reputation: 945Reputation: 945Reputation: 945Reputation: 945Reputation: 945Reputation: 945
Quote:
g++: command not found
Install required packages

sudo apt-get install build-essential
sudo apt-get install g++

etc
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
configure: error: C compiler cannot create executables watashiwaotaku7 Linux - General 7 10-22-2009 09:40 AM
configure: error: C compiler cannot create executables Geneset Linux - Newbie 7 07-13-2007 03:11 PM
configure: error: C compiler cannot create executables redsnapperke Linux - Software 11 06-05-2006 08:10 AM
configure: error: C compiler cannot create executables Mysteries Linux - Software 5 05-21-2006 01:22 AM
configure: error: C compiler cannot create executables The00Dustin Linux - Software 2 01-11-2006 02:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration