See attached...

Thus spake Bernard Li ([EMAIL PROTECTED]):
Can you also post config.log?

I think you're missing the compilers...?

Cheers,

Bernard

________________________________

From: [EMAIL PROTECTED] on behalf of Brian Elliott Finley
Sent: Fri 24/03/2006 09:21
To: Sisuite-Dev
Subject: [Sisuite-devel] Building on Red Hat



So,

After a nice long hiatus, I once again have a Red Hat build system
installed in my lab.  I'd like to use it to be sure that things build
properly on Red Hat as well as on Debian/Ubuntu, where I do my primary
development.

And, as many of you do SystemImager builds on Red Hat machines, rather
than try and re-solve problems that I run into, I'm going to post them
here, expecting that one of you will have already solved them.

As such, I've encountered my first problem, and Bernard pointed out what
is at least a partial solution:  build dependencies.  I got them from
the BuildRequires bit in the spec file, and have installed them all.

I am now getting the following, which is hopefully just a missing build
requirement.  This is an old ia64 box running RHEL 4 ES:

   $ make
   Makefile:107: config.inc: No such file or directory
   ./configure
   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... 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: C++ compiler cannot create executables
   See `config.log' for more details.
   make: *** [config.inc] Error 77



--
Brian Elliott Finley
Mobile:  630.631.6621


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel



--
Brian Elliott Finley
Mobile:  630.631.6621
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by SystemImager configure 3.5.2, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = si-ia64.lct.anl.gov
uname -m = ia64
uname -r = 2.6.9-22.EL
uname -s = Linux
uname -v = #1 SMP Mon Sep 19 17:54:55 EDT 2005

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

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

PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /home/finley/bin


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

configure:1398: checking for g++
configure:1427: result: no
configure:1398: checking for c++
configure:1427: result: no
configure:1398: checking for gpp
configure:1427: result: no
configure:1398: checking for aCC
configure:1427: result: no
configure:1398: checking for CC
configure:1427: result: no
configure:1398: checking for cxx
configure:1427: result: no
configure:1398: checking for cc++
configure:1427: result: no
configure:1398: checking for cl
configure:1427: result: no
configure:1398: checking for FCC
configure:1427: result: no
configure:1398: checking for KCC
configure:1427: result: no
configure:1398: checking for RCC
configure:1427: result: no
configure:1398: checking for xlC_r
configure:1427: result: no
configure:1398: checking for xlC
configure:1427: result: no
configure:1440: checking for C++ compiler version
configure:1443: g++ --version </dev/null >&5
./configure: line 1444: g++: command not found
configure:1446: $? = 127
configure:1448: g++ -v </dev/null >&5
./configure: line 1449: g++: command not found
configure:1451: $? = 127
configure:1453: g++ -V </dev/null >&5
./configure: line 1454: g++: command not found
configure:1456: $? = 127
configure:1479: checking for C++ compiler default output file name
configure:1482: g++    conftest.cc  >&5
./configure: line 1483: g++: command not found
configure:1485: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "SystemImager"
| #define PACKAGE_TARNAME "systemimager"
| #define PACKAGE_VERSION "3.5.2"
| #define PACKAGE_STRING "SystemImager 3.5.2"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:1524: error: C++ compiler cannot create executables
See `config.log' for more details.

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

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_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=

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

AWK=''
BUILD_DOCS=''
BUILD_LVM=''
CC=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GCC=''
GXX=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
PACKAGE_NAME='SystemImager'
PACKAGE_STRING='SystemImager 3.5.2'
PACKAGE_TARNAME='systemimager'
PACKAGE_VERSION='3.5.2'
PATH_SEPARATOR=':'
PYTHON_PATH=''
SET_MAKE=''
SHELL='/bin/sh'
YACC=''
ac_ct_CC=''
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
found_docbook2man=''
gcc_exec=''
gxx_exec=''
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
python_exec=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
#define PACKAGE_NAME "SystemImager"
#define PACKAGE_STRING "SystemImager 3.5.2"
#define PACKAGE_TARNAME "systemimager"
#define PACKAGE_VERSION "3.5.2"

configure: exit 77

Reply via email to