You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by andy corpes <an...@corpes.com> on 2010/06/28 16:10:43 UTC

Trying to build svn on zOS 1.9

Hi

I am trying to build an svn client for zOS (1.9).  I am assuming that a will
get a client executeable if i can build the contents of the following tars:-

subversion-deps-1.6.11.tar
subversion-1.6.11.tar

To this end i have attempted to follow the instructions from  Timo Lilja (
http://svn.haxx.se/users/archive-2006-11/0063.shtml ) but am encountering
problems.

First of i have attempted to apply the zconf.h.in patch for the zlib build.
The patch failed becuase it would appear there are some differences between
the svn 1.4 1.6 verisons of this header.

So, i just went ahead and tried to build it anyway. This encountered a
failure in the configure step. (seel below for logfile)

Can anyone help me with this?  or will i find it easier to try and build svn
1.4?

Log file from configure

running configure, to aid debugging if configure makes a mistake.

It was created by subversion configure 1.6.11, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ configure

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

hostname = gvmp.internal.epo.org
uname -m = 2097
uname -r = 19.00
uname -s = OS/390
uname -v = 03

/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/local/bin
PATH: /bin
PATH: .
PATH: /usr/sbin
PATH: /usr/lpp/java/IBM/J1.4/bin
PATH: /usr/local/apache-ant-1.6.1/bin
PATH: /usr/lpp/cicstg/instance01/bin
PATH: /u/ac85489/bin


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

configure:2790: Configuring Subversion 1.6.11
configure:2809: creating config.nice
configure:2879: checking for gcc
configure:2906: result: c89
configure:3135: checking for C compiler version
configure:3144: c89 --version >&5
FSUM3007 --  is not a valid option.
configure:3155: $? = 1
configure:3144: c89 -v >&5
FSUM3012 Specify at least one source, archive, or object operand to be
processed.
configure:3155: $? = 1
configure:3144: c89 -V >&5
FSUM3012 Specify at least one source, archive, or object operand to be
processed.
configure:3155: $? = 1
configure:3144: c89 -qversion >&5
FSUM3007 -q is not a valid option.
configure:3155: $? = 1
configure:3177: checking for C compiler default output file name
configure:3199: c89  -DSTDC -L/u/ac85489/installs/subversion-1.6.11/zlib
conftest.c  >&5
configure:3203: $? = 0
configure:3240: result: a.out
configure:3256: checking whether the C compiler works
configure:3265: ./a.out
configure:3269: $? = 0
configure:3284: result: yes
configure:3291: checking whether we are cross compiling
configure:3293: result: no
configure:3296: checking for suffix of executables
configure:3303: c89 -o conftest  -DSTDC
-L/u/ac85489/installs/subversion-1.6.11/zlib conftest.c  >&5
configure:3307: $? = 0
configure:3329: result:
configure:3335: checking for suffix of object files
configure:3357: c89 -c  -DSTDC conftest.c >&5
configure:3361: $? = 0
configure:3382: result: o
configure:3386: checking whether we are using the GNU C compiler
configure:3405: c89 -c  -DSTDC conftest.c >&5
ERROR CCN3275 ./conftest.c:14    Unexpected text me encountered.
ERROR CCN3045 ./conftest.c:14    Undeclared identifier choke.
CCN0793(I) Compilation failed for file ./conftest.c.  Object file not
created.
FSUM3065 The COMPILE step ended with return code 12.
FSUM3017 Could not compile conftest.c. Correct the errors and try again.
configure:3405: $? = 3
configure: failed program was:
! /* confdefs.h */
! #define PACKAGE_NAME "subversion"
! #define PACKAGE_TARNAME "subversion"
! #define PACKAGE_VERSION "1.6.11"
! #define PACKAGE_STRING "subversion 1.6.11"
! #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
! #define PACKAGE_URL ""
! /* end confdefs.h.  */
!
! int
! main ()
! {
! #ifndef __GNUC__
!        choke me
! #endif
!
!   ;
!   return 0;
! }
configure:3414: result: no
configure:3423: checking whether c89 accepts -g
configure:3443: c89 -c -g -DSTDC conftest.c >&5
configure:3443: $? = 0
configure:3484: result: yes
configure:3501: checking for c89 option to accept ISO C89
configure:3565: c89  -c -g -DSTDC conftest.c >&5
configure:3565: $? = 0
configure:3578: result: none needed
configure:3658: checking for g++
configure:3688: result: no
configure:3658: checking for c++
configure:3674: found /bin/c++
configure:3685: result: c++
configure:3712: checking for C++ compiler version
configure:3721: c++ --version >&5
FSUM3007 --  is not a valid option.
configure:3732: $? = 1
configure:3721: c++ -v >&5
FSUM3012 Specify at least one source, archive, or object operand to be
processed.
configure:3732: $? = 1
configure:3721: c++ -V >&5
FSUM3012 Specify at least one source, archive, or object operand to be
processed.
configure:3732: $? = 1
configure:3721: c++ -qversion >&5
FSUM3007 -q is not a valid option.
configure:3732: $? = 1
configure:3736: checking whether we are using the GNU C++ compiler
configure:3755: c++ -c  -DSTDC conftest.cpp >&5
FSUM3010 Specify a file with the correct suffix (.cc, .hh, .i, .c, .i, .s,
.o, .x, .p, .I, or .a), or a corresponding data set name, instead of
conftest.cpp.
configure:3755: $? = 1
configure: failed program was:
! /* confdefs.h */
! #define PACKAGE_NAME "subversion"
! #define PACKAGE_TARNAME "subversion"
! #define PACKAGE_VERSION "1.6.11"
! #define PACKAGE_STRING "subversion 1.6.11"
! #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
! #define PACKAGE_URL ""
! /* end confdefs.h.  */
!
! int
! main ()
! {
! #ifndef __GNUC__
!        choke me
! #endif
!
!   ;
!   return 0;
! }
configure:3764: result: no
configure:3773: checking whether c++ accepts -g
configure:3793: c++ -c -g -DSTDC conftest.cpp >&5
FSUM3010 Specify a file with the correct suffix (.cc, .hh, .i, .c, .i, .s,
.o, .x, .p, .I, or .a), or a corresponding data set name, instead of
conftest.cpp.
configure:3793: $? = 1
configure: failed program was:
! /* confdefs.h */
! #define PACKAGE_NAME "subversion"
! #define PACKAGE_TARNAME "subversion"
! #define PACKAGE_VERSION "1.6.11"
! #define PACKAGE_STRING "subversion 1.6.11"
! #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
! #define PACKAGE_URL ""
! /* end confdefs.h.  */
!
! int
! main ()
! {
!
!   ;
!   return 0;
! }
configure:3808: c++ -c  -DSTDC conftest.cpp >&5
FSUM3010 Specify a file with the correct suffix (.cc, .hh, .i, .c, .i, .s,
.o, .x, .p, .I, or .a), or a corresponding data set name, instead of
conftest.cpp.
configure:3808: $? = 1
configure: failed program was:
! /* confdefs.h */
! #define PACKAGE_NAME "subversion"
! #define PACKAGE_TARNAME "subversion"
! #define PACKAGE_VERSION "1.6.11"
! #define PACKAGE_STRING "subversion 1.6.11"
! #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
! #define PACKAGE_URL ""
! /* end confdefs.h.  */
!
! int
! main ()
! {
!
!   ;
!   return 0;
! }
configure:3824: c++ -c -g -DSTDC conftest.cpp >&5
FSUM3010 Specify a file with the correct suffix (.cc, .hh, .i, .c, .i, .s,
.o, .x, .p, .I, or .a), or a corresponding data set name, instead of
conftest.cpp.
configure:3824: $? = 1
configure: failed program was:
! /* confdefs.h */
! #define PACKAGE_NAME "subversion"
! #define PACKAGE_TARNAME "subversion"
! #define PACKAGE_VERSION "1.6.11"
! #define PACKAGE_STRING "subversion 1.6.11"
! #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
! #define PACKAGE_URL ""
! /* end confdefs.h.  */
!
! int
! main ()
! {
!
!   ;
!   return 0;
! }
configure:3834: result: no
configure:3864: checking how to run the C preprocessor
configure:3895: c89 -E -DSTDC conftest.c
configure:3895: $? = 0
configure:3909: c89 -E -DSTDC conftest.c
WARNING CCN3296 ./conftest.c:9     #include file <ac_nonexistent.h> not
found.
FSUM3065 The COMPILE step ended with return code 4.
configure:3909: $? = 0
configure:3895: c89 -E -DSTDC conftest.c
configure:3895: $? = 0
configure:3909: c89 -E -DSTDC conftest.c
WARNING CCN3296 ./conftest.c:9     #include file <ac_nonexistent.h> not
found.
FSUM3065 The COMPILE step ended with return code 4.
configure:3909: $? = 0
configure: failed program was:
! /* confdefs.h */
! #define PACKAGE_NAME "subversion"
! #define PACKAGE_TARNAME "subversion"
! #define PACKAGE_VERSION "1.6.11"
! #define PACKAGE_STRING "subversion 1.6.11"
! #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
! #define PACKAGE_URL ""
! /* end confdefs.h.  */
! #include <ac_nonexistent.h>
configure:3934: result: c89 -E
configure:3954: c89 -E -DSTDC conftest.c
configure:3954: $? = 0
configure:3968: c89 -E -DSTDC conftest.c
WARNING CCN3296 ./conftest.c:9     #include file <ac_nonexistent.h> not
found.
FSUM3065 The COMPILE step ended with return code 4.
configure:3968: $? = 0
configure:3954: c89 -E -DSTDC conftest.c
configure:3954: $? = 0
configure:3968: c89 -E -DSTDC conftest.c
WARNING CCN3296 ./conftest.c:9     #include file <ac_nonexistent.h> not
found.
FSUM3065 The COMPILE step ended with return code 4.
configure:3968: $? = 0
configure: failed program was:
! /* confdefs.h */
! #define PACKAGE_NAME "subversion"
! #define PACKAGE_TARNAME "subversion"
! #define PACKAGE_VERSION "1.6.11"
! #define PACKAGE_STRING "subversion 1.6.11"
! #define PACKAGE_BUGREPORT "http://subversion.tigris.org/"
! #define PACKAGE_URL ""
! /* end confdefs.h.  */
! #include <ac_nonexistent.h>
configure:3999: checking for a sed that does not truncate output
configure:4063: result: /bin/sed
configure:4074: checking build system type
configure:4088: result: i370-ibm-openedition
configure:4108: checking host system type
configure:4121: result: i370-ibm-openedition
configure:4141: checking target system type
configure:4154: result: i370-ibm-openedition
configure:4182: checking for grep that handles long lines and -e
configure:4240: result: /usr/local/bin/grep
configure:4245: checking for egrep
configure:4307: result: /usr/local/bin/grep -E
configure:4313: checking whether ln -s works
configure:4317: result: yes
configure:4339: checking for a BSD-compatible install
configure:4407: result: build/install-sh -c
configure:4447: Apache Portable Runtime (APR) library configuration
configure:4475: checking for APR
configure:4551: result: reconfig
configure:4669: configuring package in apr now

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

ac_cv_build=i370-ibm-openedition
ac_cv_c_compiler_gnu=no
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=c89
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-DSTDC
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/u/ac85489/installs/subversion-1.6.11/zlib
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_host=i370-ibm-openedition
ac_cv_objext=o
ac_cv_path_EGREP='/usr/local/bin/grep -E'
ac_cv_path_GREP=/usr/local/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_prog_CPP='c89 -E'
ac_cv_prog_ac_ct_CC=c89
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_target=i370-ibm-openedition

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

APACHE_INCLUDES=''
APACHE_LDFLAGS=''
APACHE_LIBEXECDIR=''
APXS=''
AR=''
BDB_TEST_DEPS=''
BDB_TEST_PROGRAMS=''
BUILD_RULES=''
CC='c89'
CFLAGS='-g'
CPP='c89 -E'
CPPFLAGS='-DSTDC'
CTYPESGEN=''
CXX='c++'
CXXCPP=''
CXXFLAGS=''
DEFS=''
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/local/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FIX_JAVAHL_LIB=''
GETTEXT_CODESET=''
GREP='/usr/local/bin/grep'
HAVE_KDE4_CONFIG=''
INCLUDE_OUTPUTS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_EXTRA_JAVAHL_LIB=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_RULES=''
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STATIC_RULES=''
JAR=''
JAVA=''
JAVAC=''
JAVAC_FLAGS=''
JAVADOC=''
JAVAH=''
JAVAHL_OBJDIR=''
JAVAHL_TESTS_TARGET=''
JAVA_CLASSPATH=''
JDK=''
JNI_INCLUDES=''
LDFLAGS='-L/u/ac85489/installs/subversion-1.6.11/zlib'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S='ln -s'
LTLIBOBJS=''
LT_CXX_LIBADD=''
LT_LDFLAGS=''
LT_NO_UNDEFINED=''
MKDIR='/GVMP/u/ac85489/installs/subversion-1.6.11/build/install-sh -c -d'
MOD_ACTIVATION=''
MSGFMT=''
MSGFMTFLAGS=''
MSGMERGE=''
NEON_LIBS=''
NMEDIT=''
NO_GETTEXT_CODESET=''
OBJEXT='o'
PACKAGE_BUGREPORT='http://subversion.tigris.org/'
PACKAGE_NAME='subversion'
PACKAGE_STRING='subversion 1.6.11'
PACKAGE_TARNAME='subversion'
PACKAGE_URL=''
PACKAGE_VERSION='1.6.11'
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG=''
PYTHON=''
RANLIB=''
RDOC=''
RUBY=''
RUBY_MAJOR=''
RUBY_MINOR=''
SED='/bin/sed'
SHELL='/bin/sh'
STRIP=''
SVN_APRUTIL_EXPORT_LIBS=''
SVN_APRUTIL_INCLUDES=''
SVN_APRUTIL_LIBS=''
SVN_APRUTIL_PREFIX=''
SVN_APR_EXPORT_LIBS=''
SVN_APR_INCLUDES=''
SVN_APR_LIBS=''
SVN_APR_MEMCACHE_EXPORT_LIBS=''
SVN_APR_MEMCACHE_INCLUDES=''
SVN_APR_MEMCACHE_LIBS=''
SVN_APR_MEMCACHE_PREFIX=''
SVN_APR_PREFIX=''
SVN_APR_SHLIB_PATH_VAR=''
SVN_BINDIR=''
SVN_CONFIG_SCRIPT_FILES=''
SVN_DB_INCLUDES=''
SVN_DB_LIBS=''
SVN_EXTERNAL_PROJECT_SUBDIRS=' apr'
SVN_FS_LIB_DEPS=''
SVN_FS_LIB_INSTALL_DEPS=''
SVN_FS_LIB_LINK=''
SVN_GNOME_KEYRING_INCLUDES=''
SVN_GNOME_KEYRING_LIBS=''
SVN_KWALLET_INCLUDES=''
SVN_KWALLET_LIBS=''
SVN_LIBTOOL=''
SVN_NEON_INCLUDES=''
SVN_RA_LIB_DEPS=''
SVN_RA_LIB_INSTALL_DEPS=''
SVN_RA_LIB_LINK=''
SVN_SASL_INCLUDES=''
SVN_SASL_LIBS=''
SVN_SERF_EXPORT_LIBS=''
SVN_SERF_INCLUDES=''
SVN_SERF_LIBS=''
SVN_SERF_PREFIX=''
SVN_SQLITE_INCLUDES=''
SVN_SQLITE_LIBS=''
SVN_ZLIB_INCLUDES=''
SVN_ZLIB_LIBS=''
SVN_ZLIB_PREFIX=''
SWIG=''
SWIG_LDFLAGS='-L/u/ac85489/installs/subversion-1.6.11/zlib'
SWIG_PL_INCLUDES=''
SWIG_PY_COMPILE=''
SWIG_PY_INCLUDES=''
SWIG_PY_LIBS=''
SWIG_PY_LINK=''
SWIG_RB_COMPILE=''
SWIG_RB_INCLUDES=''
SWIG_RB_LIBS=''
SWIG_RB_LINK=''
SWIG_RB_SITE_ARCH_DIR=''
SWIG_RB_SITE_LIB_DIR=''
SWIG_RB_TEST_VERBOSE=''
TRANG=''
XGETTEXT=''
abs_builddir='/GVMP/u/ac85489/installs/subversion-1.6.11'
abs_srcdir='/GVMP/u/ac85489/installs/subversion-1.6.11'
ac_ct_CC='c89'
ac_ct_CXX='c++'
ac_ct_F77=''
bindir='${exec_prefix}/bin'
build='i370-ibm-openedition'
build_alias=''
build_cpu='i370'
build_os='openedition'
build_vendor='ibm'
canonicalized_srcdir=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i370-ibm-openedition'
host_alias=''
host_cpu='i370'
host_os='openedition'
host_vendor='ibm'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
neon_config=''
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='i370-ibm-openedition'
target_alias=''
target_cpu='i370'
target_os='openedition'
target_vendor='ibm'

configure: exit 1

Re: Trying to build svn on zOS 1.9

Posted by Tino Schwarze <su...@tisc.de>.
Hi Andy,

On Mon, Jun 28, 2010 at 06:10:43PM +0200, andy corpes wrote:

> I am trying to build an svn client for zOS (1.9).  I am assuming that a will
> get a client executeable if i can build the contents of the following tars:-
> 
> subversion-deps-1.6.11.tar
> subversion-1.6.11.tar
> 
> To this end i have attempted to follow the instructions from  Timo Lilja (
> http://svn.haxx.se/users/archive-2006-11/0063.shtml ) but am encountering
> problems.
> 
> First of i have attempted to apply the zconf.h.in patch for the zlib build.
> The patch failed becuase it would appear there are some differences between
> the svn 1.4 1.6 verisons of this header.
> 
> So, i just went ahead and tried to build it anyway. This encountered a
> failure in the configure step. (seel below for logfile)
> 
> Can anyone help me with this?  or will i find it easier to try and build svn
> 1.4?
> 
> Log file from configure
> 
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by subversion configure 1.6.11, which was
> generated by GNU Autoconf 2.64.  Invocation command line was

[...]

> configure:3144: c89 --version >&5
> FSUM3007 --  is not a valid option.
> configure:3155: $? = 1
> configure:3144: c89 -v >&5
> FSUM3012 Specify at least one source, archive, or object operand to be
> processed.
> configure:3155: $? = 1
> configure:3144: c89 -V >&5
> FSUM3012 Specify at least one source, archive, or object operand to be
> processed.
> configure:3155: $? = 1
> configure:3144: c89 -qversion >&5
> FSUM3007 -q is not a valid option.

[...]

> configure:3755: c++ -c  -DSTDC conftest.cpp >&5
> FSUM3010 Specify a file with the correct suffix (.cc, .hh, .i, .c, .i, .s,
> .o, .x, .p, .I, or .a), or a corresponding data set name, instead of
> conftest.cpp.

I suppose, your C++ compiler is not supported by the toolchain. Do you
have a recent GNU compiler? "FSUM3010" doesn't sound like a GNU C error
message...

HTH,

Tino.

PS: 1.6.12 is out already...

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.tisc.de

Re: Trying to build svn on zOS 1.9

Posted by Tino Schwarze <su...@tisc.de>.
Hi Andy,

On Mon, Jun 28, 2010 at 06:10:43PM +0200, andy corpes wrote:

> I am trying to build an svn client for zOS (1.9).  I am assuming that a will
> get a client executeable if i can build the contents of the following tars:-
> 
> subversion-deps-1.6.11.tar
> subversion-1.6.11.tar
> 
> To this end i have attempted to follow the instructions from  Timo Lilja (
> http://svn.haxx.se/users/archive-2006-11/0063.shtml ) but am encountering
> problems.
> 
> First of i have attempted to apply the zconf.h.in patch for the zlib build.
> The patch failed becuase it would appear there are some differences between
> the svn 1.4 1.6 verisons of this header.
> 
> So, i just went ahead and tried to build it anyway. This encountered a
> failure in the configure step. (seel below for logfile)
> 
> Can anyone help me with this?  or will i find it easier to try and build svn
> 1.4?
> 
> Log file from configure
> 
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by subversion configure 1.6.11, which was
> generated by GNU Autoconf 2.64.  Invocation command line was

[...]

> configure:3144: c89 --version >&5
> FSUM3007 --  is not a valid option.
> configure:3155: $? = 1
> configure:3144: c89 -v >&5
> FSUM3012 Specify at least one source, archive, or object operand to be
> processed.
> configure:3155: $? = 1
> configure:3144: c89 -V >&5
> FSUM3012 Specify at least one source, archive, or object operand to be
> processed.
> configure:3155: $? = 1
> configure:3144: c89 -qversion >&5
> FSUM3007 -q is not a valid option.

[...]

> configure:3755: c++ -c  -DSTDC conftest.cpp >&5
> FSUM3010 Specify a file with the correct suffix (.cc, .hh, .i, .c, .i, .s,
> .o, .x, .p, .I, or .a), or a corresponding data set name, instead of
> conftest.cpp.

I suppose, your C++ compiler is not supported by the toolchain. Do you
have a recent GNU compiler? "FSUM3010" doesn't sound like a GNU C error
message...

HTH,

Tino.

PS: 1.6.12 is out already...

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.tisc.de