Hi there,

I'm building GT4.2.1  on Sun Blade 100 machine with Debian5
but when it starts building openssl I get this error and
I can't find what it is:
-----------------------

/usr/local/globus-4.2.1/sbin/gpt-build
-srcdir=source-trees-thr/gsi/openssl/source gcc64dbgpthr

gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_openssl
gpt-build ====> Changing to
/usr/local/globus-4.2.1/gt4src/source-trees-thr/gsi/openssl/source
gpt-build ====> BUILDING FLAVOR gcc64dbgpthr

ERROR: Build has failed
GLOBUS_LOCATION=/usr/local/globus-4.2.1; export GLOBUS_LOCATION;
CPP='/usr/bin/gcc -E'; export CPP; CPPFLAGS='
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr'; export CPPFLAGS;
CFLAGS='-g   -m64  -Wall'; export CFLAGS; LDFLAGS='
-L/usr/local/globus-4.2.1/lib -m64 '; export LDFLAGS; LIBS='
-lpthread'; export LIBS; CXX='/usr/bin/c++'; export CXX;
CXXCPP='/usr/bin/c++ -E'; export CXXCPP; CXXFLAGS='-g   -m64 '; export
CXXFLAGS; AR='/usr/bin/ar'; export AR; ARFLAGS='ruv'; export ARFLAGS;
RANLIB='/usr/bin/ranlib'; export RANLIB; NM='/usr/bin/nm -B'; export
NM; CC='/usr/bin/gcc'; export CC;
/usr/local/globus-4.2.1/gt4src/source-trees-thr/gsi/openssl/source/configure
 --enable-64bit --enable-debug --with-threads=pthreads
--with-flavor=gcc64dbgpthr

checking whether to enable maintainer-specific portions of Makefiles... no
Dependencies Complete
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk

checking whether make sets $(MAKE)... yes
checking OpenSSL CFLAGS... using ' '
checking OpenSSL INCLUDES... using ' '
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc

checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to accept ANSI C... none needed
checking dependency style of /usr/bin/gcc... none

checking OpenSSL LDFLAGS... using '-lssl -lcrypto  '
checking OpenSSL LIBS... using '-lssl -lcrypto  '
configure: error: Unable to link with SSL

make: *** [globus_system_openssl-thr] Error 1


-----------------------
-----------------------
Here is the config.log:
-----------------------
-----------------------

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.59.  Invocation command line was

  $
/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/configure
--enable-64bit --enable-debug --with-threads=pthreads
--with-flavor=gcc64dbgpthr

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

hostname = solaris-4
uname -m = sparc64
uname -r = 2.6.26-1-sparc64
uname -s = Linux
uname -v = #1 Sat Jan 10 17:28:04 UTC 2009

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

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

PATH: /usr/lib/jvm/java-6-openjdk/bin
PATH: /usr/local/ant-1.7.1/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games


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

configure:1271: checking whether to enable maintainer-specific portions of
Makefiles
configure:1280: result: no
configure:1600: checking for a BSD-compatible install
configure:1655: result: /usr/bin/install -c
configure:1666: checking whether build environment is sane
configure:1709: result: yes
configure:1774: checking for gawk
configure:1790: found /usr/bin/gawk
configure:1800: result: gawk
configure:1810: checking whether make sets $(MAKE)
configure:1830: result: yes
configure:2010: checking OpenSSL CFLAGS
configure:2017: result: using ' '
configure:2021: checking OpenSSL INCLUDES
configure:2030: result: using ' '
configure:2045: checking for style of include used by make
configure:2073: result: GNU
configure:2144: checking for gcc
configure:2170: result: /usr/bin/gcc
configure:2414: checking for C compiler version
configure:2417: /usr/bin/gcc --version </dev/null >&5
gcc (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2420: $? = 0
configure:2422: /usr/bin/gcc -v </dev/null >&5
Using built-in specs.
Target: sparc-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
--with-cpu=v8 --with-long-double-128 --enable-checking=release
--build=sparc-linux-gnu --host=sparc-linux-gnu --target=sparc-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1)
configure:2425: $? = 0
configure:2427: /usr/bin/gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2430: $? = 1
configure:2453: checking for C compiler default output file name
configure:2456: /usr/bin/gcc -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr
-L/usr/local/globus-4.2.1/lib -m64  conftest.c   -lpthread >&5
configure:2459: $? = 0
configure:2505: result: a.out
configure:2510: checking whether the C compiler works
configure:2516: ./a.out
configure:2519: $? = 0
configure:2536: result: yes
configure:2543: checking whether we are cross compiling
configure:2545: result: no
configure:2548: checking for suffix of executables
configure:2550: /usr/bin/gcc -o conftest -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr
-L/usr/local/globus-4.2.1/lib -m64  conftest.c   -lpthread >&5
configure:2553: $? = 0
configure:2578: result:
configure:2584: checking for suffix of object files
configure:2605: /usr/bin/gcc -c -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr   conftest.c >&5
configure:2608: $? = 0
configure:2630: result: o
configure:2634: checking whether we are using the GNU C compiler
configure:2658: /usr/bin/gcc -c -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr   conftest.c >&5
configure:2664: $? = 0
configure:2668: test -z
             || test ! -s conftest.err
configure:2671: $? = 0
configure:2674: test -s conftest.o
configure:2677: $? = 0
configure:2690: result: yes
configure:2696: checking whether /usr/bin/gcc accepts -g
configure:2717: /usr/bin/gcc -c -g  -I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr   conftest.c >&5
configure:2723: $? = 0
configure:2727: test -z
             || test ! -s conftest.err
configure:2730: $? = 0
configure:2733: test -s conftest.o
configure:2736: $? = 0
configure:2747: result: yes
configure:2764: checking for /usr/bin/gcc option to accept ANSI C
configure:2834: /usr/bin/gcc  -c -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr   conftest.c >&5
configure:2840: $? = 0
configure:2844: test -z
             || test ! -s conftest.err
configure:2847: $? = 0
configure:2850: test -s conftest.o
configure:2853: $? = 0
configure:2871: result: none needed
configure:2889: /usr/bin/gcc -c -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr   conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'me'
configure:2895: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3030: checking dependency style of /usr/bin/gcc
configure:3120: result: none
configure:3154: /usr/bin/gcc -c -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr   conftest.c >&5
configure:3160: $? = 0
configure:3164: test -z
             || test ! -s conftest.err
configure:3167: $? = 0
configure:3170: test -s conftest.o
configure:3173: $? = 0
configure:3186: checking OpenSSL LDFLAGS
configure:3195: result: using '-lssl -lcrypto  '
configure:3199: checking OpenSSL LIBS
configure:3208: result: using '-lssl -lcrypto  '
configure:3228: /usr/bin/gcc -o conftest -g   -m64  -Wall
-I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr
-L/usr/local/globus-4.2.1/lib -m64  -lssl -lcrypto   conftest.c   -lpthread
-lssl -lcrypto   >&5
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.3.2/../../../libssl.so when searching for
-lssl
/usr/bin/ld: skipping incompatible
/usr/lib/gcc/sparc-linux-gnu/4.3.2/../../../libssl.a when searching for
-lssl
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libssl.so when searching
for -lssl
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libssl.a when searching
for -lssl
/usr/bin/ld: skipping incompatible /usr/lib/libssl.so when searching for
-lssl
/usr/bin/ld: skipping incompatible /usr/lib/libssl.a when searching for
-lssl
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:3234: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_library_init();
|   ;
|   return 0;
| }
configure:3254: error: Unable to link with SSL

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

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g   -m64  -Wall'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=' -I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -L/usr/local/globus-4.2.1/lib -m64 '
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_exeext=
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=/usr/bin/gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none

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

ACLOCAL='${SHELL}
/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/missing
--run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL}
/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/missing
--run tar'
AR='/usr/bin/ar'
ARFLAGS='ruv'
AUTOCONF='${SHELL}
/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/missing
--run autoconf'
AUTOHEADER='${SHELL}
/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/missing
--run autoheader'
AUTOMAKE='${SHELL}
/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/missing
--run automake-1.9'
AWK='gawk'
CC='/usr/bin/gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g   -m64  -Wall  '
CPP='/usr/bin/gcc -E'
CPPFLAGS=' -I/usr/local/globus-4.2.1/include
-I/usr/local/globus-4.2.1/include/gcc64dbgpthr  '
CROSS='no'
CXX='/usr/bin/c++'
CXXCPP='/usr/bin/c++ -E'
CXXFLAGS='-g   -m64 '
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DIRT_BRANCH_ID='78'
DIRT_TIMESTAMP='1216410293'
DOXYGEN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ENABLE_PROGRAMS_FALSE='#'
ENABLE_PROGRAMS_TRUE=''
EXEEXT=''
F77=''
F77FLAGS=' '
F90=''
F90FLAGS=' '
FILELIST_FILE='/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/pkgdata/master.filelist'
GLOBUS_FLAVOR_NAME='gcc64dbgpthr'
GPT_CFLAGS=''
GPT_CONFIG_CFLAGS=''
GPT_CONFIG_INCLUDES=''
GPT_CONFIG_LIBS=''
GPT_CONFIG_PKG_LIBS=''
GPT_EXTERNAL_INCLUDES=''
GPT_EXTERNAL_LIBS=''
GPT_INCLUDES='-I/usr/local/globus-4.2.1/include/gcc64dbgpthr '
GPT_IS_2='yes'
GPT_LDFLAGS=' -L/usr/local/globus-4.2.1/lib '
GPT_LIBS=' '
GPT_LIB_LINKS=' '
GPT_LINKTYPE='shared'
GPT_LOCATION='/usr/local/globus-4.2.1'
GPT_MAJOR_VERSION='3'
GPT_MINOR_VERSION='0'
GPT_PGM_LINKS=' '
GPT_PKG_CFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSURE=''
LD=''
LDFLAGS=' -L/usr/local/globus-4.2.1/lib -m64  -lssl -lcrypto  '
LIBOBJS=''
LIBS='  -lpthread -lssl -lcrypto  '
LIBTOOL='$(SHELL) $(GLOBUS_LOCATION)/sbin/libtool-$(GLOBUS_FLAVOR_NAME)'
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL}
/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/missing
--run makeinfo'
OBJECT_MODE=''
OBJEXT='o'
OPENSSL_CFLAGS=' '
OPENSSL_INCLUDES=' '
OPENSSL_LDFLAGS='-lssl -lcrypto  '
OPENSSL_LIBS='-lssl -lcrypto  '
PACKAGE='globus_openssl'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
RANLIB='/usr/bin/ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='3.0'
WITHOUT_FLAVORS_FALSE=''
WITHOUT_FLAVORS_TRUE='#'
ac_ct_CC='/usr/bin/gcc'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
builddir='/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source'
cross_compiling='no'
datadir='${prefix}/share'
exec_prefix='$(GLOBUS_LOCATION)'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/globus-4.2.1/gt4.2srcs/source-trees-thr/gsi/openssl/source/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='$(GLOBUS_LOCATION)'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1

-----------------------
-----------------------

I hope someone could help me, thanks!

Reply via email to